GNOME Bugzilla – Bug 637061
Raise System Setting window when yet open
Last modified: 2013-06-14 13:52:17 UTC
Steps to reproduce 1) start the system settings and open, for istance "Removable media" 2) focus another window, 3) clic volume icon in top shell panel and select Sound Settings Current result a message appear in tray saying the window is ready Expected result raise system setting window
GLib.spawn_command_line_async('gnome-control-center power'); etc. We need to do this properly (using GAppInfo?) so that a timestamp gets passed to gnome-control-center via startup notification.
This was fixed at some point ...