Search Criteria
Package Details: heroic-games-launcher 2.15.2-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/heroic-games-launcher.git (read-only, click to copy) |
---|---|
Package Base: | heroic-games-launcher |
Description: | Native GOG, Epic Games and Amazon games launcher for Linux |
Upstream URL: | https://heroicgameslauncher.com/ |
Licenses: | GPL-3.0-only |
Submitter: | FabioLolix |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 26 |
Popularity: | 3.44 |
First Submitted: | 2022-07-18 20:20 (UTC) |
Last Updated: | 2025-01-19 21:52 (UTC) |
Dependencies (10)
- electron34 (electron34-binAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- which (busybox-coreutilsAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- npm (corepackerAUR, python-nodejs-wheelAUR, nodejs6-binAUR) (make)
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR, pnpm-binAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (1)
- cartridges-git (optional)
Latest Comments
1 2 3 4 Next › Last »
smendez commented on 2025-01-20 01:19 (UTC)
@FabioLolix Thank you
FabioLolix commented on 2025-01-19 21:54 (UTC)
@smendez fixed
smendez commented on 2025-01-19 20:14 (UTC) (edited on 2025-01-19 20:19 (UTC) by smendez)
When I run (as an example):
xdg-open heroic://launch/gog/1482265668
I get this error:
kf.kio.core: "/usr/share/applications/com.heroicgameslauncher.hgl.desktop" contains supported protocols but doesn't use %u or %U in its Exec line! This is inconsistent.
If I edit the file and add %u it works of course, but it seems like the package should do this. This wasn't happening before which indicates that its probably a recently introduced requirement for KDE. Maybe adding %u will break it for other systems, so I am not sure what would be the appropriate fix.
Edit: It looks like the %U was there before and recent changes to the package broke this.
yochananmarqos commented on 2025-01-18 16:38 (UTC)
@FabioLolix: Changing the StartupWMClass value to 'heroic' resolves the issue. Remove the
sed
bit from the package function and do the following in the prepare function:FabioLolix commented on 2025-01-18 10:29 (UTC)
Changes in 2.15.2-4 is using default file names for those files, fixed the icon on Cinnamon, I don't have gnome or other DE to test on
anasgets111 commented on 2025-01-18 10:26 (UTC)
Latest version 2.15.2-4 needs its .desktop to be fixed for its icon to display properly in gnome dock, thank you.
chrrybmb commented on 2025-01-04 00:41 (UTC) (edited on 2025-01-04 06:08 (UTC) by chrrybmb)
Also,
alsa-lib
,gtk3
, andnss
are unnecessary dependencies since they are already dependencies of electron.chrrybmb commented on 2024-12-14 04:41 (UTC)
This package should use
electron31
instead ofelectron
. Using unsupported electron versions can cause issues, and such issues will lead to upstream bug reports.FabioLolix commented on 2024-09-28 14:23 (UTC)
Hello, there is a not blocking gyp error for missing python when building with devtools, same as https://github.com/FabioLolix/PKGBUILD-AUR_fix/pull/46#issuecomment-2380637987
I have approved the PR on github for building heroic-games-launcher using system's electron but is failing for me
1 2 3 4 Next › Last »