Ansible role that customizes the GNOME desktop. It installs fonts and GNOME extensions from packages or zip files, copies files like desktop backgrounds and GNOME shell tweaks to a host, and modifies user settings.
GNU General Public License v3.0
76
stars
20
forks
source link
gsettings set does not work for manually installed extensions #9
It is not currently possible to use this role to set preferences for the gnome extensions it installs.
This is because gsettings is not aware of those extensions' schemas. To make it possible, it's necessary to pass the --schemadir option to the gsettings command.
It is not currently possible to use this role to set preferences for the gnome extensions it installs.
This is because
gsettings
is not aware of those extensions' schemas. To make it possible, it's necessary to pass the--schemadir
option to thegsettings
command.I'll create a merge request shortly.