-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Can't run on Wayland (NVIDIA) #215
Comments
Please give a try: flatpak run --env=QT_QPA_PLATFORM="wayland" com.rtosta.zapzap If this works @rafatosta shold consider add |
Por um momento nem acreditei que era você 🤣🤣 Cara, parece que essa última atualização da nvidia tá quebrando mesmo no Wayland. Minha orientação é usar o X11 através do Flatseal. Há uma limitação da minha parte por não ter nvidia. Mesmo mantenho os pacotes mais atualizados do Qt, recebo relatos sobre a quebra na NVidia. Uso o Fedora Workstation e mantenho um Copr para o Zapzap. Os pacotes do Qt atualizam mais rapidamente no Fedora do que no Flatpak, então vale a pena fazer o teste se quiser usar em Wayland ao invés do X11. Se testar via copr avisa se funcionou, por favor. Abraços |
Have you worked around the problem with NVidia? |
i'm having the same issue, after trying the command given this was the error:
|
Same issue, crash on Wayland. |
I'm on Wayland aswell (Hyprland/arch) and it works without issue here, can't reproduce |
@githubkuyaya you are not using the AUR version by any chance? Flatpak version right? |
Oh, no I'm using the AUR version. Sorry, didn't realize that this was about the Flatpak version. |
when I used Wayland with mesa drivers, it works ok.. but now change to x11 and after install nvidia drivers zapzap crashes on start EDIT: with wayland + nvidia, update flatpak to install flatpak-nvidia-drivers |
I'm getting the same error with the AUR version on KDE Plasma + Wayland |
There are two fixes for this, and both regards running ZapZap under X11 protocol. If you're using the Flatpak version, you should either disable the Wayland socket (via Flatseal), or explicitly run with the x11 Socket. This way the QT engine automatically uses X11. flatpak run --socket=x11 com.rtosta.zapzap The other alternative is to run it with an environment variable. If you have Flatseal then the above should work (and it's more convenient), but you can also set the environment variable there. Either way, the environment value can work as part of the flatpak run --env=QT_QPA_PLATFORM="xcb" com.rtosta.zapzap QT_QPA_PLATFORM=xcb zapzap That is until Wayland woes are fixed, which much depend on NVIDIA side of things for hybrid graphics. |
I have both Arch and Debian installed, can confirm that this is more related to the NVIDIA driver version, because it works fine on both GNOME/Plasma and Xorg/Wayland under my Debian installation (Stable branch, driver 535 atm) but it only works on Xorg on GNOME/Plasma on my Arch installation |
Having the same problem on Flatpak version [2:2:1107/084552.818181:ERROR:interface_endpoint_client.cc(702)] Message 3 rejected by interface blink.mojom.Widget OS: Fedora Linux 41 Fixed by disabling 'socket=wayland' on Flatseal |
I'm using it with the 550 drive and it works perfectly. I'll investigate the reason. |
This was a bug introduced on 555, so 550 would run fine, I believe. |
Sorry, I made a mistake. I'm using 560.35.03 |
Are you facing the "invisible window" when opening in Wayland? |
(To check if you have invisible window desease, open ZapZap via terminal and check if it runs or not). |
I don't know if this is the best way, but I solved it by adding the following environment variable: |
But that's not really solving the problem... That way you are just avoiding it. For the time being that might be sufficient to be able to use it but it's not ideal. |
Even with that is not working anymore ... |
Anyone running latest NVIDA drivers? |
No. I use the ones provided by default in Fedora. |
Allegedly the problem is fixed on NVIDIA 565, but from experience those drivers are far too unstable as of now.
|
When I use X11, dragging and dropping files doesn't work. Does the same happen to you? |
Unfortunately it does. I think XWayland does not handle drag-and-drop properly, considering it was working file on X11. |
Everything was working yesterday I updated to ZapZap and it's broken for me right now in wayland/hyprland. I'm using Flatpak version on Fedora 41 with 565.57.01 Nvidia Driver . I got this error. Failed to create wl_display (No such file or directory) Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vkkhrdisplay, vnc, wayland-egl, wayland, xcb. I'm able to open ZapZap with "flatpak run --env=QT_QPA_PLATFORM="xcb" com.rtosta.zapzap" thanks to @DarkGhostHunter but I wanted to inform you about situation. |
Restore all settings made by Flatseal and check if the error persists. I also use the F41 on this same version of the drive and it works well. |
I pressed reset button on Flatseal and error persist. I can only run ZapZap with "flatpak run --env=QT_QPA_PLATFORM="xcb" com.rtosta.zapzap" I can help you debug it, if you guide me. |
I don't know what else is needed in your case. Here it is working perfectly well and already using "xcb" by default. |
with xcb it's a bit clunky sometimes ZapZap can't scale well so I need to close and open it again. It doesn't work like before. |
Just mark "Wayland" on Flatseal! |
Thanks! |
Hello! I'm trying to run ZapZap on Fedora Workstation 40, running on Wayland with the new NVIDIA driver 555.
When I try to run the app, I get the following error on terminal:
qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
QPropertyAnimation: you're trying to animate the non-writable property width of your QObject
js: Error with Permissions-Policy header: Feature xr-spatial-tracking's parameters are ignored.
js: Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'attribution-reporting'.
js: Error with Permissions-Policy header: Unrecognized feature: 'battery'.
js: Error with Permissions-Policy header: Unrecognized feature: 'bluetooth'.
js: Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'compute-pressure'.
js: Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
js: Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'shared-storage'.
js: Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'shared-storage-select-url'.
js: Error with Permissions-Policy header: Unrecognized feature: 'usb-unrestricted'.
The Wayland connection experienced a fatal error: Erro de protocolo
The text was updated successfully, but these errors were encountered: