You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
My internal windows manger tool will read the _NET_WM_PID atom from X11 window to know the Process Id. The internal windows manger tool works well on the GTK application, because the GTK application will set the _NET_WM_PID atom. But it can not work with the Avalonia application, because the Avalonia application do not set the _NET_WM_PID atom.
Describe the solution you'd like
I want to add the _NET_WM_PID when the X11 window be created in Avalonia.
Is your feature request related to a problem? Please describe.
My internal windows manger tool will read the
_NET_WM_PID
atom from X11 window to know the Process Id. The internal windows manger tool works well on the GTK application, because the GTK application will set the_NET_WM_PID
atom. But it can not work with the Avalonia application, because the Avalonia application do not set the_NET_WM_PID
atom.Describe the solution you'd like
I want to add the
_NET_WM_PID
when the X11 window be created in Avalonia.Avalonia/src/Avalonia.X11/X11Window.cs
Lines 149 to 153 in 9cecb90
And I find the Avalonia already define the
_NET_WM_PID
atom:Avalonia/src/Avalonia.X11/X11Atoms.cs
Line 152 in 9cecb90
Describe alternatives you've considered
No response
Additional context
gdkwindow-x11.c:
The text was updated successfully, but these errors were encountered: