-
Notifications
You must be signed in to change notification settings - Fork 246
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
Sioyek does not start #1283
Comments
Does this help: #1128 (comment) ? |
It doesn't. I've tried to unset WAYLAND_DISPLAY too, and I've also tried |
I unfortunately don't have a wayland machine to test it right now, maybe someone else with wayland can help? |
This may be because you are using the app image version (is that correct?). Perhaps you should be running it though xwayland and try instead. Try setting the following env variable for this QT_QPA_PLATFORM=xcb sioyek You should also provide details on how you are building the binary |
Using this environment variable did indeed work. I am not using an AppImage. The binary was build via this ebuild. |
I haven't tested on X11 yet but it seems launching this way prevents sioyek from recognising keyboard inputs. In the logs:
If I can reproduce under X11 i'll open a new issue for this. |
Are the keys.config and prefs.config file next to the executable? |
Here are the files installed:
You're right though that sioyek is looking besides its binary
|
Coming back to the original issue: sioyek flickers hard when launched with xwayland. This is a similar kind of flickering to that of gpu-accelerated electron applications. |
No window ever opens. I'm using plasma on wayland, with an nvidia graphics card using the official driver and up to date mesa (see below for version info).
Note that this bug does NOT appear when running on the same computer with the same configuration but with plasma on x11.
Also, the logs below are from the
development
branch, but the same issue was present with the main branch.mesa
was compiled with nvidia and zink support.The text was updated successfully, but these errors were encountered: