Clemens Albrecht

Results 8 comments of 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 ![Error window 1](https://user-images.githubusercontent.com/16132111/218305814-b83cb4e1-3c2e-476d-8a15-86c8724b902c.png) ![Error window 2](https://user-images.githubusercontent.com/16132111/218305834-39461c6c-c6e8-403b-86bf-ee2f18d611ad.png) 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...