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 685350 - pango.trigger: Make /etc/pango if it doesn't exist
pango.trigger: Make /etc/pango if it doesn't exist
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2012-10-03 03:44 UTC by Owen Taylor
Modified: 2012-10-03 15:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
pango.trigger: Make /etc/pango if it doesn't exist (788 bytes, patch)
2012-10-03 03:44 UTC, Owen Taylor
none Details | Review
pango.trigger: Use --update-cache (861 bytes, patch)
2012-10-03 04:29 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2012-10-03 03:44:34 UTC
This was resulting in pango.modules not being created, leaving text
display not working.
Comment 1 Owen Taylor 2012-10-03 03:44:36 UTC
Created attachment 225652 [details] [review]
pango.trigger: Make /etc/pango if it doesn't exist
Comment 2 Matthias Clasen 2012-10-03 03:52:26 UTC
Nowadays, we can just call

pango-querymodules --update-cache

and it will write the modules files in $libdir/pango/1.8.0/modules, avoiding the hassle with the sysconfdir location.
Comment 3 Owen Taylor 2012-10-03 04:29:38 UTC
Created attachment 225658 [details] [review]
pango.trigger: Use --update-cache

The old trigger was failing initially because $sysconfdir/pango
didn't exist. Switch to 'pango-querymodules --update-cache' which
puts pango.modules under $libdir.
Comment 4 Matthias Clasen 2012-10-03 11:06:33 UTC
Review of attachment 225658 [details] [review]:

Looks good
Comment 5 Owen Taylor 2012-10-03 15:07:39 UTC
Attachment 225658 [details] pushed as 4fc924a - pango.trigger: Use --update-cache