pydio-sync icon indicating copy to clipboard operation
pydio-sync copied to clipboard

Issue with Pydio Sync on Linux

Open romu70 opened this issue 8 years ago • 1 comments

Hello, I downloaded the Pydio Sync archive for Linux. I expanded the 2 archives in a /opt/pydio folder on my Fedora laptop.

Problem is if I run pydio-ui from the /opt/pydio/pydio-ui folder, it works. But if I run /opt/pydio/pydio-ui/pydio-ui from anywhere else, I get: /opt/pydio/pydio-ui/pydio-ui: error while loading shared libraries: libQt5WebKitWidgets.so.5: cannot open shared object file: No such file or directory

Any idea how to fix this? Thanks.

romu70 avatar Jan 26 '17 20:01 romu70

Hi, How do you want to launch it? Would you consider: alias="cd /opt/pydio/pydio-ui/ && ./pydio-ui && cd -" or adding it to your path?

I'm not sure that would work, I'm just trying to find a work around because I know the chrpath hacks we use to bundle the qt libs aren't super clean.

7omate avatar Jan 27 '17 15:01 7omate