GNOME Bugzilla – Bug 700362
When accessing control-center via gnome-shell-search, one is not able to open another settings-comonent directly
Last modified: 2013-05-18 22:06:41 UTC
Steps to reproduce: 1. Type 'key' into the gnome-shell search-bar. 2. Now click on the control-center icon on the left side.The control-center opens with the preset search-string 'key'apperas. 3. Open the 'Sound Settings' direcly via the volumen-icon in gnome-shell. It does not open. The same is true when accessing the 'Network-Settings', 'Background-Settings' ect. directly. The way of opening control-center via gnome-shell-search seams to block it for other ways of accessing it.
Created attachment 244592 [details] [review] Handle repeated commandline parsing properly The control-center may call g_option_context_parse repeatedly, so we need to reset the static variables used to hold the parsing results, otherwise things like the search string may leak from a previous parsing run.
Review of attachment 244592 [details] [review]: Looks good.
Attachment 244592 [details] pushed as beea258 - Handle repeated commandline parsing properly