Hello!
I’m using fresh Nobara install with clean Gnome, want to make smth like gnome_setup.sh to aplly the same settings on all devices.
Tried to do the following (just as an example) via gsettings, without success so far:
gsettings set org.gnome.desktop.peripherals.keyboard delay 260
If done via GUI - value changes but “gsettings get” show old number, if done via “gsettings set” - “gsettings get” shows correct value but in fact nothing changes, so GUI and gsettings work separately.
Tried via dconf as well. In case delay value set via GUI - “dconf read /org/gnome/desktop/peripherals/keyboard/delay” shows the correct number. If using “dconf write” - setting apllies correctly and GUI reflects the same, but in case of further attempts to change value “dconf write” returns delay installed during the very first time, seems like it is being cashed?
To sum up, neither gsettings nor dconf do not allow atomatical setup. For avoidance of doubts problem relates not only to the above mentioned examples, attemps to change keymappings provide the same result, gsd-keyboard and other gsd services are enabled and operate normally, system itself is up-to-date, logout and reboot do not change the behaviour.
Any advice will be of great help!