5

If I start an application using Crossover (or Wine), the application will always be the Wine Logo instead of the application logo. This is the same independent of the application being run or using Wine instead of Crossover.

That makes sense if the application has no logo, but it gets confusing running multiple Microsoft Office programs - and all of them have the same logo.

The hint text for the icon is also "Wine Windows Program Loader" instead of "Document 1 - Microsoft Word" as it should be.

Is there a way to configure Wine/Crossover to use application icons and title text? I am using the Faenza Icon Set.

EDIT: I have confirmed that this issue does NOT occur in Gnome Classic.

Kupiakos
  • 2,127

1 Answers1

1

In this question you find a workaround Change Icon of Wine Application in Unity Launcher

Take a look at the answer from MHC

You need to add the following line into your .desktop-file

StartupWMClass=application.exe

(application.exe is the name of your EXE-file, it's case sensitive)

TIIUNDER
  • 1,223
  • 1
  • 11
  • 22