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: 99
Popularity: 3.78
First Submitted: 2019-04-10 23:20 (UTC)
Last Updated: 2023-04-15 17:30 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

fedoxyz commented on 2024-03-11 23:19 (UTC)

@25pwn Added this in zsync.c before the function call and it worked char strptime(const char buf, const char format, struct tm tm);

25pwn commented on 2024-01-21 14:08 (UTC)

When building with CC=clang CXX=clang++, I get:

...
/home/user/.cache/paru/clone/appimagelauncher/src/AppImageLauncher/lib/AppImageUpdate/lib/zsync2/lib/libzsync/zsync.c:382:9: error: call to undeclared function 'strptime'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    if (strptime(ts, "%a, %d %b %Y %H:%M:%S %z", &t) == NULL
...
7 warnings and 1 error generated.
make[3]: *** [lib/AppImageUpdate/lib/zsync2/lib/libzsync/CMakeFiles/libzsync.dir/build.make:76: lib/AppImageUpdate/lib/zsync2/lib/libzsync/CMakeFiles/libzsync.dir/zsync.c.o] Error 1
make[2]: *** [CMakeFiles/Makefile2:769: lib/AppImageUpdate/lib/zsync2/lib/libzsync/CMakeFiles/libzsync.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:1132: lib/AppImageUpdate/src/CMakeFiles/libappimageupdate.dir/rule] Error 2
make: *** [Makefile:397: libappimageupdate] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'appimagelauncher-2.2.0-6': 
error: packages failed to build: appimagelauncher-2.2.0-6

This does not happen with GCC.

alufd19 commented on 2023-10-29 18:20 (UTC)

Thanks yochananmarqos for him appimagelauncher 2.2.0-6 stable package!!!

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