Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
When startting ooffice I get some errors with the order of parameters to find. this can be fixed by changing to: GENTOO_FONTPATH="" for d in `find /usr/share/fonts -maxdepth 1 -mindepth 1 -type d` ; do GENTOO_FONTPATH="$GENTOO_FONTPATH;$d" done more info on similar problem in: http://bugs.gentoo.org/show_bug.cgi?id=82735
Corrected this now, thanks for notfiying me