coadmunkee / gnome-shell-extension-espresso

Enable controlling conditions to prevent the usual auto suspend and screensaver functions from taking effect.
https://extensions.gnome.org/extension/4135/espresso/
GNU General Public License v2.0
69 stars 14 forks source link

user-enabled key not working #47

Open TomokoK opened 2 years ago

TomokoK commented 2 years ago

I'm attempting to turn the extension on when I start a script and off when the script finishes, but the command to turn it off and on seems to have no effect.

The command in question: gsettings --schemadir /usr/share/gnome-shell/extensions/espresso@coadmunkee.github.com/schemas/ set org.gnome.shell.extensions.espresso user-enabled true

If I run gsettings --schemadir /usr/share/gnome-shell/extensions/espresso@coadmunkee.github.com/schemas/ get org.gnome.shell.extensions.espresso user-enabled it will return true, but the icon in the top bar won't change and the extension does not work.