Search Criteria
Package Details: legcord 1.2.4-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: | 16 |
| Popularity: | 0.48 |
| First Submitted: | 2024-05-15 17:30 (UTC) |
| Last Updated: | 2026-04-15 19:05 (UTC) |
Dependencies (6)
- electron (electron-launcherAUR, electron-nightly-binAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (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 »
Grzzlwmpf commented on 2026-04-15 23:19 (UTC)
Okay, seems like the 1.2.4 release resolved the issue
Grzzlwmpf commented on 2026-04-15 20:46 (UTC)
Trying to install results in an error:
Haven't had time to test whether that's an issue with upstream or the
PKGBUILD, but just as a heads-updjsigmann commented on 2026-02-16 21:51 (UTC)
@txtsd yep.
txtsd commented on 2026-02-09 03:20 (UTC)
Is anyone experiencing extreme visual lag when typing messages? I see a delay of 2-3 seconds before I see the text that I type.
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.
1 2 3 4 5 6 Next › Last »