dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.06k stars 1.73k forks source link

Cannot use unplated icons in .msix and in windows "start" #23133

Open malciin opened 3 months ago

malciin commented 3 months ago

Description

As far as I can tell, unplated icons are only visible on the taskbar. However, in the .msix package and in the Windows "Start" menu, the plated icon is still used:

obraz

obraz

This seems to be somewhat a duplicate of:

https://github.com/dotnet/maui/issues/5162#ref-issue-1356727021 https://github.com/dotnet/maui/issues/6164 https://github.com/dotnet/maui/pull/10515

Some of those issues are closed, but I believe current "fix" is not sufficient, making following valid scenario https://github.com/dotnet/maui/discussions/22964 not possible.

If I'm mistaken and there is a way to make the icon in the .msix package and Windows "Start" menu unplated, please let me know. :)

Steps to Reproduce

  1. Run new project via dotnet new maui
  2. Check icon on windows start & .msix installer

Link to public reproduction project repository

No response

Version with bug

8.0.7 SR2

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

Windows, I was not able test on other platforms

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

No response

github-actions[bot] commented 3 months ago

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Open similar issues:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

Zhanglirong-Winnie commented 3 months ago

Verified this issue with Visual Studio 17.11.0 Preview 2.0 (8.0.60 & 8.0.7 & 8.0.3). Can repro on windows platform. .msix installer can repro: image windows start works fine: image

malciin commented 3 months ago

@Zhanglirong-Winnie Maybe then app icon is plated in "start" menu only on windows 10 and not on 11, because as I can see on screenshot differences you're probably on 11.

obraz

Zhanglirong-Winnie commented 3 months ago

Oh, @malciin You are right, I can reproduce this issue on Win10. image