... | @@ -3,9 +3,11 @@ |
... | @@ -3,9 +3,11 @@ |
|
Since more and more people will start exploring their Evergreen devices, same questions will most likely arise as in this first forumg thread [here](https://forums.puri.sm/t/received-my-librem-5-evergreen/10877/12). The intention of this section is to collect and conserve knowledge w.r.t. Tips & Tricks how to deal with Librem 5.
|
|
Since more and more people will start exploring their Evergreen devices, same questions will most likely arise as in this first forumg thread [here](https://forums.puri.sm/t/received-my-librem-5-evergreen/10877/12). The intention of this section is to collect and conserve knowledge w.r.t. Tips & Tricks how to deal with Librem 5.
|
|
|
|
|
|
**General**
|
|
**General**
|
|
* Dark mode: Not available out-of-the-box. Can be tweaked by using GNOME Tweaks app and set any theme you want there.
|
|
* Dark mode: Not available out-of-the-box. Can be tweaked by using GNOME Tweaks app and set any theme you want there. Alternative, use `gsettings`: `gsettings set org.gnome.desktop.interface gtk-theme “Adwaita-dark”`
|
|
* Install Software: In case installing software from PureOS store does not work --> Do it from terminal e.g. `sudo apt install firefox-esr`
|
|
* File manager: Install `nautilus` (not adaptive yet). Download [this ](https://source.puri.sm/Librem5/phoc/-/blob/master/helpers/scale-to-fit)and scale it to fit the screen. From the directory where the script is run `scale-to-fit org.gnome.nautilus`
|
|
|
|
* Install Software: In case installing software from PureOS store does not work --> Do it from terminal e.g. `sudo apt install firefox-esr` and `firefox-esr-mobile-config` (for better screen fit)
|
|
* Root account: Locked by default. So there is no root password available. More technical details [here](https://source.puri.sm/Librem5/image-builder/-/merge_requests/123). Unlock root account with `sudo passwd`
|
|
* Root account: Locked by default. So there is no root password available. More technical details [here](https://source.puri.sm/Librem5/image-builder/-/merge_requests/123). Unlock root account with `sudo passwd`
|
|
|
|
* Screenshots: Insatll `librem5-goodies`. After install it will show in the app tray as: `Screen Shot`
|
|
* Standby mode: Currently no standby / suspend mode available. Screen just gets dark.
|
|
* Standby mode: Currently no standby / suspend mode available. Screen just gets dark.
|
|
* User name: Default user name is: `purism`
|
|
* User name: Default user name is: `purism`
|
|
|
|
|
... | @@ -13,4 +15,4 @@ Since more and more people will start exploring their Evergreen devices, same qu |
... | @@ -13,4 +15,4 @@ Since more and more people will start exploring their Evergreen devices, same qu |
|
* Make calls from terminal: `xdg-open tel://<phone-number>`
|
|
* Make calls from terminal: `xdg-open tel://<phone-number>`
|
|
|
|
|
|
**Contacts**
|
|
**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. Import from SIM card is currently not supported |
|
* 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. Import from SIM card is currently not supported. After install it will show in the app tray as: `Screen Shot` |