10-16-2020, 08:02 AM
(07-17-2020, 01:34 PM)On this line "scale-to-fit Evolution on" it does not seem to be an active command or script that I can run. Is there some specific location I need to run it from? Or was this a custom script you created to fix the result ion. Evolution was installed correctly per the initial command you listed.root@ubuntu-phablet:/home/phablet/scripts# scale-to-fit Evolution onbash: scale-to-fit: command not foundBouc 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