Giter Club home page Giter Club logo

com.synology.synologydrive's People

Contributors

faeb5 avatar flathubbot avatar francoism90 avatar gregos-winus avatar hfiguiere avatar jibsaramnim avatar lil5 avatar rayjw avatar stan-janssen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

com.synology.synologydrive's Issues

Update to 3.0.1-12674

From https://www.synology.com/en-global/releaseNote/SynologyDriveClient

Version: 3.0.1-12674
(2021-08-05)
Fixed Issues

  1. Fixed an issue where files modified and then renamed on the server while Synology Drive Client is disconnected will not be synced to the local computer once the application reconnects.
  2. Fixed an issue where sync tasks with On-demand Sync mode might cause the application to shut down unexpectedly.
  3. Fixed an issue where files renamed and then modified on the server while Synology Drive Client is disconnected cannot be opened properly if the files have enabled On-demand Sync.

Missing version 3.1.0 release 12923

The latest version of Synology Drive Client is:

Could it be possible to add it to the com.synology.SynologyDrive.metainfo.xml?
Thanks a lot.
Jaroslav

Bug: App not shown in 'AppIndicator KStatusNotifierItem Support' GNOME extension

System: fedora 34 with newest packages

Trace from console:

[xyz@xyz ~]$ flatpak run com.synology.SynologyDrive
[xyz@xyz ~]$ lib path = '/app/extra/SynologyDrive/lib/plugins'
Qt: Session management error: None of the authentication protocols specified are supported
Gtk-Message: 10:46:30.103: Failed to load module "canberra-gtk-module"
Gtk-Message: 10:46:30.104: Failed to load module "pk-gtk-module"
Gtk-Message: 10:46:30.104: Failed to load module "canberra-gtk-module"
Gtk-Message: 10:46:30.104: Failed to load module "pk-gtk-module"
Qt: Session management error: None of the authentication protocols specified are supported
failed to register service "org.kde.StatusNotifierItem-7-1"
QLayout: Attempting to add QLayout "" to TutorialPanel "tutorial_panel", which already has a layout
QLayout: Attempting to add QLayout "" to TutorialPanel "tutorial_panel", which already has a layout
QLayout: Attempting to add QLayout "" to TutorialPanel "tutorial_panel", which already has a layout
QLayout: Attempting to add QLayout "" to TutorialPanel "tutorial_panel", which already has a layout
QLayout: Attempting to add QLayout "" to TutorialDiagram "", which already has a layout
QLayout: Attempting to add QLayout "" to TutorialDiagram "", which already has a layout
sh: linia 1: /sbin/udevadm: Nie ma takiego pliku ani katalogu // no folder or file found
sh: linia 1: /sbin/ifconfig: Nie ma takiego pliku ani katalogu // no folder or file found

Error deploying: While trying to apply extra data: apply_extra script failed, exit status 256

I'm attempting to install this flatpak on a new system running Fedora 39 (flathub is enabled). I receive the error message below:

Error: Error deploying: While trying to apply extra data: apply_extra script failed, exit status 256 error: Failed to install com.synology.SynologyDrive: Error deploying: While trying to apply extra data: apply_extra script failed, exit status 256

I tried on a couple different computers (Pop OS 22.04 and another Fedora 39) and received the same error. It happens when I run flatpak install com.synology.SynologyDrive or when trying to install through the graphical Gnome software center.

Does not start on F33/F34

Reproducer:

  • install it on Fedora 33 through flatpak install flathub com.synology.SynologyDrive
  • run it through the Fedora "desktop" icon, create a simple backup job and close it
  • try to run it again through the "desktop" icon => nothing happens
  • try to run it through flatpak run com.synology.SynologyDrive and see the error below
  • try flatpak repair com.synology.SynologyDrive, uninstall & install => doesn't help

Error:

