PDA

View Full Version : [ubuntu] remove ALT-F2 history



cccc
May 3rd, 2011, 11:26 PM
Hi

I have ubuntu 10.04 and am running gnome desktop
Howto remove ALT-F2 history?

cccc
May 3rd, 2011, 11:29 PM
# gconftool-2 --set /apps/gnome-settings/gnome-panel/history-gnome-run --type list --list-type string "[]"should clear ALT+F2 history.

sisco311
May 3rd, 2011, 11:31 PM
EDIT: cccc beat me to it. :)

You have to clear the /apps/gnome-settings/gnome-panel/history-gnome-run gconf key. You can use gconf-editor (a GUI app) or run:

gconftool-2 --set /apps/gnome-settings/gnome-panel/history-gnome-run --type list --list-type string "[]"