Package Details: vencord-installer 1.4.0-6

Git Clone URL: https://aur.archlinux.org/vencord-installer.git (read-only, click to copy)
Package Base: vencord-installer
Description: A cross platform gui/cli app for installing Vencord
Upstream URL: https://github.com/Vencord/Installer
Licenses: GPL-3.0-only
Submitter: HurricanePootis
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 10
Popularity: 1.94
First Submitted: 2024-01-29 20:56 (UTC)
Last Updated: 2026-01-20 20:43 (UTC)

Latest Comments

nezu commented on 2025-11-19 13:33 (UTC)

unable to build in clean chroot, missing libxrandr dependency

github.com/go-gl/glfw/v3.3/glfw
# github.com/go-gl/glfw/v3.3/glfw
In file included from ../pkg/mod/github.com/go-gl/glfw/v3.3/glfw@v0.0.0-20231223183121-56fa3ac82ce7/native_linbsd_x11.go:11:
./glfw/include/GLFW/glfw3native.h:119:12: fatal error: X11/extensions/Xrandr.h: No such file or directory
  119 |   #include <X11/extensions/Xrandr.h>
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
==> ERROR: A failure occurred in build().
    Aborting...

The-Compiler commented on 2024-10-02 12:34 (UTC)

For what it's worth, with a /etc/pacman.d/hooks/10-vencord.hook you can automatically re-patch discord when it gets upgraded:

[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = discord

[Action]
Description = Patching Discord
Depends = vencord-installer
When = PostTransaction
Exec = /usr/bin/vencordinstallercli -repair -location /opt/discord

wereii commented on 2024-04-12 10:01 (UTC) (edited on 2024-04-12 10:01 (UTC) by wereii)

I have found the issue, this can't be used with discord_arch_electron package, might be good idea to mark it as conflicting (but considering this package does not require any discord package...)

https://github.com/Vencord/Installer/issues/125

wereii commented on 2024-04-11 13:28 (UTC)

Anyone else unable to use this since 1.3 ?

After running the installer it always borks discord:

[~]> discord
[Vencord] Starting up...
App threw an error during load
TypeError: Cannot read properties of undefined (reading 'filename')
    at VencordPatcher:19:4167
    at VencordPatcher:5:225
    at Object.<anonymous> (VencordPatcher:19:17884)
    at Module._compile (node:internal/modules/cjs/loader:1256:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1311:10)
    at Module.load (node:internal/modules/cjs/loader:1098:32)
    at Module._load (node:internal/modules/cjs/loader:945:12)
    at c._load (node:electron/js2c/node_init:2:13672)
    at Module.require (node:internal/modules/cjs/loader:1122:19)
    at require (node:internal/modules/helpers:130:18)
A JavaScript error occurred in the main process
Uncaught Exception:
TypeError: Cannot read properties of undefined (reading 'filename')
    at VencordPatcher:19:4167
    at VencordPatcher:5:225
    at Object.<anonymous> (VencordPatcher:19:17884)
    at Module._compile (node:internal/modules/cjs/loader:1256:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1311:10)
    at Module.load (node:internal/modules/cjs/loader:1098:32)
    at Module._load (node:internal/modules/cjs/loader:945:12)
    at c._load (node:electron/js2c/node_init:2:13672)
    at Module.require (node:internal/modules/cjs/loader:1122:19)
    at require (node:internal/modules/helpers:130:18)