Questions tagged [gsettings]
Questions about using gsettings, the command-line version of dconf-editor, to read or modify the dconf database. Using gsettings, the schemas and keys of various programs can be viewed and altered. Sometimes hidden settings (that are not in the gui of a program) can be discovered this way.
260 questions
6
votes
1
answer
703
views
How do I remove settings in /org/gnome/shell/extensions in Ubuntu 24.04 or GNOME 46?
After trying out some GNOME extensions, I decided to uninstall some of them via the Extension Manager GUI. I can see that their directories are indeed removed from ~/.local/share/gnome-shell/...
1
vote
1
answer
196
views
Keyboard layout misses pipe, greater, less
Thinkpad L14 with German keyboard is missing keys for pipe, "less", "greater". They should be left to "y" I tried several layouts from Ubuntu Settings. I could not get ...
0
votes
1
answer
197
views
How do I get the default terminal behaviour back after changing it via gsettings?
So, a while back I wanted to change my default terminal to alacrity, and I did so via the following command: gsettings set org.gnome.desktop.default-applications.terminal exec /usr/bin/alacritty.
Now ...
0
votes
1
answer
189
views
How to stop my computer from crashing and restarting when opening the appearance tab in ubuntu 24.10?
After installing ubuntu 24.10 recently whenever I open the appearance tab, the screen freezes and the computer restarts. Even after uninstalling and reinstalling the ubuntu-desktop the problem ...
0
votes
0
answers
184
views
Night Light from terminal with Ubuntu 23 and 24, gsettings no longer updating the entry in DCONF
Hi I used to use this command to toggle night light from the terminal but it no longer seems to update the setting but going to the dconf editor and toggling the setting works fine
Switch on
gsettings ...
5
votes
1
answer
3k
views
Setting Keyboard Shortcuts in Ubuntu 22.04 with gsettings (what's changed?)
It appears it should be relatively easy to set Super+C to launch my GNOME calculator in Ubuntu 22.04 with gsettings and the command line:
gsettings set org.gnome.settings-daemon.plugins.media-keys....
0
votes
0
answers
92
views
Is this a gsettings bug?
I have this script, that changes my background image to a random darkened one every couple of minutes with gsettings that I have hooked up with a cron job.
#!/bin/bash
# Define the directory ...
1
vote
0
answers
751
views
Minimize and maximize button in wsl
I am currently using wsl2 with Ubuntu 22.04 on Windows 11. I am not able to see minimize/maximize button on the titlebar. I first discovered this problem with sublime text, but when I tried other apps,...
2
votes
0
answers
489
views
Attempting to change desktop image in 23.10 using gsettings picture-uri-dark
I am attempting to write a simple cron script that updates my desktop image every 15 minutes using gsettings. However, despite many different iterations, I cannot reliably change the desktop in the ...
0
votes
0
answers
735
views
How to change my desktop background via bash?
I am trying to set up this script to change my desktop background, but
gsettings set org.gnome.desktop.background picture-uri "file://$WALLPAPER_PATH"
is not working. There is no error ...
0
votes
0
answers
291
views
New User New Ubuntu Install 22.04: Trouble with gsettings change persisting past reboot
I am recently starting over to Linux from Windows and am just trying out Ubuntu 22.04 now. So far I have not made any major changes to the system other than installing a few snap applications. One ...
2
votes
0
answers
247
views
Ubuntu 20.04 change default settings for all new users
I'm trying to find a way to change default settings for all new users, for example the applications in dock, desktop icons, default homepage, etc...
Using dconf, extensions, and tweaks, I've setted a ...
1
vote
1
answer
224
views
Set nemo file manager preferences via cli, array data type
I use the following commands to override default settings in Ubuntu UI, which works fine:
gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-dark'
gsettings set org.nemo.preferences show-home-...
0
votes
1
answer
499
views
Using dconf write or gsettings set several times overwrite the previous command
I would like to remap several different keys of my keyboard.Namely: I want to remap caps Lock to escape function and remap left alt to right alt function. For this I used the following commands:
dconf ...
0
votes
2
answers
2k
views
Centering the gnome terminal or console window on start-up
Using Ubuntu 22.04, I want either my gnome terminal or console to start centered on the screen. Bard AI told me to use this command:
gsettings set org.gnome.desktop.wm.preferences center-new-...