pydio / pydio-sync

Python version of the Pydio synchronization client
https://pydio.com
GNU General Public License v3.0
82 stars 32 forks source link

Issue with Pydio Sync on Linux #157

Open romu70 opened 7 years ago

romu70 commented 7 years ago

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.

7omate commented 7 years ago

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.