Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77057 - firefox-bin has no entry in startmenu
Summary: firefox-bin has no entry in startmenu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-07 12:11 UTC by Florian Ehrenthal
Modified: 2005-12-23 02:41 UTC (History)
1 user (show)

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


Attachments
Updated ebuild, removes gnome useflag. (mozilla-firefox-bin-1.0.5-r1.ebuild,2.64 KB, text/plain)
2005-07-14 21:58 UTC, Mark Kowarsky (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Ehrenthal 2005-01-07 12:11:07 UTC
the firefox-bin ebuild only IUSEses only gnome, so when gnome is installed (or in useflags) a .desktop file will be copied to the system.
the same should happen if kde is installed ... maybe even if xfce is installed
the problem can easily be solved when extendingthe check for gnome to a check for gnome and kde or to copy these files unconditionally.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Josh Nichols (RETIRED) gentoo-dev 2005-03-16 18:30:50 UTC
As is, mozilla-firefox doesn't seem check the use flag for installing an icon and desktop entry... so, perhaps mozilla-firefox-bin should behave the same.
Comment 2 Mark Kowarsky (RETIRED) gentoo-dev 2005-07-14 21:58:16 UTC
Created attachment 63439 [details]
Updated ebuild, removes gnome useflag.

My updated ebuild that removes the gnome useflag and in doing so automatically
installs a desktop entry into /usr/share/applications/ like
mozilla-thunderbird-bin does.  It works flawlessly from my overlay
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2005-12-23 02:41:12 UTC
Looks fixed in current versions in portage, closing.

<snip>
# Install icon and .desktop for menu entry
insinto /usr/share/pixmaps
doins ${FILESDIR}/icon/mozillafirefox-bin-icon.png
insinto /usr/share/applications
doins ${FILESDIR}/icon/mozillafirefox-bin.desktop
</snip>