-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System-wide gsettings override do not work in gnome3 #66554
Comments
cc @jtojnar |
If you call For a proper configuration, we need #54150. As for the |
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
I ran into this myself. And a quick look at Discourse shows others too:
|
Nothing changed from above. Since the option can only change the defaults, you need to clear the current value of the setting from the configuration database using For a proper configuration, we need #54150. |
I marked this as stale due to inactivity. → More info |
Describe the bug
I just installed nixos unstable in a virtual machine and I was fiddling with configuration.nix
And whenever I try to set
services.xserver.desktopManager.gnome3.extraGSettingsOverrides
values they do not get applied at allTo Reproduce
Steps to reproduce the behavior:
0. Get the value of
gsettings get org.gnome.desktop.input-source sources
to compare it to the updated one later.nixos-rebuild switch
gsettings get org.gnome.desktop.input-source sources
is the same as beforeExpected behavior
gsettings value to change for the entire system.
Additional context
I am trying to make available multiple keyboard layouts within gnome for the entire system.
Running
gsettings set org.gnome.desktop.input-sources sources "[('xkb', 'es'), ('xkb', 'ro')]"
manually as the user i logged in in gnome3 works fine.When running the same command as root user I get the following error:
(process:10981): dconf-WARNING **: 08:46:30.177: failed to commit changes to dconf: Error spawning command line “dbus-launch --autolaunch=a76d5ca823e24f30b8988dd6683568bb --binary-syntax --close-stderr”: Child process exited with code 1
When I run the same command as root user over ssh it succeds.
Metadata
"x86_64-linux"
Linux 4.19.66, NixOS, 19.09pre188498.4557b9f1f50 (Loris)
yes
yes
nix-env (Nix) 2.2.2
/nix/var/nix/profiles/per-user/root/channels/nixos
Maintainer information:
The text was updated successfully, but these errors were encountered: