-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing wayland support #12
Comments
Sorry for the late reply, I think that's interesting feedback. It is difficult for me to debug this without having a Linux system with Wayland. Perhaps there is an easy fix: I just need to support more QImage formats other than RGB32. |
After #13 was merged I now cloned this rep and did a clean install and monolens still fails with the same backtrace as above, i.e. fails from the assert
I opened a debugger and I understand that it's frustrating not being able to test this. At this point I'm not sure if that error occurs for all wayland users or maybe it's just some misconfiguration on my side with my sway wm setup. Since this seems to be implemented in QT, maybe it might work in a KDE wayland desktop environment. Anyway thanks for your effort! |
If the format is invalid, then I cannot do anything to make it work on Wayland, I am afraid. This has to be fixed in Qt then. |
I tried monolens under wayland with the sway window manager via pipx and it crashed with
I'm not entirely surprise, since screenshotting utilities etc. are different under wayland. But from the stacktrace it's not obvious why exactly it crashed and in theory, Qt should be able to handle wayland, or shouldn't it?
Anyway, would be cool if someone else could try it and if they can reproduce it, add it to the limitations in the readme, after all wayland is slowly becoming more mainstream. But maybe just something with my system configuration is broken 🤷♂️
The text was updated successfully, but these errors were encountered: