Possible Duplicate:
Change Icon of Wine Application in Unity Launcher
I have a Wine application launcher in Ubuntu Unity (11.10). And When I run a wine application "Wine Window Program Loader" icon appears.
Here is an example what happens:
I would like to achieve that the application opens in the same launcher, so I can use keyboard shortcuts to switch to this application.
PS.: I use Ubuntu 11.10 and Unity 2d
EDIT: I figured out, that if I add StartupWMClass=Wine
to the .desktop
file, the "Wine Window Program Loader" icon disappears. But unfortunately that causes all wine apps to be associated with that specific icon in the launcher.