blob: 7c7d22ad319102ef835dd458c9464ee55ddc953f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Use the command `sudo dnf upgrade
gnome-settings-daemon gsettings-desktop-schemas`
to replace the official packages with the patched packages.
After installing these patched packages, use the following command to enable
GTK+ icon and image support. You have to logout and re-login for the change to
take effect.
`gsettings set org.gnome.desktop.interface buttons-have-icons true`
`gsettings set org.gnome.desktop.interface menus-have-icons true`
_WARNING: You must upgrade both `gnome-settings-daemon` and
`gsettings-desktop-schemas`. If you only upgrade one of them, your GNOME
Shell may fail to start._
|