Skip to content

Instantly share code, notes, and snippets.

@kaesetoast
Created November 18, 2014 10:33
Show Gist options
  • Save kaesetoast/9f835778dce5b9e4e33c to your computer and use it in GitHub Desktop.
Save kaesetoast/9f835778dce5b9e4e33c to your computer and use it in GitHub Desktop.
Fix duplicate Chrome icon in Plank
sudo sed -i -r 's/(\[.+\])$/\1\nStartupWMClass=Google-chrome-stable/g' /usr/share/applications/google-chrome.desktop
@kaesetoast
Copy link
Author

Thanks for the heads up @Gabriel-p. Do you by any chance have a copy of the corrupted file that you could share? Would like to see what happend there. I'm aware of the alternative solution you mentioned. Unfortunately this only worked until reboot on my machine.

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