Last active
June 26, 2024 07:16
-
-
Save lduboeuf/ec78387545ed1a219dc72673b3490d05 to your computer and use it in GitHub Desktop.
Revisions
-
lduboeuf revised this gist
Jun 26, 2024 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,7 @@ sudo journalctl --boot --identifier=NetworkManager # mount rw sudo mount -o remount,rw / # restart lomiri systemctl --user restart lomiri-full-greeter.service #debug glogs: systemctl --user set-environment G_MESSAGES_DEBUG=all -
lduboeuf revised this gist
Jul 4, 2023 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ #logs journalctl --user -f -u lomiri-app-launch--application-click--terminal.ubports_terminal_2.0.1--.service sudo journalctl --boot --identifier=NetworkManager # mount rw sudo mount -o remount,rw / # restart lomiri -
lduboeuf created this gist
Jun 9, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ #logs journalctl --user -f -u lomiri-app-launch--application-click--terminal.ubports_terminal_2.0.1--.service # mount rw sudo mount -o remount,rw / # restart lomiri systemctl --user restart lomiri-full-greeter.service