Skip to content

[Bug]: Blue Plate behind App Icon in Taskbar while Running with Debug Identity #373

@chiaramooney

Description

@chiaramooney

Describe the bug

The blue plate is showing behind app icons in the taskbar while running with debug identity. This does not occur when the app is running after being full packaged. I believe this is because during full packaging we've generated a .pri file which tells the system to use the unplated assets in the taskbar. But this file doesn't exist when we've only added debug identity so the unplated version isn't being referenced anywhere.

To Reproduce

  1. Create a WPF app
  2. winapp init
  3. winapp manifest update-assets "img file" -- app icon should not be square in order to see this bug
  4. dotnet build
  5. winapp create-debug-identity "path to exe"
  6. ./"exe path"

App will run and icon will have a blue plate behind it.

Expected behavior

App icon should not have a blue plate behind it.

Screenshots

No response

OS Version and details

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions