kapitainsky / RcloneBrowser

Simple cross platform GUI for rclone. Supports macOS, GNU/Linux, BSD family and Windows.
https://github.com/kapitainsky/RcloneBrowser
MIT License
2.28k stars 218 forks source link

RcloneBrowser - "Config" button not working on Ubuntu 18.04 & 20.04 #163

Open Marella139 opened 3 years ago

Marella139 commented 3 years ago

After installing RcloneBrowser (v1.53.3) on both Ubuntu 18.04 and 20.04 (x64) I can't seem to bring up the Config option on Rclone GUI since the button is unresponsive after clicking on it. rclone-config-button

Note that the same option works fine on Ubuntu 16.04.

These are the output I got after trying to run rclone-browser on CLI:

user@rapidseedbox:~$ rclone-browser

[sudo] password for user:

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1298, resource id: 12729981, major code: 40 (TranslateCoords), minor code: 0

qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1522, resource id: 12730745, major code: 40 (TranslateCoords), minor code: 0

qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1989, resource id: 12732379, major code: 40 (TranslateCoords), minor code: 0

qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2205, resource id: 12733129, major code: 40 (TranslateCoords), minor code: 0
root@marko-test-box:~# rclone-browser
qt.qpa.xcb: could not connect to display 
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Aborted (core dumped)

P.S. I don't have rclone.conf file so I can't make any bigger changes to the service.

c4tom commented 3 years ago

can you install the version 1.8.0?

image

Marella139 commented 3 years ago

@c4tom Thanks for the reply. I've already had that version of GUI installed. rclone-browser-version

izahn commented 3 years ago

Why are you running it as root? That seems like a bad idea...