I am doing the following commands to "hide" the top and bottom panels on gnome. gconftool-2 -t int --list-type int --set /apps/panel/toplevels/top_panel/auto_hide_size 0 gconftool-2 -t bool --list-type bool --set /apps/panel/toplevels/top_panel/auto_hide true gconftool-2 -t int --list-type int --set /apps/panel/toplevels/bottom_panel/auto_hide_size 0 gconftool-2 -t bool --list-type bool --set /apps/panel/toplevels/bottom_panel/auto_hide true When I do this I still see 1 pixel worth of panel after it hides. How do I get rid of that 1 pixel (it looks like a line at the top and bottom of my screen). Or better yet how do I completely disable the top and bottom panels using gconftool-2? Thanks, Jerry
On Fri, Mar 6, 2009 at 6:01 AM, Jerry Geis <geisj at pagestation.com> wrote:> > Or better yet how do I completely disable the top and bottom panels > using gconftool-2? >Not sure about gconftool-2, but you can delete one panels by right clicking on the panel and selecting the delete panel option. I'm not sure you can remove both of them altogether, and you may be stuck with the 1 pixel line for at least one of them. You might try asking in the gnome email list.... HTH mhr