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 »

darkhorse68 commented on 2022-10-20 12:03 (UTC) (edited on 2022-10-20 12:04 (UTC) by darkhorse68)

Recently, I was have trouble installing appimagelauncher and was getting the following error:

==> Starting prepare()...
Submodule 'lib/AppImageUpdate' (https://github.com/AppImage/AppImageUpdate.git) registered for path 'lib/AppImageUpdate'
Submodule 'lib/libappimage' (https://github.com/AppImage/libappimage.git) registered for path 'lib/libappimage'
Cloning into 
'/home/jsauer/.cache/yay/appimagelauncher/src/AppImageLauncher/lib/AppImageUpdate'...
fatal: transport 'file' not allowed

turned out that the git update from 2.38.0 to 2.38.1 broke things, and the transport is disabled by default, and has to be updated manually with:

git config --global protocol.file.allow always

see https://bbs.archlinux.org/viewtopic.php?id=280571 for more info.

ZhangHua commented on 2022-10-20 05:49 (UTC)

@Nosrep If you are using paru like me, that's normal. Because paru will treat any package which doesn't have a pinned version of git repo as devel package like pkgname-git, even there is no devel package suffix in its name. It will trigger a update once there is any update among its sources. As googletest updates frequently, paru will also report update of this package when there is a update of googletest.

Curently the solution is replacing paru with other AUR helper, or the maintainer change the PKGBUILD to stop updating submodule manually but use command like git submodule update --init --recursive to do the same thing.

There will may be a change of paru in the future, it will add an IgnoreDevel option in the config to let you tell paru which package(s) should not be treated as devel package.

Nosrep commented on 2022-09-11 03:47 (UTC)

does my aur helper always say to update this because googletest is in its sources? (idk how aur works) is it supposed to do that? bit annoying, none of my other aur packages do that

simonsolberg commented on 2022-06-02 21:23 (UTC)

@dylanparry I got the same error. Your tip fixed it for me too.

dylanparry commented on 2022-06-01 07:53 (UTC)

For anyone who gets the same error as me (maybe it's just me? :D), I just deleted the appimagelauncher folder from yay's cache, and that did the trick. There's probably a nicer way of solving it though.

dylanparry commented on 2022-06-01 07:49 (UTC)

I'm getting an error for the latest update:

==> Making package: appimagelauncher 2.2.0-6 (Wed 01 Jun 2022 08:44:02 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating AppImageLauncher git repo...
Fetching origin
-> Updating AppImageUpdate git repo...
Fetching origin
-> Updating libappimage git repo...
Fetching origin
==> ERROR: /home/dylan/.cache/yay/appimagelauncher/zsync2 is not a clone of https://github.com/TheAssassin/zsync2.git
    Aborting...
-> error making: appimagelauncher

Any ideas?

herrzinter commented on 2022-04-20 08:34 (UTC)

Wow, thx! Never would have excepted that I overlooked something basic like this, when I think about how many our packages I use ^^

yochananmarqos commented on 2022-04-19 14:23 (UTC)

@herrzinter: You're missing the base-devel group, see AUR: Prerequisites.