Created
November 19, 2011 20:36
-
-
Save alefteris/1379319 to your computer and use it in GitHub Desktop.
Ubuntu Unity launcher item desktop file for Firefox Aurora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Version=1.0 | |
Name=Firefox Aurora | |
Comment=Browse the World Wide Web | |
GenericName=Web Browser | |
Exec=/opt/apps/aurora/firefox -P aurora -no-remote %u | |
Terminal=false | |
X-MultipleArgs=false | |
Type=Application | |
Icon=/opt/apps/aurora/chrome/icons/default/default48.png | |
Categories=GNOME;GTK;Network;WebBrowser; | |
StartupWMClass=Aurora | |
StartupNotify=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Fedora20 with Firefox-Aurora29.0a2, if I do
xprop | grep WM_CLASS
and click on the aurora window, it shows:Then, after I change the StartupWMClass to
StartupWMClass=Navigator
, I can finally see the Aurora icon in the launcher as well as on menus, etc.