keylight-control
keylight-control copied to clipboard
Wayland support
Is your feature request related to a problem? Please describe. I tried to use the program on Hyprland, but got the following error:
/opt/keylight-control/Keylight_Controller-x86_64.AppImage
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: xcb.
[1] 6946 IOT instruction (core dumped) /opt/keylight-control/Keylight_Controller-x86_64.AppImage
Describe the solution you'd like Wayland support for the app.
Describe alternatives you've considered
I installed the packages (arch): sudo pacman -S qt5-wayland qt6-wayland. I also tried the AUR package, which just had a blank grey screen.
Additional context If of course I'm missing packages, tell me, I'm new to wayland.
You're definitely missing something, I've been using this just fine on Arch wayland for a while
Hm.. weird. I could make the error go away, by setting the environment variable:
QT_QPA_PLATFORM=wayland;xcb
but now i get this window:
Any logfiles I could check?