Package Details: rclone-manager 0.2.4-1

Git Clone URL: https://aur.archlinux.org/rclone-manager.git (read-only, click to copy)
Package Base: rclone-manager
Description: User-friendly GUI for Rclone
Upstream URL: https://github.com/Zarestia-Dev/rclone-manager
Keywords: google-drive onedrive rclone rclone-gui rclone-manager s3
Licenses: GPL-3.0-or-later
Submitter: Hakanbaban53
Maintainer: Hakanbaban53
Last Packager: Hakanbaban53
Votes: 3
Popularity: 1.16
First Submitted: 2025-10-14 11:43 (UTC)
Last Updated: 2026-04-14 19:53 (UTC)

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.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

Latest 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.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