You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use TaskBar as a gnome extension for a fleet of computers that we maintain. I’d really like to be able to set some basic settings for all users system wide (even new users that get added in the future).
There doesn’t seem to be an effective way to do this.
I try scripting a dconf load /org/gnome/shell/extensions/TaskBar/ < taskbar.dconf command to load some saved settings from a location that all users have access to but it doesn’t seem to work. The command will execute without error but nothing will change.
I’d just like this to work as I expect.
The text was updated successfully, but these errors were encountered:
We use TaskBar as a gnome extension for a fleet of computers that we maintain. I’d really like to be able to set some basic settings for all users system wide (even new users that get added in the future).
There doesn’t seem to be an effective way to do this.
I try scripting a
dconf load /org/gnome/shell/extensions/TaskBar/ < taskbar.dconf
command to load some saved settings from a location that all users have access to but it doesn’t seem to work. The command will execute without error but nothing will change.I’d just like this to work as I expect.
The text was updated successfully, but these errors were encountered: