PDA

View Full Version : [gnome] delete the last remaining panel



raaj_bharath
March 1st, 2010, 07:20 AM
I am really eager to keep my desktop very clean , very clean in the sense i do not want the panels [both of them] .Though i am successful in removing the bottom panel easily ,the option of removing the top panel seems greyed out[inaccessible] is there any solution ?

on googling the options i tried to use gconf editor
in

gconf editor->session->required components->[right click] on panel ->edit and there delete 'gnome panel'

though this works once , after reboot the entire gnome menu session is off , ie the mouse right click doesnt work anymore .

is there a way to delete the panels in a safe manner ?

lordjubblydave
March 1st, 2010, 07:24 AM
right click the panel and select delete this panel

raaj_bharath
March 1st, 2010, 07:28 AM
but that option is disabled !

lordjubblydave
March 1st, 2010, 07:32 AM
Oh sorry, my mistake

lisati
March 1st, 2010, 07:53 AM
As an alternative, I'd suggest "autohide"

MooPi
March 1st, 2010, 08:00 AM
sudo chmod -x /usr/bin/gnome-panel
Reboot

raaj_bharath
March 1st, 2010, 08:16 AM
what does this command do ?
i guess it makes the panel completely transparent - am i right ?

stinkeye
March 1st, 2010, 08:52 AM
.

nothingspecial
March 1st, 2010, 11:13 AM
It makes the binary unexecutable so it will not run.

If you ever want the panel back, reverse it.

Rajan_92
March 1st, 2010, 11:27 AM
At least one panel is necessary in gnome desktop you cannot delete the last panel left.
One way is to uninstall gnome desktop but uninstalling it removes many other features too so first Google about it then take the right step and you can use k-desktop so its your choice.
By the way why do you want to remove everything from desktop.

nothingspecial
March 1st, 2010, 11:43 AM
At least one panel is necessary in gnome desktop you cannot delete the last panel left.


Incorrect

148664

The way I do it is
sudo mv /usr/bin/gnome-panel ~/.panel

That way if I ever want it back I can


sudo mv ~/.panel /usr/bin/gnome-panel

Bare in mind, before you do this that Alt F1 and Alt F2 will cease to work and unless you going to run a lot of things from terminal it might be an idea to have gnome-do or kupfer installed.