-
Beta Was this translation helpful? Give feedback.
Answered by
kekekeks
Jun 18, 2021
Replies: 1 comment 1 reply
-
|
You most likely need a well-formed .desktop file with matching StartupWMClass installed either in /usr/share/applications or $HOME/.local/share/applications. E. g.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Dryadxon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





You most likely need a well-formed .desktop file with matching StartupWMClass installed either in /usr/share/applications or $HOME/.local/share/applications.
E. g.
your_app_icon_nameis the name of a .png file located in /usr/share/icons or $HOME/.local/share/iconsYourWmClassis a string passed toX11PlatformOptions.WmClass, which is set to your app assembly name by default (Assembly.GetEntryAssembly()?.GetName()?.Name)