Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 208304 - www-client/mozilla-firefox: .desktop file not DesktopEntrySpecification-compliant
Summary: www-client/mozilla-firefox: .desktop file not DesktopEntrySpecification-compl...
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest trivial (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-31 14:59 UTC by Fabio Correa
Modified: 2009-08-01 13:38 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 Fabio Correa 2008-01-31 14:59:29 UTC
Hello people, keep up the great work with the Mozilla products.

When we execute

desktop-file-validate ${PORTDIR}/www-client/mozilla-firefox/files/icon/mozilla-firefox-1.5.desktop

we get:

Error: value "firefox-icon.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path
Error: value "text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml" for string list key "MimeType" in group "Desktop Entry" does not have a semicolon (';') as trailing character

The following .desktop file solves these two minor errors:
[Desktop Entry]
Name=Mozilla Firefox
GenericName=Web Browser
Comment=Web Browser
Exec=/usr/bin/firefox %U
Icon=firefox-icon
Terminal=false
Type=Application
MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;
Categories=Network;WebBrowser;
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2008-02-14 14:17:55 UTC
Fixed, thanks.