I want to hide bottom panel so that I would be able to show it again when I want. In the properties menu of the panel there is an option for Autohide but not hide totally.
The reason I need it, is because I am using Docky panel and it now it is behind the bottom panel and looks like awful.
What I am doing right now is I am deleting it totally by right clicking on the panel. And the only way I know to return it back is executing following command in the terminal.
rm -r ~/.gconf/apps/panel
Any other solutions?
You can enable buttons to hide the panel whenever you want - if you don't want to delete the panel altogether:
→
To do this, right click the panel, select Properties and check Show hide buttons
Are you maybe using an older Ubuntu version? I wrote a Gnome patch a long time ago, which changed the standard auto hide size to 0/1 pixel. At least the last two Gnome versions should ship with that patch.
Of course you can also change it manually:
gconf-editor
. If you don't have it, install it./apps/panel/toplevels/bottom_panel_screen0
auto_hide_size
to 0 or 1.Here's the best way to hide the gnome panel:
name=gnome-panel
in the fieldwidget windows
Once this is done you will see the gnome panels only when you display the widget layer. the default key for this is F9
gconf-editor
I simply recommend to remove the bottom panel. Docky replicates the full functionality of the bottom panel, so you do not need it.