Xpra-org / xpra

Persistent remote applications for X11; screen sharing for X11, MacOS and MSWindows.
https://xpra.org/
GNU General Public License v2.0
1.93k stars 165 forks source link

change xpra's windows class on win32 #2652

Open totaam opened 4 years ago

totaam commented 4 years ago

2020-03-17 07:19:25: stdedos created the issue

from #2649

Could you change your windows' ahk_class? I'd prefer not to depend on ahk_exe filename if possible.

Sadly, I don't have much knowledge what does that mean; but I am confident enough AutoHotKey is not "inventing" that class (a lot of AHK namespacing starts with A_, ahk_).

totaam commented 4 years ago

AFAICT, this will require getting rid of GTK completely as it won't let us change the window class. Hard.

totaam commented 4 years ago

2020-03-17 08:01:20: stdedos commented

Ouch. Well, ignore me :-D