rdesktop icon indicating copy to clipboard operation
rdesktop copied to clipboard

Add option to set WM_CLASS

Open uglym8 opened this issue 6 years ago • 1 comments

Done per user request in #263

uglym8 avatar May 10 '18 10:05 uglym8

Hi @uglym8,

It's very unusual for the end-user to set/override the WM_CLASS property. This is because of how further properties are used by window managers, where there's assumptions about this string (such as the class name starting with a capital letter).

What are you using this proposed change for?

Incidentally, if you could, you should double-check that the default WM_CLASS property is set to Rdesktop and not rdesktop as this is in violation of the ICCCM2/EWMH, although I appreciate not part of your original PR.

ThomasAdam avatar Jun 30 '20 16:06 ThomasAdam