Package Details: synology-drive 3.5.2_16111-3

Git Clone URL: https://aur.archlinux.org/synology-drive.git (read-only, click to copy)
Package Base: synology-drive
Description: Desktop utility of the DSM add-on package, Synology Drive Server
Upstream URL: https://www.synology.com/en-global/releaseNote/SynologyDriveClient
Keywords: client drive nas synology
Licenses: custom:Synology Linux License Grant
Conflicts: cloudstation-3.0, cloudstation-beta, cloudstation-drive, synology-drive, synology-drive-client
Submitter: fmartingr
Maintainer: schinfo
Last Packager: schinfo
Votes: 51
Popularity: 1.68
First Submitted: 2018-01-03 10:34 (UTC)
Last Updated: 2025-05-08 19:42 (UTC)

Pinned Comments

DamianUntapped commented on 2025-04-12 20:54 (UTC) (edited on 2025-05-27 01:13 (UTC) by DamianUntapped)

I fixed it on Wayland. For anyone else having issues, all I needed to do was run 'set QT_QPA_PLATFORM xcb' in the terminal. Make sure you have wayland qt5 installed with this command 'yay -S qt5-wayland' first. Then start up synology drive and it should work. If you don't want to do all of this every time you log in, I found that editing the synology-drive-autostart.desktop file "exec=" line to this "env QT_QPA_PLATFORM=xcb; synology-drive start" makes it start up at log in. This file can be found at ~/.config/autostart. You will want admin privileges to edit the file (using sudo and an editor like gedit). Another update, sometimes it still wouldn't start at login with these changes, so I duplicated the auto start file and dropped it in this folder ~/.config/autostart-scripts and that seems to be working consistently.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

ZEBofx commented on 2022-11-01 18:00 (UTC) (edited on 2022-11-01 18:01 (UTC) by ZEBofx)

Hello,

Since the last update, I cannot sync with my Diskstation, from my Manjaro latest version.

I am having SSL errors, and even unable to login if I check not to verify the certificates. Am I the only one ? If not, somebody has a solution ?

Here is what I have :

2022-11-01T18:43:41 ( 2729:14272) [ERROR] protocol-ui.cpp(299): ProDSQuerySSLSignature: code: -201, reason: channel error while converting SSL channel.

2022-11-01T18:43:41 ( 2729:14272) [ERROR] pc-error-handler.cpp(571): Get signature fail. not in quickconnect mode. Failed to pass sign auth.

2022-11-01T18:44:28 ( 2729:72512) [ERROR] protocol-ui.cpp(669): ProDSGetListViewBySession: channel error while converting SSL channel

Anyway, thank you for your work !

Regards, ZEBofx

philippe commented on 2022-04-29 19:33 (UTC)

Here is a patch if it can help:

diff --git a/PKGBUILD b/PKGBUILD
index f59a322..b134ac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Felipe Martin <me@fmartingr.com>

 pkgname="synology-drive"
-pkgver="3.1.0_12920"
+pkgver="3.1.0_12923"
 pkgrel="1"
 pkgdesc="Drive for PC, the desktop utility of the DSM add-on package, Drive, allows you to sync and share files owned by you or shared by others between a centralized Synology NAS and multiple client computers."
 arch=('i686' 'x86_64')
@@ -13,11 +13,11 @@ conflicts=()
 source=()
 md5sums=()

-source_i686=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.1.0-12920/Ubuntu/Installer/i686/synology-drive-client-12920.i686.deb)
-md5sums_i686=('e54b9c56993d14449f398d47c32acae2')
+source_i686=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.1.0-12923/Ubuntu/Installer/i686/synology-drive-client-12923.i686.deb)
+md5sums_i686=('2b9ccaeb02b70457f6714f6a94526553')

-source_x86_64=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.1.0-12920/Ubuntu/Installer/x86_64/synology-drive-client-12920.x86_64.deb)
-md5sums_x86_64=('738c18fd2ed29444e1de5ffd419797df')
+source_x86_64=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.1.0-12923/Ubuntu/Installer/x86_64/synology-drive-client-12923.x86_64.deb)
+md5sums_x86_64=('6381889cd48f13a18ae60e7c2ca46df7')

 package() {
    cd "${srcdir}"
--

shilka commented on 2022-01-19 04:39 (UTC)

I got a strange problem that synology-driver does not sync any file from server to my local folder. I installed synology-driver with no error no warning, I start it and looks pretty well -- everything seems normal, the software prompt me enter the login information and then proceed to some config steps. After that, the system tray menu told me it's "up-to-date" but with a blank "recently changed" list and my local folder is still empty. Does anybody know what the problem is? Thanks!

kasperis7 commented on 2021-10-31 02:00 (UTC)

Updated PKGBUILD: https://ghostbin.com/F7E6u

fmartingr commented on 2021-08-03 15:32 (UTC)

Hey @rjhilgefort, did you have any problems with the published AUR? It should get you the 3.0.1 release.

rjhilgefort commented on 2021-08-03 15:25 (UTC)

@jibsaramnim Thank you! This worked for me! I removed my 2.x.x installation and then followed your instructions to get the 3.x.x installed on my ArcoLinux machine. Thanks!

fmartingr commented on 2021-07-08 07:15 (UTC)

Hey folks, I'm sorry for the delays. I switched jobs and my main computer is not my Arch but a Mac now. But I promise take a look at this this evening after work so the update is out for you.

jibsaramnim commented on 2021-07-08 03:04 (UTC)

For anyone who has already upgraded their NAS to 7.0 and is looking get a working Synology drive again, until the package is updated you might want to upgrade ahead of time. Here's the PKGBUILD I used to get to the as of this writing recent-most release, v3.0.1:

# Maintainer: Felipe Martin <me@fmartingr.com>

pkgname="synology-drive"
pkgver="3.0.1"
pkgrel="12667"
pkgdesc="Drive for PC, the desktop utility of the DSM add-on package, Drive, allows you to sync and share files owned by you or shared by others between a centralized Synology NAS and multiple client computers."
arch=('i686' 'x86_64')
url="https://www.synology.com"
license=('unknown')
depends=('glibc' 'libsm' 'binutils' 'fontconfig' )
optdepends=('nautilus: For nautilus integration' )
conflicts=('cloudstation-beta' 'cloudstation-3.0' 'cloudstation-drive' )
source=()
md5sums=()

source_i686=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.0.1-12667/Ubuntu/Installer/i686/synology-drive-client-12667.i686.deb)
md5sums_i686=('aa8c94068881f0892e14e3798008feff')

source_x86_64=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.0.1-12667/Ubuntu/Installer/x86_64/synology-drive-client-12667.x86_64.deb)
md5sums_x86_64=('a41b48ea0dd03341a42991574e8b4e9d')

prepare() {
    cd "$srcdir"
    mkdir -p data
    ar x synology-drive-*
    xz -d data.tar.xz
    tar xf data.tar --directory data
}

package() {
    cp -r "$srcdir/data/opt" "$pkgdir/opt"
    cp -r "$srcdir/data/usr" "$pkgdir/usr"
}

(Save as PKGBUILD in temporary folder and run makepkg -si to install.)

etix commented on 2021-06-29 10:37 (UTC)

Now that DSM 7 has been released, I tested the latest 3.0.1-12667 against DSM 6.2 and it's working as expected with older versions.