Package Details: beyondallreason-appimage 1.2988.0-1

Git Clone URL: https://aur.archlinux.org/beyondallreason-appimage.git (read-only, click to copy)
Package Base: beyondallreason-appimage
Description: The latest release of BYAR-Chobby, the launcher for Beyond All Reason - An open source RTS game built on top of the Spring RTS Engine
Upstream URL: https://www.beyondallreason.info
Licenses: GPL, cc-by-nc-nd-4.0, CC-BY-SA-4.0
Submitter: Deinara
Maintainer: Deinara
Last Packager: Deinara
Votes: 16
Popularity: 2.43
First Submitted: 2022-03-09 14:45 (UTC)
Last Updated: 2024-03-04 11:10 (UTC)

Latest Comments

1 2 Next › Last »

elektrikal commented on 2024-04-27 07:03 (UTC)

@BoBeR182 Thanks. That does the trick.

BoBeR182 commented on 2024-04-27 03:00 (UTC)

@elektrikal https://aur.archlinux.org/packages/beyondallreason-appimage#comment-964466 has the fix. @Deinara would you like to add me as co-maintainer to include the patch request, and fix?

elektrikal commented on 2024-04-24 21:10 (UTC) (edited on 2024-04-24 21:11 (UTC) by elektrikal)

Experiencing same issue as @BoBeR182 with a fresh system and install.

> beyondallreason

This doesn't look like a squashfs image.

Cannot mount AppImage, please check your FUSE setup. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE

Adding --appimage-extract or --appimage-mount still fail with the same error. for more information open dir error: No such file or directory

georg commented on 2024-04-22 20:45 (UTC)

Hey, I'd like to add a simple fix: add "BAR" as a keyword to the desktop file, so that typing "BAR" in the launcher finds "Beyond All Reason". Here's a patch:

diff --git a/PKGBUILD b/PKGBUILD
index 247f80b..9bfdc03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,9 +29,12 @@ package() {
     ./${_filename} --appimage-extract "usr/share/icons/hicolor/0x0/apps/beyond-all-reason.png" > /dev/null 2>&1
     ./${_filename} --appimage-extract beyond-all-reason.desktop > /dev/null 2>&1

-    #Change name in .desktop file
+    # Change name in .desktop file
     sed -i -E "s|Name=Beyond-All-Reason|Name=Beyond All Reason|" "squashfs-root/${_squashfs_desktop_file}"

+    # Add "BAR" as a keyword, allowing to search for "BAR" in the launcher
+    echo "Keywords=BAR;" >> "squashfs-root/${_squashfs_desktop_file}"
+
     # install icons
     install -dm755 "${pkgdir}/usr/share/icons/hicolor/256x256/apps/"
     cp -dpr --no-preserve=ownership "squashfs-root/usr/share/icons/hicolor/0x0/apps/beyond-all-reason.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/"

neXyon commented on 2024-03-29 16:05 (UTC) (edited on 2024-03-29 16:05 (UTC) by neXyon)

I need to add !debug to the options in order for makepkg to not strip the AppImage completely and resolve the issue that BoBeR182 has as well.

BoBeR182 commented on 2024-03-28 09:17 (UTC)

I get the following error message on launching, fresh install.

beyondallreason
This doesn't look like a squashfs image.

Cannot mount AppImage, please check your FUSE setup.
You might still be able to extract the contents of this AppImage 
if you run it with the --appimage-extract option. 
See https://github.com/AppImage/AppImageKit/wiki/FUSE 
for more information
open dir error: No such file or directory

Perfi commented on 2023-07-15 17:20 (UTC)

Hey Deinara, could you add the missing sdl2, openal, and fuse2 dependencies? I can also volunteer to help maintain the package :)

Deinara commented on 2023-07-05 17:42 (UTC)

Hi Mr.Smith1974, I'm just an individual on the AUR providing an easy way to download the appimage that BYAR releases. I can't change the location where the launcher downloads the game files to or what it's config directory is. If you feel like this should change, you could contact the developers of BYAR.

Mr.Smith1974 commented on 2023-07-05 10:41 (UTC) (edited on 2023-07-05 10:41 (UTC) by Mr.Smith1974)

Please change the game's config directory from $HOME/Desktop to $HOME/.config.

And please change the game files directory to /opt/ or simple $HOME.

LuckyTurtleDev commented on 2023-02-21 17:56 (UTC)

fuse2 is also a missing dependencies.