Package Details: seafile-client 9.0.13-2

Git Clone URL: https://aur.archlinux.org/seafile-client.git (read-only, click to copy)
Package Base: seafile-client
Description: GUI client for synchronizing your local files with seafile server
Upstream URL: https://github.com/haiwen/seafile-client
Licenses: Apache
Submitter: Localizator
Maintainer: Joffrey
Last Packager: Joffrey
Votes: 168
Popularity: 0.000000
First Submitted: 2012-12-10 17:34 (UTC)
Last Updated: 2025-04-05 18:40 (UTC)

Pinned Comments

Joffrey commented on 2021-05-30 20:06 (UTC) (edited on 2021-05-30 20:11 (UTC) by Joffrey)

Please, when you have compilation or execution errors, recompile each component without using an AUR helper before reporting an issue.

Latest Comments

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

VanClaussen commented on 2022-05-30 07:49 (UTC)

I had an issue building seafile-client, I had to rebuild and reinstall libsearpc. If someone encounters the same issue...

a-bostaurus commented on 2022-04-25 14:36 (UTC)

On more than 3 computers I get an Error-information: "Warnung: Konnte einige Dateien nicht übertragen Fehler: Der Vorgang konnte nicht durchgeführt werden (Konnte manche Dateien nicht übertragen) Fehler sind aufgetreten, keine Pakete wurden aktualisiert. ==> FEHLER: 'pacman' konnte fehlende Abhängigkeiten nicht installieren. ==> Fehlende Abhängigkeiten: -> qt6-webengine -> qt6-5compat ==> Prüfe Buildtime-Abhängigkeiten... ==> FEHLER: Konnte nicht alle Abhängigkeiten auflösen. :: Unable to build seafile-client - makepkg exited with code: 8" The wanted dependencies do not exist on servers (5.17.0-1-MANJARO)

jost5367 commented on 2022-03-09 07:26 (UTC)

Package build V8.0.6 succeeded only after I installed qt6-webengine manually. Please check, and add it to the build script as an additional dependency, thx.

fx333 commented on 2022-02-24 18:20 (UTC)

By the way, qt5-tools is not required to run the Seafile client. You can move it from depends to makedepends.

Logic commented on 2022-02-18 14:19 (UTC)

Hi,

maybe someone can help me with an error during compilation:

[ 88%] Linking CXX executable seafile-applet
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib/libgio-2.0.so: undefined reference to `g_module_open_full'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/seafile-applet.dir/build.make:4004: seafile-applet] Error 1
make[1]: *** [CMakeFiles/Makefile2:987: CMakeFiles/seafile-applet.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

I build the package with "makepkg -fsri". When I check to see if the symbol is available, I find it:

readelf -Ws --dyn-syms /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib/libgio-2.0.so | grep g_module_open_full
   417: 0000000000000000     0 FUNC    GLOBAL DEFAULT  UND g_module_open_full

Does anyone know how I can solve the problem?

JulianFP commented on 2022-02-16 16:38 (UTC) (edited on 2022-02-16 16:39 (UTC) by JulianFP)

When trying to login via SSO, seafile-applet crashes after entering the domain. In the cli the debug message "Aborted (core dumped)" appears and applet.log contains:

[16.02.2022 17:27:00]read id from id file
[16.02.2022 17:27:00]starting seaf-daemon:  ("-c", "/home/<user>/.ccnet",    "-d", "<path>/Seafile/.seafile-data", "-w", "<path>/Seafile/seafile/")
[16.02.2022 17:27:01][Rpc Client] connected to daemon
[16.02.2022 17:27:01][Rpc Client] connected to daemon
[16.02.2022 17:27:02]Starting the network status detector
[16.02.2022 17:27:02][AutoUpdateManager] cancel all download tasks
[16.02.2022 17:27:02][AutoUpdateManager] clean file caches db
[16.02.2022 17:27:02][AutoUpdateManager] clean file caches
[16.02.2022 17:27:02]starting applet rpc service
[16.02.2022 17:27:02]socket file exists, delete it anyway
[16.02.2022 17:27:02]applet rpc service started
[16.02.2022 17:27:05]WebEngineContext used before QtWebEngine::initialize() or OpenGL context creation failed.
[16.02.2022 17:27:05]QGLXContext: Failed to create dummy context
[16.02.2022 17:27:05]Failed to create OpenGL context for format QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize 8, samples 0, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)

MrKyr commented on 2022-01-15 22:45 (UTC)

Hi, is it possible to make a package only for the cli client?

snack commented on 2021-11-03 07:40 (UTC)

The issue with the application crashing when the mouse is moved over the gear icon has vanished for me. I don't know what fixed it, maybe an update of a dependent package. The only manual intervention I recently did was to restore the compositing of my Plasma desktop after the upgrade to Plasma 5.23 removed the XRender backend and forced me to fix Plasma configuration in order to get the compositor back at work with the OpenGL backed. But to me this doesn't seem to have any clear relationship with the Seafile client issue, so it's probably irrelevant.

YamashitaRen commented on 2021-10-26 15:20 (UTC) (edited on 2021-10-26 15:21 (UTC) by YamashitaRen)

For the record, I have snack's issue too.

And now it looks like my preferences are ignored because the "undefined symbol" issue came back. Maybe you don't have the bug because you did not check it or something like that...