rafatosta / zapzap

WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine.
https://rtosta.com/zapzap-web/
GNU General Public License v3.0
89 stars 2 forks source link

Closes soon after opening (Wayland with Nvidia proprietary drivers) #226

Open Filip-Anicic opened 1 month ago

Filip-Anicic commented 1 month ago

Few seconds after opening the application with my messages being loaded. The application closes without any message. Is there a way to fix this as I was looking for a good WhatsApp client on Linux?

Linux flatpack 5.3.7 Fedora 40 Workstation Gnome 46 DE

rafatosta commented 1 month ago

Few seconds after opening the application with my messages being loaded. The application closes without any message. Is there a way to fix this as I was looking for a good WhatsApp client on Linux?

Linux flatpack 5.3.7 Fedora 40 Workstation Gnome 46 DE

Run via command line and check for errors, please

flatpak run com.rtosta.zapzap

rafatosta commented 1 month ago

I'm using Fedora Workstation too and I don't have a problem. I believe that the log of your execution can inform what is the problem with your machine

Filip-Anicic commented 1 month ago

This is the output I get in the terminal

QPropertyAnimation: you're trying to animate the non-writable property width of your QObject
QDBusTrayIcon encountered a D-Bus error: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name is not activatable")
The Wayland connection experienced a fatal error: Protocol error
rafatosta commented 1 month ago

This is the output I get in the terminal

QPropertyAnimation: you're trying to animate the non-writable property width of your QObject
QDBusTrayIcon encountered a D-Bus error: QDBusError("org.freedesktop.DBus.Error.ServiceUnknown", "The name is not activatable")
The Wayland connection experienced a fatal error: Protocol error

Do you have Nvidia?

Try switching to X11 via flatsel or using the copr version

Filip-Anicic commented 3 weeks ago

Yes I have Nvidia proprietary drivers. The suggestion to use Flatseal and disable Wayland windowing system, while keeping X11 windowing system and fallback seems to work.

Thanks

Filip-Anicic commented 3 weeks ago

Should I keep the issue open since the Wayland bug is not fixed yet?

rafatosta commented 3 weeks ago

Should I keep the issue open since the Wayland bug is not fixed yet?

Yes. I'm about to buy a new notebook with NVidia. Let's wait and see.