Skip to content

Commit

Permalink
Fix VM class for AppImage Dekstop integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
MiMillieuh authored Oct 23, 2023
1 parent 4b8f374 commit 9a89f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
"Categories": "Network;InstantMessaging;Chat;",
"Keywords": "discord;vencord;electron;chat;",
"WMClass": "VencordDesktop"
"StartupWMClass": "VencordDesktop"
}
},
"mac": {
Expand Down

1 comment on commit 9a89f4d

@MiMillieuh
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, after installing Vencord Via AppImage, I've noticed that if I use a desktop integration tool, my VM doesn't put them in the same icon (so VMClass)
In the build section of the package.json I've added StartupVMClass as it's what's expected for most desktop environment (I didn't removed VMClass as I don't really know if its useful or not for other things.)

Also it's weird that there are two Icons shipped. like if the app image one has it's own bundled and the app another one.

But it's always cleaner to have it in the same VMClass for any desktop.

Capture d’écran du 2023-10-23 13-47-06
Capture d’écran du 2023-10-23 13-45-36

Please sign in to comment.