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 106133 - Package should honor --disable-schemas-install
Package should honor --disable-schemas-install
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other All
: High minor
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-02-14 23:51 UTC by Julio Merino
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The sample patch (616 bytes, patch)
2003-02-14 23:52 UTC, Julio Merino
none Details | Review

Description Julio Merino 2003-02-14 23:51:22 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. gnome-terminal needs to honor this argument in order to be more user friendly (such feature is beeing used in the NetBSD package system).
Comment 1 Julio Merino 2003-02-14 23:52:23 UTC
Created attachment 14339 [details] [review]
The sample patch
Comment 2 Kjartan Maraas 2003-04-22 15:23:17 UTC
Havoc, is this good to go?
Comment 3 Havoc Pennington 2003-04-22 15:34:33 UTC
This is fine, yes
Comment 4 Jason Leach 2004-02-10 07:52:38 UTC
Committed to HEAD, thanks for the report.