https://github.com/22a/duplicatechromefix
Simple script for automating the solution to multiple Googlre Chrome icons in Docky panel
https://github.com/22a/duplicatechromefix
Last synced: 8 months ago
JSON representation
Simple script for automating the solution to multiple Googlre Chrome icons in Docky panel
- Host: GitHub
- URL: https://github.com/22a/duplicatechromefix
- Owner: 22a
- Created: 2015-04-17T22:47:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-17T22:59:13.000Z (about 11 years ago)
- Last Synced: 2025-01-12T14:08:50.950Z (over 1 year ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docky Duplicate Chrome Icon Fix
This is just a simple script for automating the [fix](http://kb.openstudioproject.com/content/fix-double-google-chrome-icon-docky-and-plank) for duplicate chrome icons in docky.
### Why Does This Exist?
I needed it. You may find this useful too if you're running [fauxS-X](https://github.com/c-brenn/FauxSX) or a similar desktop environment using [docky](www.go-docky.com/) and are experiencing double Google Chrome icons like these:

As the above [fix](http://kb.openstudioproject.com/content/fix-double-google-chrome-icon-docky-and-plank) shows, you could manually edit your desktop file and add the lines where necessary, or you could run this script. I write it because I had to manually edit the file every time I updated Chrome.
### How To Run
Clone repo and cd into it:
```sh
git clone https://github.com/22a/DuplicateChromeFix.git
cd DuplicateChromeFix
```
Run script as sudo user:
```sh
sudo python dsk_fix.py
```