(07-17-2020, 01:34 PM)Bouc Wrote: Hi, is there an easy way to import contacts from a vcf file?
I can't use simcard (different format) and I don't want a Google account.
Edit to solve:
From https://wiki.mobian-project.org
Import contacts from VCF file
Syncevolution has been removed from upstream Debian, in the meantime it is straightforward to import contacts from a VCF file via Evolution tooling. First install evolution:
Code:sudo apt install evolution
Before you import the file you will need to set scale-to-fit for Evolution on, otherwise the import dialog page is unusable.
Code:scale-to-fit Evolution on
After this I opened the .vcf file via the Files app, it auto-launched the import dialoug. After importing I removed the Evolution app, this step is optional:
Code:sudo apt remove evolution
Code:sudo apt autoremove
This worked for me in Manjaro as well, but the terminal commands are slightly different:
To install evolution:
sudo pacman -S evolution
scale-to-fit evolution on
To import contacts:
Open your *.vcf file from 'nemo' on your desktop
Follow the dialogue in evolution.
To remove evolution:
sudo pacman -R evolution
If it isn't broken, take it apart and fix it.