Score:1

Where Gnome extension settings stored

br flag

I've installed Ubuntu Server 22.04 LTS and Gnome. For Gnome I've installed the following extension. https://github.com/windsorschmidt/disable-workspace-switcher-popup Works fine after setting the enabled Button to true via "Extension" GUI.

But I need to automatize this process without manual user interaction. Where is the information if the button is enabled or disabled, stored? I found this thread: Where are gnome extensions preferences stored?

But if I look for changes via dconf watch / nothing happens. Additionally I can't find any appropriate key for via dconf-editor.

Any Help there? Would be awesome!

24601 avatar
in flag
surely if you install the extension through `Extension Manager` and select the extension on it is persistent?
Hilze avatar
br flag
I didnt installed the extension via extension manager. For sure its persistent after manual switching. But my goal is an automated installation, so i cant switch it manualy. The "on" setting must be saved anywhere, thats the point im trying to get.
Score:2
cn flag

It's stored in GSettings, use dconf (commandline) or dconf-editor (GUI) to see/edit them.

List your extensions:

dconf list /org/gnome/shell/extensions/

Dump the config of the extension:

dconf dump  /org/gnome/shell/extensions/fooextension/

Set one config value to 30:

dconf write /org/gnome/shell/extensions/fooextension/barvalue 30
Hilze avatar
br flag
"dconf list /org/gnome/shell/extensions" shows nothing, here.
redseven avatar
cn flag
I've fixed the commands, try again pls.
Hilze avatar
br flag
Same empty result. Doesn't surprise me because the dconf watch command showed no result too while switching the button.
redseven avatar
cn flag
what about `dconf-editor`?
redseven avatar
cn flag
I mean, can you find the path there?
Hilze avatar
br flag
Noep. There are only default extensions. Not the workspace switcher. Souldn it be possible to see from here: https://github.com/windsorschmidt/disable-workspace-switcher-popup/blob/master/disable-workspace-switcher-popup%40github.com/extension.js Where these setting is saved?
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.