First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 86974
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: OpenOffice Team <openoffice@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Gustavo Felisberto <humpback@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 86974 depends on: Show dependency tree
Bug 86974 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-03-28 06:11 0000
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

------- Comment #1 From Andreas Proschofsky 2005-03-30 02:19:27 0000 -------
Corrected this now, thanks for notfiying me

First Last Prev Next    No search results available      Search page      Enter new bug