@xiota The app now have the application ID org.localsend.localsend_app, and you should set it as the StartupWMClass in the localsend.desktop file so it can show the icon of the app on the dock etc. Maybe it's also a good idea to save the localsend.desktop as a file in the AUR repo instead of inline it in the PKGBUILD file.
Search Criteria
Package Details: localsend 1.18.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/localsend.git (read-only, click to copy) |
|---|---|
| Package Base: | localsend |
| Description: | An open source cross-platform alternative to AirDrop |
| Upstream URL: | https://github.com/localsend/localsend |
| Licenses: | Apache-2.0 |
| Submitter: | patlefort |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 57 |
| Popularity: | 8.74 |
| First Submitted: | 2023-03-31 12:58 (UTC) |
| Last Updated: | 2026-08-21 19:17 (UTC) |
Dependencies (19)
- at-spi2-core (at-spi2-core-gitAUR)
- cairo (cairo-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-patched-thumbnailerAUR, glib2-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libayatana-appindicator
- libepoxy (libepoxy-gitAUR)
- pango (pango-nothai-gitAUR, pango-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR, clang-static-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- fvm (fvm-gitAUR, fvm-sourcebuildAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- lld (llvm-gitAUR, clang-static-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR, clang-static-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- patchelf (patchelf-gitAUR) (make)
Required by (2)
- localsend-ufw-rules
- velumeron-git (optional)
Sources (1)
mikelei commented on 2026-08-31 17:16 (UTC) (edited on 2026-08-31 17:16 (UTC) by mikelei)
mikelei commented on 2026-08-15 03:11 (UTC)
Set _use_sodeps=true would have libayatana-appindicator missing from the list of dependencies:
localsend: error while loading shared libraries: libayatana-appindicator3.so.1: cannot open shared object file: No such file or directory
yochananmarqos commented on 2026-08-12 18:16 (UTC) (edited on 2026-08-12 18:16 (UTC) by yochananmarqos)
@xiota: There also now a CLI build with Rust. Could you include it as a split package, perhaps?
willker commented on 2026-08-12 10:12 (UTC)
Why is the build dependency rustup instead of cargo?
justbispo commented on 2026-04-12 23:31 (UTC)
Hi, I think it would be beneficial if the package included an UFW application rule, like KDE Connect has. Something like this:
[LocalSend]
title=LocalSend
description=LocalSend
ports=53317/udp|53317/tcp
And a message in an .install file to warn users to activate the rule with sudo ufw limit "LocalSend".
UFW is probably the most used firewall in Arch and IIRC with the default rules the Arch Wiki recommends, Localsend port doesn't work.
djmattyg007 commented on 2026-02-14 12:31 (UTC)
The license field is outdated. The project was converted to the Apache 2.0 license a couple of years ago.
Pinned Comments
patlefort commented on 2024-07-09 02:46 (UTC)
I've created a package
fvm-sourcebuildfor those who want to build the engine from sources. It will cache build artifacts in the same place asflutter-engine(~/.cache/flutter-engine).