Package Details: localsend-bin 1.15.4-1

Git Clone URL: https://aur.archlinux.org/localsend-bin.git (read-only, click to copy)
Package Base: localsend-bin
Description: An open source cross-platform alternative to AirDrop
Upstream URL: https://github.com/localsend/localsend
Licenses: MIT
Conflicts: localsend
Provides: localsend
Submitter: Nixuge
Maintainer: Nixuge
Last Packager: Nixuge
Votes: 36
Popularity: 2.68
First Submitted: 2023-01-29 20:08 (UTC)
Last Updated: 2024-08-21 16:21 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

banditsan commented on 2023-10-30 09:42 (UTC) (edited on 2023-10-30 09:43 (UTC) by banditsan)

Fuse2 needed as dependency. Without it app fails to start with error

$ localsend 
dlopen(): error loading libfuse.so.2

AppImages require FUSE to run. 
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE

Nixuge commented on 2023-04-24 15:16 (UTC) (edited on 2023-04-25 16:17 (UTC) by Nixuge)

Oop totally missed that, thanks @CIAvash will update once I get the 1.9.0 appimage working.

I'm currently getting a segfault at launch (see https://github.com/localsend/localsend/issues/409), so won't update the package till I make sure it's actually working.

If anyone absolutely wants the latest version, use the localsend-git package instead.

Edit: the issue was found, it's due to Arch's bad libayatana-appindicator package. Manually replacing the files in the extracted AppImage with Debian's ones works, but it's quite the dirty way so for now will wait for a few days see if the issue remains with Arch's package. If it does, i'll consider the dirty fix.

CIAvash commented on 2023-03-20 10:36 (UTC)

The icons(logo-32.png and logo-512.png) seem to be in /src/squashfs-root/data/flutter_assets/assets/img/, could you install them in appropriate directories?

And then the desktop file needs to be updated:

sed -i -E 's/^Icon=.+/Icon=localsend/' "squashfs-root/${_pkgdesktop}"

matejdro commented on 2023-02-15 06:22 (UTC) (edited on 2023-02-15 06:22 (UTC) by matejdro)

Can you add xdg-user-dirs as a requirement?

It seems to be necessary: https://github.com/localsend/localsend/issues/136

Nixuge commented on 2023-02-02 13:52 (UTC)

Does seem like it, thanks

b00bl1k commented on 2023-02-02 10:14 (UTC)

Seems like zenity should be added to the dependencies:

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Exception: Couldn't find the executable zenity in the path.
#0      isExecutableOnPath (package:file_picker/src/utils.dart:60)
<asynchronous suspension>
#1      FilePickerLinux._getPathToExecutable (package:file_picker/src/linux/file_picker_linux.dart:119)
<asynchronous suspension>
#2      FilePickerLinux.pickFiles (package:file_picker/src/linux/file_picker_linux.dart:22)
<asynchronous suspension>
#3      FilePickerOption.select (package:localsend_app/util/file_picker.dart:35)
<asynchronous suspension>