Clemens Albrecht
Clemens Albrecht
have you tried executing the application as root?
So I checked it again and I stumbled upon some error messages. First, the Application itself has thrown an error message   I also found...
So I rebooted and now the variables are set. Not sure what the problem was. ```bash $ echo $DISPLAY $ :0 $ echo $WAYLAND_DISPLAY $ wayland-0 ``` The behavior is...
It does work with the official Linux driver and it also works with opentabletdriver under Windows
I actually switched to a different device so I haven't checked this issue in a while but I will check.
The issue still persists in version 0.6.3.0 on Fedora 38. I also checked the libinput debug-events output again and it stays completely empty after initialization of the virtual input device...
Thanks for the reply. I don't think that this is the issue. I added `GstAudio.javagi$ensureInitialized();` to my main class and this fixes #295. I can successfully retrieve the element. As...
I found how to fix this. I can't cast to the Interface so I have to create a new `StreamVolume.StreamVolume$Impl` object like so: ```java return new StreamVolume.StreamVolume$Impl(sv.handle()); ``` Maybe I...