-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,35 @@ For GJS - logs related to extension preferences: | |
journalctl -f -o cat /usr/bin/gjs | ||
``` | ||
|
||
### Command Line Tips | ||
``` | ||
#List UUID of all extensions installed | ||
gnome-extensions list | ||
#Enable extension using UUID | ||
gnome-extensions enable [email protected] | ||
# Open extension prefs using UUID | ||
gnome-extensions prefs [email protected] | ||
#Disable extension using UUID | ||
gnome-extensions disable [email protected] | ||
#Disable all extensions | ||
gsettings set org.gnome.shell disable-user-extensions true | ||
#Enable all extensions | ||
gsettings set org.gnome.shell disable-user-extensions false | ||
# Kill gnome-shell | ||
killall -3 gnome-shell | ||
# Force shutdown | ||
sudo reboot -f | ||
``` | ||
This can be helpful if gnome shell freezes (GUI stops). You can always move to terminal session using keys `CTRL+ALT+F3`, login, disable extension (if you know extension causing the problem) or disable all extension, kill gnome shell. Use `CTRL+ALT+F1` to login to display session. | ||
|
||
|
||
# Feature Request | ||
|
||
### New Feature | ||
|
This file contains 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 characters