Opened 10 months ago
Last modified 10 months ago
#2652 assigned enhancement
change xpra's windows class on win32
Reported by: | stdedos | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | client | Version: | 3.0.x |
Keywords: | win32 | Cc: |
Description
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_
).
Change History (3)
comment:1 follow-up: 2 Changed 10 months ago by
Component: | android → client |
---|---|
Keywords: | win32 added |
Status: | new → assigned |
Summary: | change xpra's windows ahk_class → change xpra's windows class on win32 |
Type: | defect → enhancement |
comment:2 Changed 10 months ago by
Replying to Antoine Martin:
AFAICT, this will require getting rid of GTK completely as it won't let us change the window class.
Hard.
Ouch. Well, ignore me :-D
comment:3 Changed 10 months ago by
Milestone: | 4.0 → 5.0 |
---|
Note: See
TracTickets for help on using
tickets.
AFAICT, this will require getting rid of GTK completely as it won't let us change the window class.
Hard.