Package Details: packet 0.6.1-2

Git Clone URL: https://aur.archlinux.org/packet.git (read-only, click to copy)
Package Base: packet
Description: A Quick Share client for Linux
Upstream URL: https://github.com/nozwock/packet
Licenses: GPL-3.0-or-later
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 13
Popularity: 1.72
First Submitted: 2025-05-17 16:29 (UTC)
Last Updated: 2026-04-20 19:42 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Latest Comments

yochananmarqos commented on 2026-04-23 16:39 (UTC)

@gwuensch: I removed the symlink so the extension isn't installed twice. I suggest creating an upstream issue and maybe suggest that it checks if the extension is already installed in the system before installing it to user space.

gwuensch commented on 2026-04-23 12:08 (UTC)

In previous versions, the PKGBUILD symlinked packet_nautilus.py to /usr/share/nautilus-python/extensions/. I think we should keep this.

The app's built-in install mechanism makes sense for Flatpak, where plugins can't simply be placed in a directory Nautilus picks up automatically. But for a native install, pacman should manage the file, same as every other package that ships a Nautilus extension.