Skip to content

Commit

Permalink
changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacx committed Jan 24, 2024
1 parent 7bc2ca7 commit 8d52f57
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
29 changes: 29 additions & 0 deletions docs/Bugs-Feature-Request.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 8 additions & 2 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ permalink: /changelogs
# Changelogs

{: .important-title }
> GN-45_Version 46    Jan 03, 2024
> GN-45_Version 49    Jan 20, 2024
> * Add Gnome 46 to supported shell version. Tested on GNOME46.Alpha
> * Cleanup with eslint
> * Indicator: Remove indicator before adding it again.
{: .important-title }
> GN-45_Version 48    Jan 03, 2024
> * Updated License
{: .note-title }
> GN-44_Version 45    Jan 03, 2024
> GN-44_Version 47    Jan 03, 2024
> * Updated License
{: .important-title }
Expand Down

0 comments on commit 8d52f57

Please sign in to comment.