PDA

View Full Version : [gnome] Change default panel configuration



GlasGhost
September 30th, 2011, 10:33 PM
So I tried to set the default settings with this (http://ubuntuforums.org/showpost.php?p=5941192&postcount=3).

gconftool-2 --dump /apps/panel > default_settings.xml
sudo cp ./default_settings.xml /etc/gconf/schemas/panel-default-setup.entries

The following works. It resets the panels to the default setttings.

#!/bin/bash
gconftool-2 --recursive-unset /apps/panel
rm -rf ~/.gconf/apps/panel
pkill gnome-panel
However the default settings are not the new ones I made in the 1st snippet. What am I doing wrong?

GlasGhost
October 1st, 2011, 09:11 PM
*bump*

Frogs Hair
October 1st, 2011, 11:35 PM
It could be because the method is from a 3 year thread and it is not stated what version of Ubuntu or Gnome is being used .

GlasGhost
October 2nd, 2011, 12:17 AM
I could be because the method is from a 3 year thread and it is not stated what version of Ubuntu or Gnome is being used .
you could what?

also its stated that I am using gnome, but to be more specific I am using gnome 2.32.1

I am using Lucid Lynx.

Frogs Hair
October 2nd, 2011, 12:48 AM
Excuse me . I meant It could be . I was referring to the link , it is from before Lucid was released , so the author could have been using Gnome 2 and not Gnome 2.32 .

GlasGhost
October 5th, 2011, 10:15 PM
Perhaps I should just post this in the gnome forumns/mailing list.

I just thought some1 from the ubuntu community might be of help.