Skip to content

Icon not displayed for AppImage #731

@MajesticBevans

Description

@MajesticBevans

OS

Ubuntu jammy-jellyfish

Programming Language

dotnet 9, c#

VPK Version

vpk 0.0.1298

Library Version

NuGet 0.0.1298

What happened?

When deploying to linux and creating an AppImage, the icon appears simply as the default executable icon on linux both as the file icon and also as the icon in the taskbar when the app is running. I managed to 'fix' this by extracting the AppImage, copying the png that was at the root of the AppDir into AppDir/usr/share/icons/hicolor/256x256/apps/MyIcon.png , and then rebuilding the AppImage from this AppDir.

I see that there is some logic for creating a cache thumbnail in the AppRun script, but it doesn't seem to be working for me. Would a pull request adding this copy into the linux packaging logic be welcome? Or, is there a mistake I am making in the packaging process?

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