Package Details: appimagelauncher 2.2.0-8

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.13
First Submitted: 2019-04-10 23:20 (UTC)
Last Updated: 2024-05-25 13:31 (UTC)

Latest Comments

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

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.

qfettes commented on 2021-07-29 18:21 (UTC)

This fails to build

[ 59%] Linking CXX executable appimagelauncherd
/usr/bin/ld: /usr/lib/libQt5Core.so.5.15.2: undefined reference to `std::__exception_ptr::exception_ptr::_M_release()@CXXABI_1.3.13'
/usr/bin/ld: /usr/lib/libQt5Widgets.so.5.15.2: undefined reference to `std::__throw_bad_array_new_length()@GLIBCXX_3.4.29'
/usr/bin/ld: /usr/lib/libQt5Core.so.5.15.2: undefined reference to `std::__exception_ptr::exception_ptr::_M_addref()@CXXABI_1.3.13'
collect2: error: ld returned 1 exit status
make[2]: *** [src/daemon/CMakeFiles/appimagelauncherd.dir/build.make:146: src/daemon/appimagelauncherd] Error 1
make[1]: *** [CMakeFiles/Makefile2:1570: src/daemon/CMakeFiles/appimagelauncherd.dir/all] Error 2
make: *** [Makefile:156: all] Error 2

yochananmarqos commented on 2020-12-16 16:12 (UTC)

@FirstAirBender: This does indeed build from the release tag. This package uses submodules, see VCS package guidelines: Git submodules. Your PKGBUILD does not change anything, the submodules are part of the project and are still downloaded.