$ flatpak run com.synology.SynologyDrive
lib path = '/app/extra/SynologyDrive/lib/plugins'
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Qt: Session management error: None of the authentication protocols specified are supported
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
Gtk-Message: 17:59:55.161: Failed to load module "canberra-gtk-module"
Gtk-Message: 17:59:55.161: Failed to load module "pk-gtk-module"
Gtk-Message: 17:59:55.161: Failed to load module "canberra-gtk-module"
Gtk-Message: 17:59:55.161: Failed to load module "pk-gtk-module"
Qt: Session management error: None of the authentication protocols specified are supported
QLayout: Attempting to add QLayout "" to TutorialPanel "tutorial_panel", which already has a layout
QLayout: Attempting to add QLayout "" to TutorialPanel "tutorial_panel", which already has a layout
QLayout: Attempting to add QLayout "" to TutorialPanel "tutorial_panel", which already has a layout
QLayout: Attempting to add QLayout "" to TutorialPanel "tutorial_panel", which already has a layout
QLayout: Attempting to add QLayout "" to TutorialDiagram "", which already has a layout
QLayout: Attempting to add QLayout "" to TutorialDiagram "", which already has a layout
sh: line 1: /sbin/udevadm: No such file or directory
sh: line 1: /sbin/ifconfig: No such file or directory

libsframe needs to be copied when updating to runtime 23.08

Hi, this is a heads up.

ar since binutils >=2.40 links against libsframe but binutils is entirely in the SDK and not in platform runtime. So libsframe needs to be copied, else the apply_extra script won't work.

cp -a /usr/lib/$(gcc --print-multiarch)/libsframe.so* ${FLATPAK_DEST}/lib

Another option is to use bsdtar instead of ar.

Thanks

error installing package - raspberry pi4

hello i couldnt install,

flatpak install flathub com.synology.SynologyDrive
Looking for matches…
error: Nothing matches com.synology.SynologyDrive in remote flathub

with flatpakref file:

flatpak install com.synology.SynologyDrive.flatpakref
error: No such ref 'app/com.synology.SynologyDrive/arm/stable' in remote flathub

thank you

No system tray icon is shown

After the Synology Drive Client is installed and configured to sync with the NAS, the following option can be configured:

  • Global settings > Display > Toolbar icon style > Enable: Use minimalist system tray icon

After this, a tray icon should be shown for the application whenever the main window is closed.

However, currently no icon is shown, although the application is indeed minimized to the system tray area. In fact, it is possible to guess the space where the icon should be and right click on it to get the Synology Drive context menu.

System tray not on by default issue

Not an issue but looking for some guidance. I'm using your code as a template to create a flatpak for another synology app. Did you have issues with the pid files not being created in ~/.SynologyDrive?
I have the app building and it will launch once. If you close the ui it will just continuously spawn background processes and never bring the ui to the front again when trying to re-open the app.

No context menu for files and folders in Nautilus (Gnome)

Hi!
Thanks for your flatpak package. It's very usefull while Synology stopped supporting rpm packages for linux.

Here's one main issue in flatpak that bother: no context menu for files and folders in Nautilus (Gnome). Is there any way to make SynologyDrive preferences work with linux DE? Maybe there can be some flatpak app prefs?

Update the icon to the latest version

I noticed that this flatpak version of SynologyDrive uses the older white/green/blue icon, instead of the newer white/blue one. I have the newer icons from the official .deb package from Synology, but I'm not sure if we're allowed to use packages those? Was this an issue with the current release, or could we just include the official new icon files?

Drive_64

Synology Drive version 3.2.1-13271

The current version of the Synology Drive client is 3.2.1-13271, the version provided by flathub remains still 3.1.0. Would it be possible to update package to the latest version? Thanks a lot.
Jaroslav

qt, plasma, wayland, synology drive 3.0.2

bonjour

J'ai un soucis avec QT et wayland,

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""

La version précédente fonctionnait bien (3.0.1)

Merci


hello

I have a problem with QT and wayland

qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""

Previous version worked well (3.0.1)

Thank You


Fedora 35, wayland, plasma kde (5.23.5), qt (5.15.2)

Flatpak references EOL Runtime

When updating my Flatpaks with flatpak update, I receive the following notice:

Info: runtime org.freedesktop.Sdk branch 20.08 is end-of-life, with reason:
org.freedesktop.Platform 20.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.
Info: applications using this runtime:
com.synology.SynologyDrive

Info: runtime org.freedesktop.Platform.GL.default branch 20.08 is end-of-life, with reason:
org.freedesktop.Platform 20.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.
Info: applications using this extension:
com.synology.SynologyDrive

Application itself still runs fine on Arch with latest kernel, but updating would still be recommended.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.