RcloneBrowser
RcloneBrowser copied to clipboard
RcloneBrowser - "Config" button not working on Ubuntu 18.04 & 20.04
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.
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.
can you install the version 1.8.0?
@c4tom Thanks for the reply. I've already had that version of GUI installed.
Why are you running it as root? That seems like a bad idea...