-
-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working