Package Details: appimagelauncher 2.2.0-9

Git Clone URL: https://aur.archlinux.org/appimagelauncher.git (read-only, click to copy)
Package Base: appimagelauncher
Description: Helper for running and integrating AppImages
Upstream URL: https://github.com/TheAssassin/AppImageLauncher
Keywords: appimage
Licenses: MIT
Submitter: oberon2007
Maintainer: willemw
Last Packager: willemw
Votes: 107
Popularity: 1.09
First Submitted: 2019-04-10 23:20 (UTC)
Last Updated: 2025-03-30 09:08 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

herrzinter commented on 2022-04-19 10:08 (UTC)

I always get a CMake error when trying to build the package:

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args)
  /usr/lib64/cmake/libappimage/scripts.cmake:100 (find_package)
  /usr/lib64/cmake/libappimage/imported_dependencies.cmake:6 (import_pkgconfig_target)
  /usr/lib64/cmake/libappimage/libappimageConfig.cmake:50 (include)
  CMakeLists.txt:36 (find_package)

Anyone else experiencing this?

yochananmarqos commented on 2021-08-16 18:03 (UTC) (edited on 2021-08-16 18:07 (UTC) by yochananmarqos)

@Ultacoolguy: It's not applicable to this package:

CMake Warning at cmake/install.cmake:68 (message):
  update-binfmts could not be found.  Please install the binfmt-support
  package if you intend to build RPM packages

I also cannot reproduce your error in a clean chroot.

Ultracoolguy commented on 2021-08-16 17:59 (UTC)

@yochananmarqos: So if I understand correctly, the package does use /usr/lib/binfmt.d . But how can I workaround that error when compiling then?

yochananmarqos commented on 2021-08-16 14:49 (UTC)

@Ultacoolguy: See the appimage-binfmt-remove.hook

Ultracoolguy commented on 2021-08-16 12:55 (UTC)

I have a problem with this PKGBUILD. Compiling goes perfectly and everything, but then this happens:

Install the project...
-- Install configuration: "None"
-- Installing: /home/me/.cache/yay/appimagelauncher/pkg/appimagelauncher/usr/lib/appimagelauncher/libappimageupdate.so
-- Installing: /home/me/.cache/yay/appimagelauncher/pkg/appimagelauncher/usr/lib/appimagelauncher/libappimageupdate-qt.so
CMake Error at cmake_install.cmake:54 (file):
  file INSTALL cannot find "/usr/sbin/update-binfmts": No such file or
  directory.

I looked around and this looks like it's a Debian-based specific script. Perhaps appimagelauncher needs to be patched out to use /usr/lib/binfmt.d instead?

yochananmarqos commented on 2021-07-29 20:38 (UTC)

@qfettes: The base-devel group is required for using the AUR.

qfettes commented on 2021-07-29 20:28 (UTC)

@yochananmarquos Installing gcc fixed the error. It should be added as a dependency I think.

yochananmarqos commented on 2021-07-29 19:45 (UTC)

@qfettes: Neither do I. I'm also using GNOME and Xorg.

qfettes commented on 2021-07-29 19:39 (UTC)

@yochananmarquos I'm not sure what the issue would be. Some additional information:

Kernel Version: 5.13.5-arch1-1

Window Manager: Xorg 1.20.12

Desktop Environment: GNOME 40.3

yochananmarqos commented on 2021-07-29 19:27 (UTC)

@qfettes: I can't reproduce it building in a clean chroot.