61

Is there an equivalent to gconf-editor for GSettings/dconf?

I know that I can use gsettings set ... on the command line, but that's a bit inconvenient (especially with list types).

8128
  • 28,630
  • 27
  • 111
  • 145
htorque
  • 63,950
  • 40
  • 194
  • 219

1 Answers1

77

There's dconf-editor, which is the equivalent to gconf-editor. To install it, run this command:

sudo apt-get install dconf-editor

For old Ubuntu versions (before 14.04), dconf-editor is provided by the dconf-tools package. You can install it by running this command:

sudo apt-get install dconf-tools
BeastOfCaerbannog
  • 12,964
  • 10
  • 49
  • 77
Martin Owens -doctormo-
  • 19,860
  • 4
  • 63
  • 103