Search Criteria
Package Details: open-goal-launcher-bin 2.10.4-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/open-goal-launcher-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | open-goal-launcher-bin |
| Description: | A launcher for the OpenGOAL Project to simplify usage and installation |
| Upstream URL: | https://github.com/open-goal/launcher |
| Licenses: | ISC |
| Conflicts: | open-goal-launcher |
| Submitter: | WasabiThumbs |
| Maintainer: | altermetax (WasabiThumbs) |
| Last Packager: | WasabiThumbs |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-10-26 16:19 (UTC) |
| Last Updated: | 2026-06-23 23:02 (UTC) |
Dependencies (19)
- aom (aom-vmaf-gitAUR, aom-av1-lavish-gitAUR, aom-gitAUR, aom-gitAUR, aom-psy101-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- dav1d (dav1d-gitAUR)
- fuse (fuse2)
- glycin (glycin-ngAUR)
- hidapi (hidapi-gitAUR)
- highway (highway-gitAUR)
- json-glib (json-glib-gitAUR)
- leancrypto
- libavif (libavif-noglycinAUR, libavif-gitAUR)
- libcloudproviders
- libjxl (libjxl-gitAUR, libjxl-noglycinAUR, libjxl-metricsAUR, libjxl-metrics-gitAUR)
- libnghttp3 (nghttp3-gitAUR)
- libngtcp2 (libngtcp2-gitAUR)
- libyuv
- rav1e (rav1e-gitAUR)
- svt-av1 (svt-av1-gitAUR, svt-av1-bluesword-gitAUR, svt-av1-psy-gitAUR, svt-av1-essential-gitAUR, svt-av1-hdr-gitAUR, svt-av1-psyex-gitAUR, svt-av1-tritium-gitAUR, svt-av1-hdr10plus-gitAUR)
- tinysparql
- tpm2-tss (tpm2-tss-gitAUR)
Latest Comments
1 2 Next › Last »
altermetax commented on 2026-07-05 11:57 (UTC) (edited on 2026-07-05 11:59 (UTC) by altermetax)
@WasabiThumbs Now that I've got some free time, I've tested this in several different ways and I can't reproduce your findings. The only two sonames that are needed by libraries in the appimage and are not present in the appimage are libpulsecommon and libpxbackend.
Please share your code that finds those dependencies.
WasabiThumbs commented on 2026-06-23 23:00 (UTC)
@jdigi78 Unfortunately as I'm no longer facing the issue I can't give upstream a reproducible example, however you can easily verify the discrepancy using the method I mentioned. As long as the discrepancy exists, it's not invalid for the PKGBUILD to require these dependencies.
WasabiThumbs commented on 2026-06-23 22:59 (UTC) (edited on 2026-06-23 22:59 (UTC) by WasabiThumbs)
@its87 You're right, not sure how I missed that. Fixing now
its87 commented on 2026-06-23 20:39 (UTC)
I have had an issue installing this package using yay regarding the dependency of
nghttp3:nghttp3-git-r1324.f4c3c8d-1 and libnghttp3-1.16.0-1 are in conflict. Remove libnghttp3? [y/N]On my system, I have already installed
libnghttp3which is the official name on Arch for that library.When the installation is triggered, it tries to resolve the name
nghttp3in the official repositories, since it does not exist with that exact name, yay resolves it via AUR and selectsnghttp3-git but then, the system warns you about the content of that package replaces the existing one which is the official. If I install the package manually withmakepkg -si` this issue does not exist.I know that this is not directly related to the package itself, but maybe you can take a look at this to improve compatibility.
jdigi78 commented on 2026-06-22 22:20 (UTC)
@WasabiThumbs That is quite a few missing dependencies for an AppImage. What issue were you having? It would be wise to create an issue upstream and see what they have to say about it.
WasabiThumbs commented on 2026-06-22 22:13 (UTC) (edited on 2026-06-22 22:22 (UTC) by WasabiThumbs)
@altermetax If you extract the AppImage and run
lddon the ELFs inside, you'll find that they link libraries which aren't included in the AppImage. Maybe intentional, maybe an upstream issue. The newly added dependencies provide those libraries and adding them to the PKGBUILD fixed a real issue for me. These packages are evidently fairly ubiquitous. Indeed the fact that they aren't unconditionally loaded by the application is suboptimal, but impact should be minimal.open-goal-launchershouldn't require any changes since the depends already pull these libraries in as transitive dependencies, which is a more direct and clean way about it. I can share the code I used to generate the list you see in the PKGBUILD if you want.altermetax commented on 2026-06-22 14:10 (UTC)
@WasabiThumbs your latest change added a bunch of dependencies, but I looked at this and none of them seem to really be needed, and even if they were, this package is installed as a raw appimage, so they would be bundled inside it.
Where do those dependencies come from?
jimsey-pickles commented on 2024-09-26 02:11 (UTC)
Any chance for an update?
WasabiThumbs commented on 2024-05-19 20:45 (UTC)
@K4LCIFER It may be necessary to reboot if installing this package caused you to install FUSE for the first time, otherwise try
open-goal-launcher-bin --appimage-extract-and-runK4LCIFER commented on 2024-04-20 23:14 (UTC)
When trying to launch it I get the following error:
1 2 Next › Last »