GNOME Bugzilla – Bug 594664
Popup window should use gnome-settings-daemon code
Last modified: 2009-11-06 18:30:47 UTC
Instead of copy/pasting its bugs. See bug 538615 and bug 567249 as examples of bugs that could be avoided. The only things that need to be done are: - add a brightness item to GsdMediaKeysWindowAction - add a gsd_media_keys_window_set_brightness_level() function The rest would (should) be the same, and we can cross-pollinate bug fixes.
Note that this would probably mean reopening bug 594585, as the code would regress (but should be an easy fix).
Created attachment 146387 [details] [review] Use gnome-settings-daemon popup code Instead of forking it.
Created attachment 146393 [details] [review] Use gnome-settings-daemon popup code Instead of forking it.
Created attachment 146398 [details] [review] Use gnome-settings-daemon popup code Instead of forking it.
Created attachment 146422 [details] [review] Use gnome-settings-daemon popup code Instead of forking it. Also make sure the location of the popup matches that used by gnome-settings-daemon.
Created attachment 146492 [details] [review] Use gnome-settings-daemon popup code Instead of forking it. Also make sure the location of the popup matches that used by gnome-settings-daemon, and we switch styles when switching compositing on/off.
Created attachment 147120 [details] [review] Use gnome-settings-daemon popup code Instead of forking it. Also make sure the location of the popup matches that used by gnome-settings-daemon, and we switch styles when switching compositing on/off.
Attachment 147120 [details] pushed as d2d9057 - Use gnome-settings-daemon popup code