... | ... | @@ -76,6 +76,7 @@ Alternative: Install `nautilus` (not yet adaptive). Download [this ](https://sou |
|
|
## Contacts
|
|
|
|
|
|
* **Import contacts** from .vcf file: Install the `librem5-goodies` package from the command line, one of the scripts it has is a small yad/bash application to import contacts from a *.vcf file to [GNOME Contacts](https://wiki.gnome.org/Apps/Contacts). Import from SIM card is currently not supported.
|
|
|
* Contacts information appears to be stored in `/home/purism/.local/share/evolution/addressbook/system/contacts.db`
|
|
|
* **General Carddav** and Caldav functionality: Install `evolution` package from the command line, add regular Carddav and Caldav accounts via Evolution interface, attach [external screen](https://forums.puri.sm/t/myl5-librem-5-evergreen-first-impressions/11217/59?u=5a54a) (Evolution is not adaptive for Librem 5).
|
|
|
|
|
|
## Locale
|
... | ... | @@ -89,13 +90,10 @@ That will then take an eternity generating all the selected locales and eventual |
|
|
|
|
|
Network Manager stores the configuration in `/etc/NetworkManager`. Specifically, information that is per-connection is stored in the `system-connections` subdirectory in files called `xyz.nmconnection` where xyz is the connection name.
|
|
|
The proper way to 'get' and 'set' per-connection settings, if wanting to do from the command line, is via the `nmcli` command.
|
|
|
e.g.
|
|
|
`nmcli conn show`
|
|
|
|
|
|
`nmcli conn show uuid | grep whatever`
|
|
|
where uuid is as listed by the first command.
|
|
|
A specific field can be retrieved with `nmcli -g fieldname conn show uuid`
|
|
|
A field can be changed with `nmcli conn modify uuid fieldname fieldvalue`
|
|
|
* show the connections that exist: `nmcli conn show`
|
|
|
* show a specific connection where uuid is as listed by the first command: `nmcli conn show uuid | grep whatever`
|
|
|
* retrieve a specific field: `nmcli -g fieldname conn show uuid`
|
|
|
* modify a specific field: `nmcli conn modify uuid fieldname fieldvalue`
|
|
|
|
|
|
## Modem Manager
|
|
|
To get modem information:
|
... | ... | |