Update modules/ROOT/pages/gnome-shell-extensions.adoc

https://help.gnome.org/admin/system-admin-guide/stable/extensions-enable.html.en
You need to run `dconf update` after installing the system wide extensions. Otherwise you can not use them.
This commit is contained in:
William Rabbermann 2024-01-31 14:43:16 +00:00
parent 84a2db22d7
commit 70bab47803

View file

@ -27,6 +27,10 @@ NOTE: In the event of crashes with GNOME shell, the first recommended step to di
These are generally provided in the Fedora repositories and can be installed, removed, and updated using the default package management tools like `dnf`. These are generally provided in the Fedora repositories and can be installed, removed, and updated using the default package management tools like `dnf`.
You can find a list https://packages.fedoraproject.org/search?query=gnome-shell-extension[here by searching the packages application] for `gnome-shell-extension`. You can find a list https://packages.fedoraproject.org/search?query=gnome-shell-extension[here by searching the packages application] for `gnome-shell-extension`.
Run dconf to update the system dconf databases, making the newly installed system extensions available to all users.
`# dconf update`
== Installing and removing local GNOME Shell extensions == Installing and removing local GNOME Shell extensions
Local GNOME Shell extensions can be installed in multiple ways. Local GNOME Shell extensions can be installed in multiple ways.
@ -55,3 +59,4 @@ All extensions can be enabled, disabled, and their preferences modified by each
- the https://packages.fedoraproject.org/pkgs/gnome-extensions-app/gnome-extensions-app/[GNOME Extensions] app. - the https://packages.fedoraproject.org/pkgs/gnome-extensions-app/gnome-extensions-app/[GNOME Extensions] app.
Apart from other customisations, GNOME Extensions also allows enabling, disabling, and modifying preferences for GNOME shell extensions. Apart from other customisations, GNOME Extensions also allows enabling, disabling, and modifying preferences for GNOME shell extensions.