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 106123 - Package should honor --disable-schemas-install
Package should honor --disable-schemas-install
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
2.4.x
Other All
: High normal
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2003-02-14 22:54 UTC by Julio Merino
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The patch (678 bytes, patch)
2003-02-14 22:56 UTC, Julio Merino
none Details | Review

Description Julio Merino 2003-02-14 22:54:25 UTC
The AM_GCONF_SOURCE_2 configure macro defines a configure argument, called --disable-schemas-install, which can be used to disable automatic registration of schemas. libgnome needs to honor this argument in order to be more verbose (such feature is beeing used in the NetBSD package system).

[ As I see in the last stable version, this argument does not appear in the configure script, but rerunning aclocal from the sources fixes this with the last GConf2 version. ]
Comment 1 Julio Merino 2003-02-14 22:56:46 UTC
Created attachment 14329 [details] [review]
The patch
Comment 2 Julio Merino 2003-02-14 22:57:53 UTC
Errr.. the description says libgnome, but that was a typo. The problem is really present in metacity.
Comment 3 Havoc Pennington 2003-05-16 23:25:20 UTC
This patch is fine, let's commit it. thanks for the fix.
Comment 4 Rob Adams 2003-06-12 17:42:09 UTC
I went ahead and committed the patch.  Thanks Julio.