View Issue Details

IDProjectCategoryView StatusLast Update
0003724ardourbugspublic2020-04-27 02:28
Reporterx42 Assigned Tox42  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0003724: bundled ardour: no text/font is displayed due to missing pangorc
DescriptionThe OSX version of
gtk2_ardour/main.cc:fixup_bundle_environment() sets the environment variable
   PANGO_RC_FILE=../Resources/pango.modules (on OSX
which is wrong. It needs to point to a 'pangorc' file which in turn points to pango.modules.

cat > .../Ardour.app/Contents/Resources/pangorc < EOF
[Pango]
ModuleFiles=../Resources/pango.modules
EOF

The non OSX bundle does handle it correctly.
Additional InformationRunning ardour3 on the same system as it was built (or on a machine with a system-wide installation of pango) there's only a warning at startup and pango falls back to read the default pango.modules.

However when bundling ardour and running it on some other computer: All UI test is only displayed as boxes.
TagsNo tags attached.

Activities

x42

2011-01-20 16:08

administrator   ~0009962

Last edited: 2011-01-20 16:09

%addidional information% s/test/text/

x42

2020-04-27 02:28

administrator   ~0023954

Fixed by not using pango modules... around Arodur4.0

Issue History

Date Modified Username Field Change
2011-01-20 15:34 x42 New Issue
2011-01-20 16:08 x42 Note Added: 0009962
2011-01-20 16:09 x42 Note Edited: 0009962
2011-01-21 00:14 cth103 cost => 0.00
2011-01-21 00:14 cth103 Target Version => 3.0-alpha1
2020-04-27 02:28 x42 Assigned To => x42
2020-04-27 02:28 x42 Status new => closed
2020-04-27 02:28 x42 Resolution open => fixed
2020-04-27 02:28 x42 Note Added: 0023954