PeterMosmans / ansible-role-customize-gnome

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

Closed ctorgalson closed 3 years ago

ctorgalson commented 3 years ago

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.

I'll create a merge request shortly.

ctorgalson commented 3 years ago

For the record, #5 solves this.

PeterMosmans commented 3 years ago

Version 0.2.2 has been released