Package Details: synology-cloud-sync-decryption-tool 027-1

Git Clone URL: https://aur.archlinux.org/synology-cloud-sync-decryption-tool.git (read-only, click to copy)
Package Base: synology-cloud-sync-decryption-tool
Description: A desktop tool to decrypt data encrypted by Cloud Sync
Upstream URL: https://www.synology.com/en-global/releaseNote/SynologyCloudSyncDecryptionTool
Keywords: cloud NAS synology
Licenses: unknown
Submitter: lybin
Maintainer: rlees85
Last Packager: rlees85
Votes: 3
Popularity: 0.000000
First Submitted: 2016-03-24 16:31 (UTC)
Last Updated: 2023-06-08 21:37 (UTC)

Latest Comments

numkem commented on 2019-07-12 13:32 (UTC)

I ended up making it work by doing:

mv /opt/Synology/CloudSyncDecryptionTool/libz.so.1 /opt/Synology/CloudSyncDecryptionTool/libz.so.1.old
ln -s /usr/lib/libz.so.1 /opt/Synology/CloudSyncDecryptionTool/libz.so.1

The problem relies where qt5 through the shipped libqxcb.so is trying to load libz.so.1 but the versions don't match.

Firehalk commented on 2019-03-25 22:29 (UTC) (edited on 2019-03-25 22:29 (UTC) by Firehalk)

Still not working for me with the same error mentioned previously:

This application failed to start because it could not find or load the Qt platform plugin "xcb".

I do have the following QT packages installed:

local/qt5-base 5.12.2-1 (qt qt5)
local/qt5-declarative 5.12.2-1 (qt qt5)
local/qt5-location 5.12.2-1 (qt qt5)
local/qt5-quickcontrols2 5.12.2-1 (qt qt5)
    Next generation user interface controls based on Qt Quick
local/qt5-svg 5.12.2-1 (qt qt5)
local/qt5-webchannel 5.12.2-1 (qt qt5)
    Provides access to QObject or QML objects from HTML clients for seamless integration of Qt applications with HTML/JavaScript clients
local/qt5-webengine 5.12.2-1 (qt qt5)

lybin commented on 2018-03-11 05:29 (UTC)

added depends

rlees85 commented on 2018-03-10 18:53 (UTC)

Not a packaging guideline but for others stuck making this work, just remove all the libs that come with it and run the executable in a folder by itself.

Obviously, make sure qt5-base is installed!

EarthMind commented on 2017-11-21 11:41 (UTC)

Doesn't work here. Gives an error: This application failed to start because it could not find or load the Qt platform plugin "xcb". Some dependency issue?

lybin commented on 2016-03-25 13:02 (UTC)

deimos, no, fixed, thanks :)

deimos commented on 2016-03-25 12:33 (UTC)

Should /usr/bin/synology-cloud-sync-decryption-tool be symlinked to /opt/Synology/CloudSyncDecryptionTool/SynologyCloudSyncDecryptionTool?