Package Details: synology-drive 3.4.0_15724-1

Git Clone URL: https://aur.archlinux.org/synology-drive.git (read-only, click to copy)
Package Base: synology-drive
Description: 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.
Upstream URL: https://www.synology.com
Keywords: synology
Licenses: custom
Submitter: fmartingr
Maintainer: fmartingr
Last Packager: fmartingr
Votes: 45
Popularity: 0.62
First Submitted: 2018-01-03 10:34 (UTC)
Last Updated: 2023-11-09 07:15 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

moabeat commented on 2023-09-13 20:32 (UTC) (edited on 2023-09-13 20:58 (UTC) by moabeat)

While using KDE Plasma 5 and Wayland, I only get these errors now. Any idea how this can be fixed? I think it's just since 1 or 2 days and it was working fine before. Reinstall didn't fix it and Synology also didn't release a newer version.

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
debug.message: Cannot find path by key "user_cloud_station_app_path"
debug.message: Cannot find path by key "user_cloud_station_data_path"
debug.message: Cannot find path by key "user_cloud_station_working_dir_path"
debug.message: Cannot find path by key "user_cloud_station_drive_ui_path"

Edit: Okay, figured this out. Obviously SynologyDrive requires execute permissions on the user's home drive and won't work otherwise. ;-) That's a bit nasty. Had my /home partition mounted with "noexec".

PatronMaster commented on 2023-05-04 12:29 (UTC)

I also installed in Manjaro and worked very well. Thanks :)

Diota commented on 2023-04-26 08:47 (UTC)

I installed it on 4/26 and it works fine on my machine. I dont think it's out of date.

krassecommits commented on 2023-01-02 15:40 (UTC)

Seems like they dumped the i686 build, it even says (64 bits, deb) on the download page. Nevertheless, it would be nice to update this package with the commit from @ThinOrangeHaze

ThinOrangeHaze commented on 2022-12-24 17:01 (UTC)

Patch for new update. Can't find the i686 version of the latest release however.

diff --git a/PKGBUILD b/PKGBUILD
index 6c4f770..fc802e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,19 @@
 # Maintainer: Felipe Martin <me@fmartingr.com>

 pkgname="synology-drive"
-pkgver="3.2.0_13258"
+pkgver="3.2.1_13271"
 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')
+arch=('x86_64')
 url="https://www.synology.com"
 license=('custom')
-depends=('glibc' )
-optdepends=('nautilus: For nautilus integration' )
+depends=('glibc')
+optdepends=('nautilus: For nautilus integration')
 conflicts=()
 source=()
-md5sums=()

-source_i686=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.2.0-13258/Ubuntu/Installer/i686/synology-drive-client-13258.i686.deb)
-md5sums_i686=('cb34a639d2dcaf02912f8cb08cf8e536')
-
-source_x86_64=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.2.0-13258/Ubuntu/Installer/x86_64/synology-drive-client-13258.x86_64.deb)
-md5sums_x86_64=('e220b81a00a39bb032315eabf30dccec')
+source_x86_64=(https://global.download.synology.com/download/Utility/SynologyDriveClient/3.2.1-13271/Ubuntu/Installer/x86_64/synology-drive-client-13271.x86_64.deb)
+md5sums_x86_64=('1f0ef71fac95217bc529ec3dbfc0e639')

 package() {
    cd "${srcdir}"

base-commit: 985988bb5807c615e8d650d6939fbc1aa64ff681
prerequisite-patch-id: 55dcae52e311a26b5e68d848027fb76dc4073d49
-- 

oysstu commented on 2022-11-25 17:32 (UTC)

The certificate thing seems to be fixed in 3.2.0-13258

Panzki commented on 2022-11-19 09:28 (UTC)

I encountered the same issue, and I was able to resolve it by manually adding the needed root CAs certificate the ~/.SynologyDrive/data/certs.pem file.

I'm using a certificate issued by Let's Encrypt and the root certificate for my certificate was ISRG Root X1. I copied the the root certificate by running:

cat /etc/ca-certificates/extracted/cadir/ISRG_Root_X1.pem > ~/.SynologyDrive/data/certs.pem

After restarting the Synology Drive client HTTPS is working again.

ZEBofx commented on 2022-11-01 20:24 (UTC) (edited on 2022-11-01 20:27 (UTC) by ZEBofx)

I have the same thing : ~/.SynologyDrive/data/certs.pem is empty after the error or after restarting the client. I tried to delete the files, but it recreated it empty.

I just recreated it "by hand" (cat all my CAs > certs.pem), and then "chmod u-w ~/.SynologyDrive/data/certs.pem". Seems to work for now.

fmartingr commented on 2022-11-01 19:53 (UTC) (edited on 2022-11-01 19:57 (UTC) by fmartingr)

I use my linux machine mostly headless now, so I have not been using Synology Drive lately from there. I just upgraded my entire system (including synology drive which is still there) and connected to my synology without problems, using a self-signed certificate but ignoring the warning. Files are syncing both ways just fine. Where are you getting this errors from?

My synology drive server version is 3.0.3-12689.

Edit: ~/.SynologyDrive/data/certs.pem is populated on my case. Maybe deleting it will make the client restore it?

Edit2: Just moved my certs.pem file to somewhere else, closed drive and opening it again create the file again, poppulated.