Darshaka Pathirana
Darshaka Pathirana
Debian has implemented a workaround for software that depends on libappindicator by providing symlinks, see: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996201 + https://salsa.debian.org/debian-ayatana-team/libayatana-appindicator/-/commit/2b220e6aea51efb99b0413e784d0dc9991d48f6f So, either fix cells-sync to use libayatana or close this issue. Thx!
Just set up LMDE 5. `libayatana-appindicator3-1` is enough, but #38 is currently still an issue.
After some research, it seems that `pydio-agent` needs `gir1.2-gnomekeyring-1.0` (= [libgnome-keyring](https://packages.debian.org/source/stretch/libgnome-keyring) which has been removed from Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=941821. "The libgnome-keyring library is deprecated and its usage is strongly discouraged": https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892359...
It seems like PydioSync has been abandoned in favor of [CellsSync](https://github.com/pydio/cells-sync). The 'newer' releases (v1.2.6+) of PydioSync can be found here: https://download.pydio.com/pub/pydio-sync/release/
I hate to say that, but the best solution I came up with, was to manually install the old packages: * https://packages.debian.org/jessie/amd64/libgstreamer0.10-0/download * https://packages.debian.org/jessie/amd64/libgstreamer-plugins-base0.10-0/download But `pydio-ui` at least starts then.
Actually, libgststreamer v0.10 does not conflict with v1.00. You can have both libraries next to another. Another workaround I tried was to create symlinks like `sudo ln -s /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0 /usr/lib/x86_64-linux-gnu/libgstapp-0.10.so.0`....
JFYI: `pydio-sync` starts but fine but when adding a workspace (with https), this is shown in the logs (and the connection to the workspace fails): ``` qt.network.ssl: QSslSocket: cannot resolve...
I just stumbled over this error again: ``` 2018-04-03 00:54:27 INFO 140358323271424 Thread-3 logging : 1627 | info | Loading local changes with sequence 2224 for job id archiv.loesungsweg.com-lw 2018-04-03...
Nearly two years later, I stumbled over this problem and error [again](https://github.com/pydio/pydio-sync/issues/162#issuecomment-380884128). (And there was no file with a `|` character in its filename.) The machine in subject is running:...
*Disclaimer: I am not a fan of sleep loops, but I guess any other solution would need something similar "under the hood".* Just tested the PR and it works for...