Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36056 - Suggest change to Mozilla Firebird ebuild to link to icons
Summary: Suggest change to Mozilla Firebird ebuild to link to icons
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-18 05:02 UTC by Alex Holland
Modified: 2004-04-19 19:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Holland 2003-12-18 05:02:12 UTC
When Moz Firebird emerges, by default the window icons are just the X defaults. Firebird does actually include icons, which can be found in /usr/lib/MozillaFirebird/icons. Technically they aren't linked as the Firebird team have not decided on an icon yet, but they look a damn sight better than the unsightly X.

I'd suggest the following additions to the ebuild:

Create directories:

/usr/lib/MozillaFirebird/chrome/icons
/usr/lib/MozillaFirebird/chrome/icons/default

Create symbolic links:

/usr/lib/MozillaFirebird/chrome/icons/default/main-window.xpm -> /usr/lib/MozillaFirebird/icons/mozicon16.xpm

/usr/lib/MozillaFirebird/chrome/icons/default/bookmark-window.xpm -> /usr/lib/MozillaFirebird/icons/mozicon16.xpm

/usr/lib/MozillaFirebird/chrome/icons/default/jsconsoleWindow.xpm -> /usr/lib/MozillaFirebird/icons/mozicon16.xpm

That sets up window icons for the main window, the manage bookmarks window and the java console.

Reproducible: Always
Steps to Reproduce:
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2004-04-19 19:29:42 UTC
It looks to me like mozilla-firefox delivers /usr/lib/MozillaFirefox/chrome/icons/default/default.xpm which probably solves this bug.  Please re-open if there is still an issue.