On Tue, 17 Apr 2018, at 11:55 AM, Tanu Kaskinen wrote: > Here are the paprefs patches for the GConf -> GSettings migration. > Felipe's GTK3 patch is included as well, because I think the GTK2 stuff > is being removed at the same time with GConf, at least in Debian. > > I rebased Sylvain's and Felipe's patches on the current master, and > those patches don't necessarily need to be reviewed because I already > reviewed them. > > Felipe Sateler (1): > Port from GTK2 to GTK3 > > Sylvain Baubeau (2): > Move from GConf to GSettings > Run gsettings-data-convert at startup if needed > > Tanu Kaskinen (6): > build-sys: remove the gconf dependency > README: remove references to module-gconf > remove the GSettings schema file > rename "module" to "module-group" in GSettings schemas and paths > fix GSettings pkg-config dependency > run gsettings-data-convert unconditionally > > configure.ac | 6 +- > doc/README.html.in | 8 +- > src/Makefile.am | 9 +- > src/paprefs.cc | 427 ++++++++++++++++++++++++++++------------------------ > src/paprefs.convert | 160 ++++++++++++++++++++ > src/paprefs.glade | 224 +++++++++++++-------------- > 6 files changed, 509 insertions(+), 325 deletions(-) > create mode 100644 src/paprefs.convert > > -- Patch set looks good to me. Cheers, Arun