View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003724 | ardour | bugs | public | 2011-01-20 15:34 | 2020-04-27 02:28 |
| Reporter | x42 | Assigned To | x42 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0003724: bundled ardour: no text/font is displayed due to missing pangorc | ||||
| Description | The 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 Information | Running 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. | ||||
| Tags | No tags attached. | ||||
| 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 |