http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12549 Bug ID: 12549 Summary: Hard coded font Paths ( DejaVu ) cause problems for non-Debian systems Change sponsored?: --- Product: Koha Version: 3.16 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Installation and upgrade (command-line installer) Assignee: gmcharlt@gmail.com Reporter: vanoudt@gmail.com QA Contact: testopia@bugs.koha-community.org In Koha-conf.xml, the font paths for the DejaVu fonts are hardcoded. Unfortunately, the paths don't match the installed font locations in other distributions (such as Fedora). Ideally, the system should enquire of fontconfig where the fonts are installed. Something like: fc-list : file | grep Deja spits out the correct paths, and should work across distributions. Just spent quite a long time trying to figure out why the Creators.t test was continually failing during make test even though they ran fine manually. Problem seems to have been this! -- You are receiving this mail because: You are watching all bug changes.