Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add WM_CLASS in application #2567

Closed
ccat3z opened this issue Nov 5, 2018 · 2 comments
Closed

add WM_CLASS in application #2567

ccat3z opened this issue Nov 5, 2018 · 2 comments
Labels
GUI Issues affecting the interactive GUI Mono Issues specific for Mono

Comments

@ccat3z
Copy link

ccat3z commented Nov 5, 2018

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/

@HebaruSan HebaruSan added GUI Issues affecting the interactive GUI Mono Issues specific for Mono labels Nov 5, 2018
@HebaruSan
Copy link
Member

What kind of value is it supposed to have?

Sorry, something went wrong.

@ccat3z
Copy link
Author

ccat3z commented Nov 7, 2018

WM_CLASS value associate windows with the owning application. For example, chrome's WM_CLASS is "chrome". Maybe you can use "ckan".

Sorry, something went wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI Issues affecting the interactive GUI Mono Issues specific for Mono
Projects
None yet
Development

No branches or pull requests

2 participants