The main window display is triggering a well known GTK under wayland error with nvidia-open DKMS drivers.
Gdk-Message: 13:23:19.353: Error 71 (Protocol error) dispatching to Wayland display.
To correct this, the .desktop files should be corrected by updating the Exec entry:
Desktop ~/.local/share/applications/RClone\ Manager.desktop
Exec=env WEBKIT_DISABLE_DMABUF_RENDERER=1 rclone-manager"
Autostart ~/.config/autostart/RClone\ Manager.desktop
Exec=env WEBKIT_DISABLE_DMABUF_RENDERER=1 bash -c "sleep 3 && rclone-manager --tray"
See https://github.com/Zarestia-Dev/rclone-manager/issues/120
Pinned Comments
nvdx commented on 2026-02-21 15:15 (UTC) (edited on 2026-02-21 15:19 (UTC) by nvdx)
The main window display is triggering a well known GTK under wayland error with nvidia-open DKMS drivers.
Gdk-Message: 13:23:19.353: Error 71 (Protocol error) dispatching to Wayland display.To correct this, the .desktop files should be corrected by updating the Exec entry:
Desktop
~/.local/share/applications/RClone\ Manager.desktopAutostart
~/.config/autostart/RClone\ Manager.desktopSee https://github.com/Zarestia-Dev/rclone-manager/issues/120