lively icon indicating copy to clipboard operation
lively copied to clipboard

Taskbar App Icon Improvements (Blurred Icon + Context Flyout Name)

Open ottozumkeller opened this issue 1 year ago • 2 comments

If I install Lively Wallpaper from the installer file or WinGet, the taskbar app icon appears blurry and the right-click flyout displays the name "Lively.UI.WinUI". The version from the Microsoft Store does not have this issues. (see Image)

A relatively simple solution would be to change the name in the right place in the code and to use a taskbar app icon with higher resolution (like in the Microsoft Store version).

Image

ottozumkeller avatar Sep 10 '23 16:09 ottozumkeller

Lively.UI.WinUI is the UI programs name, updating the assembly info should change it.

For the blurry icon, looks like its loading 16x16 icon? @dotMorten

https://github.com/dotMorten/WinUIEx/blob/24da8fd46391d52e2f56126ea40f750c1c4355de/src/WinUIEx/Icon.cs#L47

In store version (desktop-bridge) its showing the Core programs icon which is why its non issue.

rocksdanister avatar Sep 11 '23 05:09 rocksdanister

See https://github.com/dotMorten/WinUIEx/issues/68

dotMorten avatar Sep 13 '23 06:09 dotMorten