GNOME Bugzilla – Bug 598898
Display Settings Panel Icon should have Detect Monitors entry
Last modified: 2010-10-13 18:32:50 UTC
Created attachment 145767 [details] [review] patch to add Detect Monitors entry Right now in order to activate my external monitor or projector I have to click on the Display Settings panel icon and select "Configure Display Settings...". After that i have to close the Display Settings window that just opened. Instead there should be a "Detect Monitors" entry above "Configure Display Settings...". It would be like the "Detect Monitors" button in the Display Settings. This way one can just enable monitors that have been used before by select that one option and be done with it. Attached a patch to add the entry with this functionality.
This sounds like a good idea to me - especially if the detection actually restored the user's config - I filed bug #615804 about that issue. Patch looks reasonable to me. There is a tiny indentation issue here though: + error_message (manager, _("Could not detect monitors"), error, NULL); + g_error_free (error);
Created attachment 163078 [details] [review] patch to add Detect Monitors entry fix indentation
The status icon for display management is gone for GNOME 3. See bug 631995 for details.