Package Details: filen-desktop-bin 3.0.53-3

Git Clone URL: https://aur.archlinux.org/filen-desktop-bin.git (read-only, click to copy)
Package Base: filen-desktop-bin
Description: Desktop client including Syncing, Virtual Drive mounting, S3, WebDAV, File Browsing, Chats, Notes, Contacts and more.(Prebuilt version.Use system-wide electron)
Upstream URL: https://filen.io/
Keywords: client desktop drive explorer s3 sync virtual webdav
Licenses: AGPL-3.0-only
Conflicts: filen-desktop
Provides: filen-desktop-bin
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 18
Popularity: 1.95
First Submitted: 2024-09-20 01:33 (UTC)
Last Updated: 2026-07-28 01:05 (UTC)

Latest Comments

1 2 3 Next › Last »

tangata_maspiro commented on 2026-08-15 05:03 (UTC)

Tray icon is not working for me on v3.0.53-3. It just shows three dots that does nothing when clicking on it. Using GNOME with AppIndicator Support extension.

skepller commented on 2026-08-05 15:37 (UTC)

When trying to mount the network drive, I get similar errors to @Cyb3rKo and @sripwoud, but instead of failing to find rclone inside electron43 dir, it errors for /usr/lib/filen-desktop.

So I fixed with a similar workaround:

sudo mkdir -p /usr/lib/filen-desktop/app.asar.unpacked/bin/rclone
sudo ln -sf /usr/bin/rclone /usr/lib/filen-desktop/app.asar.unpacked/bin/rclone/rclone-linux-amd64

harre commented on 2026-07-28 12:33 (UTC) (edited on 2026-07-28 13:00 (UTC) by harre)

edit: nevermind, it just seems to take quite long time :D

It seems to get stuck on Electron:

==> Retrieving sources...
  -> Found filen-desktop.sh
  -> Downloading filen-desktop-3.0.53-x86_64.rpm...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0
100 198.9M 100 198.9M   0      0 27.54M      0   00:07   00:07         26.14M
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    filen-desktop.sh ... Passed
==> Validating source_x86_64 files with sha256sums...
    filen-desktop-3.0.53-x86_64.rpm ... Passed
:: (1/1) Parsing SRCINFO: filen-desktop-bin
==> Making package: filen-desktop-bin 3.0.53-3 (tis 28 jul 2026 14:26:35)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found filen-desktop.sh
  -> Found filen-desktop-3.0.53-x86_64.rpm
==> Validating source files with sha256sums...
    filen-desktop.sh ... Passed
==> Validating source_x86_64 files with sha256sums...
    filen-desktop-3.0.53-x86_64.rpm ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting filen-desktop-3.0.53-x86_64.rpm with bsdtar
==> Starting prepare()...
Verifying Electron version...
Electron version verified: 43

Fumble commented on 2026-07-28 06:17 (UTC)

Thank you for the quick fix @zxp19821005. It works again !

zxp19821005 commented on 2026-07-28 01:06 (UTC)

@Fumble @Cyb3rKo @Roknauta Thans for your feedback, fixed it.

Roknauta commented on 2026-07-27 20:03 (UTC)

Same error here as @Fumble

Cyb3rKo commented on 2026-07-27 19:42 (UTC)

I experience the same error as @Fumble now

Fumble commented on 2026-07-27 17:00 (UTC) (edited on 2026-07-27 17:01 (UTC) by Fumble)

Hello, Since the last update, I get this error trying to launch Filen:

Error launching app  
Unable to find Electron app at /usr/lib/filen-desktop/app.asar

Cannot find module '/usr/lib/filen-desktop/app.asar'

Content of the folder:

ls /usr/lib/filen-desktop/
apparmor-profile  app.asar.unpacked  app-update.yml  package-type  public

zxp19821005 commented on 2026-07-27 09:24 (UTC)

@sripwoud Thanks for your feedback, fixed it.

sripwoud commented on 2026-07-24 13:53 (UTC)

Confirming @Cyb3rKo's report — same failure on filen-desktop-bin 3.0.53-1 with electron43 43.1.1.

This package runs on system electron43, that resolves to /usr/lib/electron43/resources/,
and the app expects the binary at: /usr/lib/electron43/resources/app.asar.unpacked/bin/rclone/rclone-linux-amd64

But the PKGBUILD installs it at:
/usr/lib/filen-desktop/app.asar.unpacked/bin/rclone-linux-amd64 -> /usr/bin/rclone

Until the package is fixed, my workaround was:

sudo mkdir -p /usr/lib/electron43/resources/app.asar.unpacked/bin/rclone
sudo ln -sf /usr/bin/rclone /usr/lib/electron43/resources/app.asar.unpacked/bin/rclone/rclone-linux-amd64