Package Details: equibop 3.2.1-2

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)

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 npm to build successfully, due to the build process relying on the package-lock.json file format. Trying to build this package on my computer results in a failure, until I install npm manually