Skip to content

Instantly share code, notes, and snippets.

@alefteris
Created November 19, 2011 20:36
Show Gist options
  • Save alefteris/1379319 to your computer and use it in GitHub Desktop.
Save alefteris/1379319 to your computer and use it in GitHub Desktop.
Ubuntu Unity launcher item desktop file for Firefox Aurora
[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
@ILMostro
Copy link

In Fedora20 with Firefox-Aurora29.0a2, if I do xprop | grep WM_CLASS and click on the aurora window, it shows:

    WM_CLASS(STRING) = "Navigator", "Firefox"

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment