Skip to content

Instantly share code, notes, and snippets.

@assafmo
Created December 18, 2017 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save assafmo/7670863d049d38396d3ae907a3ccf158 to your computer and use it in GitHub Desktop.
Save assafmo/7670863d049d38396d3ae907a3ccf158 to your computer and use it in GitHub Desktop.
Fix firefox nighlty double icon in gnome favorites
#!/bin/sh
grep StartupWMClass /usr/share/applications/firefox-trunk.desktop || sudo sed -i 's/\[Desktop Entry\]/[Desktop Entry]\nStartupWMClass=Nightly/' /usr/share/applications/firefox-trunk.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment