Google-play-music-desktop-player-unofficial-: Windows Store App Taskbar Icon

Created on 2 Apr 2017  路  4Comments  路  Source: MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-

Hello,

Just a minor request. Is there any possibility that the icons used for the windows store app could be updated to match more closely with the overall theme of windows store apps? When pinned to the taskbar, the icon for GPMDP kinda clashes with other modern UI apps' icons due to the background plate:

example

All 4 comments

The Windows Store put that background there, I'm like 99% sure it put it there for a reason 馃槅

If you want to get rid of the background you can install the non-UWP version 馃槅

The windows store did not cause that background to be shown. The problem is that you have provided a plated image where an unplated one was supposed be shown. Check your package.appxmanifest (this is an example from another windows store app):

example

The top row is the plated one, which will be shown in the "all apps" list on the left of the start menu. The bottom row is the one that will be shown in the taskbar (as well as a few other places). The background in the bottom row is not actually part of the image, that's just the background color for the app icons (a separate setting in the package.appxmanifest). The OS then chooses whether or not to show the background color, or to keep it transparent. Result:

example

Addionally, mail, movies & tv, photos, etc are all windows store apps (from Microsoft) that do not have this issue.

@PazerOP I don't know what to tell you mate, I never set that background up, and I definitely don't choose to provide a plated image. I literally give it the same transparent background icon I give everything else. What the Centennial converter or the Windows Store does with that icon is entirely up to it.

The manifest and assets are generated on the fly so I haven't set this up specifically

This does seem to be related to conversion process. By default, it looks like desktop apps don't have "nice" icons:

Additionally, if you don鈥檛 follow step 4, you don鈥檛 get proper support for unplated assets. What does it mean? That your converted app, by default, will apply a background to the icon that is displayed in the taskbar, even if you have set transparent as BackgroundColor in the item in the manifest, like in the following sample:
...
With a proper resources file, instead, you鈥檒l be able to get an icon taskbar with a nice transparent background. You can see the difference between the two approaches in the following image (I apologize if they鈥檙e a bit blurry, but it鈥檚 just to give you an idea of the final effect).

Sourced from https://blogs.msdn.microsoft.com/appconsult/2017/02/21/an-easier-way-to-generate-the-packages-for-a-desktop-bridge-converted-app/, section "Easier generation of the assets"

Not that I have any idea how to fix this, but useful information for anyone that might want to issue a PR to fix this.

Was this page helpful?
0 / 5 - 0 ratings