Remove Bottom panel from LiveCD Install
Posted
by
Uri Herrera
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Uri Herrera
Published on 2011-02-02T22:22:43Z
Indexed on
2011/02/02
23:33 UTC
Read the original article
Hit count: 323
How can I remove or autohide to 0 the bottom Gnome panel from a live CD and autostart AWN to replace it?
So far i kinda, found some commands to autohide to 0 the bootm panel
gconftool-2 --type bool --set /apps/panel/default_setup/toplevels/bottom_panel/auto_hide 1
gconftool-2 --set /apps/panel/default_setup/toplevels/bottom_panel/auto_hide --type bool 1
gconftool-2 -t bool -s /apps/panel/default_setup/toplevels/bottom_panel/auto_hide true
but i don't know which one will do what i want.
© Ask Ubuntu or respective owner