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
Operating System(s): Linux arm64 Raspberry Pi OS 5
More information
Seems this issue affects running under sudo
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
And since my app needs to run under sudo, I do not have a workaround, I tried setting XDG_RUNTIME_DIR to the same path as the logged in user but no luck.
The text was updated successfully, but these errors were encountered:
I am getting keys from the keyboard using the event KeyUp of the window
This works fine on x11.
But on Wayland the console that I started the test on types the letters, but the event gets nothing
Expected Behavior
Event KeyUp KeyDown gets the key pressed
Actual Behavior
Event is not fired
Steps to Reproduce the Problem
Code that Demonstrates the Problem
Specifications
More information
Seems this issue affects running under sudo
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
And since my app needs to run under sudo, I do not have a workaround, I tried setting XDG_RUNTIME_DIR to the same path as the logged in user but no luck.
The text was updated successfully, but these errors were encountered: