GNOME Bugzilla – Bug 72600
Run Program shouldn't list all installed programs
Last modified: 2015-03-24 13:00:35 UTC
The run program in the action menu seems to be based on the windows run dialog. That said it seems weird that it lists all installed programs and doesn't by default let users browse or run a program in a terminal ala windows (you have to be in advance mode). This behavious is just odd. The run program shouldn't display all installed applications as these are poorly organized and can be run directly from the applications menu in the panel (why would u use the run program to run programs you can run from the application menu). Instead it should simply prompt the user to enter the name of a program or browse for a file. This behavior should not be advance, it should be normal.
I agree with this, but we'll have to fix it after 2.0
Though I agree that this probably will have to wait, i wanted to mention that this is a regression of sort from 1.4 which seems overall correct in its functionality and appearance.
*** Bug 75764 has been marked as a duplicate of this bug. ***
Agreed. The entire new run dialog is one big bug. What the run dialog should do is: 1) start quickly 2) allow for easy access to launching programs that you'd otherwise need a shell to do. The current implementation doesn't do either (1) or (2). Doing (2) properly would involve things like history, tab-completion, maybe intelligent use of a file-browser. The current implementation is truly awful and hard to use.
You can now disable the program list if you want to. To do so change this gconf value to FALSE: /apps/panel/profiles/default/general/enable_program_list
The current fix seems like reasonable comprimise to me closing as fixed.