Package Details: appimagelauncher 2.2.0-6

Git Clone URL: https://aur.archlinux.org/appimagelauncher.git (read-only, click to copy)
Package Base: appimagelauncher
Description: A Helper application for running and integrating AppImages.
Upstream URL: https://github.com/TheAssassin/AppImageLauncher
Licenses: MIT
Submitter: oberon2007
Maintainer: oberon2007 (yochananmarqos)
Last Packager: yochananmarqos
Votes: 88
Popularity: 3.17
First Submitted: 2019-04-10 23:20 (UTC)
Last Updated: 2023-04-15 17:30 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

yochananmarqos commented on 2023-03-30 14:43 (UTC)

@somebody: You'll need to reboot after installing / uninstalling this package.

somebody commented on 2023-03-30 11:44 (UTC)

seems like the package doesn't uninstall correctly? if you uninstall, all AppImages seem to stop working

angelettif commented on 2022-10-26 18:00 (UTC)

@darkhorse68 thank you

Craigccfl commented on 2022-10-25 22:35 (UTC)

Would not update with paru. Used git clone & makepkg -si and it updated fine. Thanks for keeping this updated & available.

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.