Docky

Aus Roebke Wiki
Zur Navigation springen Zur Suche springen

Falsches Icon in Docky

kopiert von http://unix.stackexchange.com/questions/110044/google-chrome-has-the-wrong-docky-icon

http://wiki.go-docky.com/index.php?title=How_to_Customize_Window_Matching

I simply followed their instructions, but to simplify:

run:

xprop | grep WM_CLASS | awk '{print $4}'

This will give you a '+' shaped pointer. Use it to click on your Chrome window. It will output the name, I got 'Google-chrome' Open

sudo gedit /usr/share/applications/google-chrome.desktop 

for editing and add StartupWMClass=Google-chrome or whatever you got in step 2 without quotes stop Docky and run:

sudo rm ~/.cache/docky/docky.desktop.*.cache

Restart and the icon should be correct.