You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mono application do not have a WM_CLASS property by default. It will make window managers on linux can't add the application's icon on task bar. Please add support for the WM_CLASS.
Background
CKAN Version:
1.25.3
Operating System:
Arch Linux
Feature request
Mono application do not have a WM_CLASS property by default. It will make window managers on linux can't add the application's icon on task bar. Please add support for the WM_CLASS.
I found a sample on stackoverflow that maybe useful:
https://stackoverflow.com/questions/11453687/how-can-i-change-wm-class-for-a-winforms-application-on-linux
https://bitbucket.org/hindlemail/settingwmclass/
The text was updated successfully, but these errors were encountered: