After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 701176 - Cannot permanently disable animations, dconf value is reset when gnome-settings-daemon starts up.
Cannot permanently disable animations, dconf value is reset when gnome-settin...
Status: RESOLVED DUPLICATE of bug 694692
Product: gnome-settings-daemon
Classification: Core
Component: plugins
3.8.x
Other Linux
: Normal minor
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2013-05-29 08:15 UTC by weakheadone
Modified: 2013-07-08 06:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description weakheadone 2013-05-29 08:15:42 UTC
I want to disable GNOME-Shell animations. I can do so through dconf (/org/gnome/desktop/interface/enable-animations). However, this lasts only until I will log out, because when gnome-settings-daemon starts, it will bring back the default value (true). I've tested this by killing gnome-settings-daemon during session.

As a workaround I've added this as automatic startup in gnome-session-properties: "dconf write /org/gnome/desktop/interface/enable-animations false". It works fine.

OS: Arch Linux
GNOME version: 3.8.2
Comment 1 Bojan Smojver 2013-06-14 05:04:32 UTC
Workaround:

gsettings set org.gnome.settings-daemon.plugins.remote-display active false

Followed by:

gsettings set org.gnome.desktop.interface enable-animations false
Comment 2 Christian Stadelmann 2013-07-07 19:18:26 UTC
same thing here. I hunted it down using dconf blame. Every time gnome-settings-deamon starts animations get enabled.
The reason is some code in gsd-remote-display-manager.c .
I think org.gnome.settings-daemon.plugins.remote-display.active should be false by default to fix this. I see no reason to enable this plugin by default.
Comment 3 Bastien Nocera 2013-07-08 06:55:49 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 694692 ***