diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-06-25 21:04:56 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-06-25 21:04:56 +0100 |
commit | c2b0d275a42869258071fa3571652bb4c10f254e (patch) | |
tree | 4a69ee792cade0ef26d0f7272705e19f3bdb38b8 /www-client/firefox/files/icon | |
parent | dc902eb88e6dfa3cc46a065a8a5fc8c708c94915 (diff) |
gentoo's PGO useflag doesn't work on firefox, but with some patching it will...add firefox with pgo.patch
Diffstat (limited to 'www-client/firefox/files/icon')
-rw-r--r-- | www-client/firefox/files/icon/firefox.desktop | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www-client/firefox/files/icon/firefox.desktop b/www-client/firefox/files/icon/firefox.desktop new file mode 100644 index 00000000..d772c2fe --- /dev/null +++ b/www-client/firefox/files/icon/firefox.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=@NAME@ +Comment=Web Browser +Exec=firefox %u +Icon=@ICON@ +Terminal=false +Type=Application +MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; +Categories=Network;WebBrowser; |