Search Criteria
Package Details: beeper-bin 1:4.2.972-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/beeper-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | beeper-bin |
| Description: | The ultimate messaging app |
| Upstream URL: | https://www.beeper.com/beta |
| Licenses: | LicenseRef-beeper |
| Conflicts: | beeper, beeper-v4-bin |
| Provides: | beeper |
| Submitter: | Sanitary4788 |
| Maintainer: | Sanitary4788 |
| Last Packager: | Sanitary4788 |
| Votes: | 1 |
| Popularity: | 0.64 |
| First Submitted: | 2026-06-06 13:06 (UTC) |
| Last Updated: | 2026-07-09 04:20 (UTC) |
Dependencies (5)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libappindicator
- libnotify (libnotify-gitAUR)
- libsecret
- asar (make)
Latest Comments
Sanitary4788 commented on 2026-07-09 17:28 (UTC)
@phunni can you try to completely remove the package this sounds like some lfetover files:
pacman -Rns beeper-bin sudo rm -rf /var/opt/beeper /opt/beeper ~/.local/share/applications/Beeper.desktop ~/.local/share/icons/beeper.png yay -S beeper-bin pacman -Qo /usr/bin/beeper /opt/beeper grep APPDIR /usr/bin/beeper
phunni commented on 2026-06-27 23:02 (UTC) (edited on 2026-06-27 23:03 (UTC) by phunni)
@sanitary - I had to swap the dash before the pacman for a |, but the result is:
/usr/bin/beeper is owned by beeper-bin 1:4.2.948-1
error: No package owns /var/opt/beeper
error: No package owns /opt/beeper
Sanitary4788 commented on 2026-06-26 05:31 (UTC)
@phunni can you please try: - readlink -f /usr/bin/beeper - grep APPDIR /usr/bin/beeper - strings /var/opt/beeper/beepertexts | grep Electron - pacman -Qo /usr/bin/beeper /var/opt/beeper /opt/beeper
phunni commented on 2026-06-24 13:17 (UTC) (edited on 2026-06-24 13:18 (UTC) by phunni)
Apologies if this is a result of my being stupid, but this always fails to run with this error: https://i.postimg.cc/ZRtwkBmH/2026-06-21-144754-hyprshot.png I've tried running npm rebuild both on the server where I build aur packages and on the computer I run beeper on with no benefits...
Sanitary4788 commented on 2026-06-13 07:52 (UTC)
@shadman found the issue the path changed in the appimage I pushed an fix :)
shadman commented on 2026-06-12 12:08 (UTC)
makes a duplicate and broken .desktop file when you launch the app.
$ pwd && cat Beeper.desktop
/home/shadman/.local/share/applications [Desktop Entry] Name=Beeper Exec=undefined %u Type=Application Terminal=false Comment=The ultimate messaging app Categories=Network;Chat; MimeType=x-scheme-handler/beeper; StartupWMClass=Beeper StartupNotify=true X-Desktop-File-Install-Version=0.28 Icon=/home/shadman/.local/share/icons/beeper.png
caught with audit: $ sudo ausearch -k ghost_hunting -i (truncated)
type=PROCTITLE msg=audit(06/12/2026 16:40:05.773:37) : proctitle=/opt/beeper/beepertexts --no-sandbox
type=SYSCALL msg=audit(06/12/2026 16:40:05.773:37) : comm=libuv-worker exe=/opt/beeper/beepertexts type=PATH msg=audit(06/12/2026 16:40:05.773:37) : name=/home/shadman/.local/share/applications/Beeper.desktop nametype=CREATE
type=PROCTITLE msg=audit(06/12/2026 16:40:05.842:38) : proctitle=/usr/bin/desktop-file-install --dir /home/shadman/.local/share/applications/ --set-icon /home/shadman/.local/share/icons/beeper.
type=SYSCALL msg=audit(06/12/2026 16:40:05.842:38) : comm=desktop-file-in exe=/usr/bin/desktop-file-install type=PATH msg=audit(06/12/2026 16:40:05.842:38) : name=/home/shadman/.local/share/applications/Beeper.desktop.CJ1LQ3 nametype=CREATE
type=PROCTITLE msg=audit(06/12/2026 16:40:05.844:40) : proctitle=/usr/bin/desktop-file-install --dir /home/shadman/.local/share/applications/ --set-icon /home/shadman/.local/share/icons/beeper.
type=SYSCALL msg=audit(06/12/2026 16:40:05.844:40) : comm=desktop-file-in exe=/usr/bin/desktop-file-install type=PATH msg=audit(06/12/2026 16:40:05.844:40) : name=/home/shadman/.local/share/applications/Beeper.desktop nametype=CREATE
idk how to write code so cant help further but i can copy paste real good so feel free to ask for more logs or etc.