Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.4k stars 1.98k forks source link

Wrong StartupWMClass #49499

Open BlueManCZ opened 3 years ago

BlueManCZ commented 3 years ago

WordPress.com for Desktop Linux .desktop file has currently wrong StartupWMClass, so I don't see an icon of the application when running.

Snímek z 2021-01-30 15-34-48

It currently has WordPress.com:

$ cat /usr/share/applications/wpcom.desktop | grep WM
StartupWMClass=WordPress.com

but it should have wordpressdesktop or WordPressDesktop:

$ xprop WM_CLASS
WM_CLASS(STRING) = "wordpressdesktop", "WordPressDesktop"

Could you fix this in next release, please?

github-actions[bot] commented 3 years ago

This issue is stale because it has been 180 days with no activity. You can keep the issue open by adding a comment. If you do, please provide additional context and explain why you’d like it to remain open. You can also close the issue yourself — if you do, please add a brief explanation and apply one of relevant issue close labels.

simison commented 2 years ago

Related https://github.com/Automattic/wp-calypso/issues/48844?

BlueManCZ commented 2 years ago

Related #48844?

No, I don't think it is.

the-curioustech commented 2 years ago

Thank you for this! I can add it to my playbook to make this finally work!!!

the-curioustech commented 2 years ago

This worked perfectly. Thanks!