Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from GConf to DConf/GSettings #29

Open
mvz opened this issue Oct 30, 2019 · 1 comment
Open

Migrate from GConf to DConf/GSettings #29

mvz opened this issue Oct 30, 2019 · 1 comment

Comments

@mvz
Copy link
Owner

mvz commented Oct 30, 2019

GConf is deprecated. Its replacement is DConf, and the best way to use that seems to be via GSettings, which will choose the appropriate back-end.

More info:

@mvz mvz added the help wanted label Feb 3, 2024
@mvz
Copy link
Owner Author

mvz commented Feb 3, 2024

This looks to be a lot of work, including:

  • Converting the schema
  • Compiling the schema and installing it
  • Figuring out how to test (see the ominous note in this tutorial: " The schema will be installed automatically in the expected directory when building the application. This means that the application can only be run once it’s installed."
  • Handling the more loosely defined keys and values
  • Importing the existing gconf settings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant