Skip to content
Discussion options

You must be logged in to vote

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.

[Desktop Entry]
Name=Your Application Name
Exec=/path/to/your/app/executable
Icon=your_app_icon_name
Type=Application
StartupWMClass=YourWmClass
Categories=Utility

your_app_icon_name is the name of a .png file located in /usr/share/icons or $HOME/.local/share/icons
YourWmClass is a string passed to X11PlatformOptions.WmClass, which is set to your app assembly name by default (Assembly.GetEntryAssembly()?.GetName()?.Name)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Dryadxon
Comment options

Answer selected by Dryadxon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants