-
-
Notifications
You must be signed in to change notification settings - Fork 33
Icons of wine applications aren't displayed #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I've just committed a fix for this. Wine apps now show the Wine icon defined by the icon theme e.g. As for the invisible windows issues, there seems to be a long standing issue with PlayOnLinux and Freetype (e.g. see here. Basically, because fonts can't be rendered you end up with windows only a few pixels in height and width and these are difficult to see. I ran into exactly this problem when installing Pharoah and when trying to install BattleNet. Hopefully the PlayOnLinux devs will sort this out soon... I'll close this issue as the icons are now being displayed properly. |
@robint99 Thanks, I've just tried it. Wouldn't it also be possible to show the right icon like the Mate Alt-Tab switcher does, as shown here: This is the old screenshot (hence the cog, which is the Battle net launcher). The icon in the alt-tab switcher on the right is the correct one. |
It may be that with the new code the Battle Net icon will be displayed correctly. Unfortunately, because of the PlayOnLinux font issue I mentioned above, I haven't been to install it and do any testing... If you want to try it yourself I've written a Python script to install the latest development version of the applet do this for you, and you can find it here in one of my other repositories. Cheers. |
Oh, sorry I wasn't clear. I had compiled from master and it's not showing the battle net one, just the default wine one. (which of course is better / more clear then the generic cog) |
After several attempts I was able to get the Battle Net installer to run, and the icon was indeed wrong. I've updated the code again and now the installer does have the correct icon. The installer errors out but so I can't test Battle Net itself, but the changes I've made should mean that Battle Net and any other Wine app that sets an icon for itself should show that icon in the dock. I'll reopen this issue until you have a chance to test if for yourself ... Cheers |
The icons of wine applications aren't rendered. Instead the standard wine icon is shown. There also a cog icon, that cannot be clicked:
The desktop file (created by PlayOnLinux) does show an icon. (It's an image file without an extension.)
The text was updated successfully, but these errors were encountered: