Search Criteria
Package Details: legcord 1.1.6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/legcord.git (read-only, click to copy) |
|---|---|
| Package Base: | legcord |
| Description: | Discord client with builtin client mod and theme support |
| Upstream URL: | https://github.com/Legcord/Legcord |
| Licenses: | OSL-3.0 |
| Submitter: | archfapper |
| Maintainer: | xiota |
| Last Packager: | xiota |
| Votes: | 13 |
| Popularity: | 1.23 |
| First Submitted: | 2024-05-15 17:30 (UTC) |
| Last Updated: | 2025-11-07 22:55 (UTC) |
Dependencies (6)
- electron (electron-launcherAUR, electron-nightly-binAUR, electron-nightly-binAUR)
- git (git-gitAUR, git-glAUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- pnpm (pnpm-corepackAUR, pnpm-binAUR) (make)
- libnotify (libnotify-gitAUR) (optional) – Notifications
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR) (optional) – Open links, files, etc
Latest Comments
1 2 3 4 5 6 Next › Last »
xiota commented on 2026-01-03 03:40 (UTC) (edited on 2026-01-03 03:46 (UTC) by xiota)
I no longer see the left behind process issue that was noted last month, so whatever was causing it may have been resolved.
The launcher script this package uses does not have an
_OPTIONSvariable. It does load~/.config/legcord-flags.conf. (Flags and variables listed in there will persist across installs.) Use~/.config}/electron-flags.conffor flags that are relevant to other Electron packages.Spartan322 commented on 2026-01-02 21:07 (UTC)
Can confirm removing
_OPTIONSand replacing it withexport ELECTRON_OZONE_PLATFORM_HINT=autoalso works for me, but yeah having to do this for each update isn't a great solution.jpfender commented on 2025-12-21 09:24 (UTC) (edited on 2025-12-21 09:24 (UTC) by jpfender)
I also had the issue of the app not starting but leaving behind a running electron binary. I fixed it by manually editing
/usr/bin/legcord/:_OPTIONS="env ELECTRON_OZONE_PLATFORM_HINT=auto"toexport ELECTRON_OZONE_PLATFORM_HINT=auto"${_OPTIONS}"from bothexeclines.This fixes the issue for me, but I can't imagine that this is a good permanent fix.
xiota commented on 2025-12-07 06:18 (UTC)
On my computer, it starts, but leaves the process behind on shutdown. The upstream binary has the same problem.
Spartan322 commented on 2025-12-06 09:35 (UTC)
This package specifically does not appear to start for 1.1.6, however manually downloading the 1.1.6 files initializes fine, all I get when running it is
and then it leaves a running electron binary in the background that does not end itself.
NullX47 commented on 2025-05-26 22:28 (UTC)
Yeah I noticed that , the version needs to bump from 1.1.4 to 1.1.5 : https://github.com/Legcord/Legcord/commit/a0f771e899f36d4af3305307e9ede0988d34e731
NullX47 commented on 2025-05-26 21:53 (UTC)
fake version (1.1.4) : https://paste.cachyos.org/p/0f951ab
1 2 3 4 5 6 Next › Last »