After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 630420 - top Makefile still call gconf related tools
top Makefile still call gconf related tools
Status: RESOLVED FIXED
Product: nautilus-sendto
Classification: Applications
Component: general
2.90.x
Other Linux
: Normal minor
: ---
Assigned To: nautilus-sendto-maint
nautilus-sendto-maint
Depends on:
Blocks:
 
 
Reported: 2010-09-23 14:50 UTC by Laurent Bigonville
Modified: 2010-09-23 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Laurent Bigonville 2010-09-23 14:50:45 UTC
Hi,

The topmost Makefile still try to call gconftool-2 during build

install-data-local:
        -GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)

I guess this can be removed as nst now use GSettings
Comment 1 Bastien Nocera 2010-09-23 14:55:30 UTC
Please make sure you set the version correctly next time, that code isn't on master anymore, but was in gnome-2-32.

Thanks for spotting this.

commit 962a233878dbc2f0f0a26f66644d949c6cdd8270
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 23 15:53:28 2010 +0100

    Remove obsolete call to gconftool-2 on install
    
    https://bugzilla.gnome.org/show_bug.cgi?id=630420