1

I tried to change some settings with the gconftool-2:

$ gconftool-2 --set "/apps/hamster-indicator/show_label" --type bool "true"

Checking if it was set returns true:

$ gconftool-2 --get "/apps/hamster-indicator/show_label"
true

Now if I logout and login again (to make the changes appear) the settings are discarded and it is set back to false. I also tried it with sudo.

Do you know what could be wrong?

dan-lee
  • 233

1 Answers1

1
gconftool-2 --dump /|grep show_label

is there any result?

syler
  • 56
  • 1