GNOME Bugzilla – Bug 674611
Remove gconf.path once EDS drops GConf
Last modified: 2012-07-13 21:26:48 UTC
Once EDS drops its GConf dependency (bug #635379), we can get rid of gconf.path and all the gubbins we’re using to encapsulate GConf usage when running our unit tests. (Note that folks no longer has a hard dependency on GConf, so this bug doesn’t block the desktop-wide migration to GSettings. See also: bug #647909.)
Created attachment 218478 [details] [review] Remove gconf from unit tests. This patch removes gconf.path and removes the GCONF environment variables from the unit test environments. EDS unit tests are currently failing with this patch and on master, so may need to wait to merge this until master unit tests are no longer failing to be sure this isn't breaking something.
Review of attachment 218478 [details] [review]: Aren’t you missing the “--pkg gconf-2.0” in folks/Makefile.am? Apart from that, it looks good to commit once the EDS tests are fixed on master.
Merged patch with "--pkg gconf-2.0" taken out of folks/Makefile.am also on master branch.