Search Criteria
Package Details: equibop 3.2.1-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/equibop.git (read-only, click to copy) |
|---|---|
| Package Base: | equibop |
| Description: | A custom Discord desktop app with Equicord pre-installed |
| Upstream URL: | https://github.com/Equicord/Equibop |
| Licenses: | GPL3 |
| Conflicts: | equibop-bin |
| Submitter: | c0rtx |
| Maintainer: | creations |
| Last Packager: | creations |
| Votes: | 7 |
| Popularity: | 0.29 |
| First Submitted: | 2024-07-29 19:26 (UTC) |
| Last Updated: | 2026-06-06 12:56 (UTC) |
Dependencies (9)
- electron40 (electron40-binAUR)
- bun (bun-gitAUR, bun-binAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gcc-fast-optimizedAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- nodejs (nodejs-gitAUR, nodejs-lts-hydrogenAUR, python-nodejs-wheelAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- npm (npm-corepackAUR, python-nodejs-wheelAUR) (make)
- libnotify (libnotify-gitAUR) (optional) – Notifications
- xdg-desktop-portal (xdg-desktop-portal-minimal-gitAUR, xdg-desktop-portal-gitAUR) (optional) – Screensharing with Wayland
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR, xdg-utils-gitAUR) (optional) – Open links, files, etc
Latest Comments
cencari commented on 2026-06-06 01:46 (UTC) (edited on 2026-06-06 01:46 (UTC) by cencari)
I noticed a small issue with the desktop integration. The provided equibop.desktop file is missing the URL handler flags, which prevents browsers from passing discord:// invite links to the application.
Could you please update the equibop.desktop source file to include the %U flag in the Exec line and add the proper MimeType?
It should look like this:
Exec=/usr/bin/equibop %U
MimeType=x-scheme-handler/discord;
goopicubi commented on 2025-10-25 04:21 (UTC) (edited on 2025-10-25 04:24 (UTC) by goopicubi)
Same here. Fails without npm. Works with it. Been doing this for a week or more.
kurumigaming commented on 2025-06-19 04:23 (UTC)
Seems like this package now requires
npmto build successfully, due to the build process relying on thepackage-lock.jsonfile format. Trying to build this package on my computer results in a failure, until I installnpmmanually