Package Details: ondsel-es-appimage 2024.2.0-2

Git Clone URL: https://aur.archlinux.org/ondsel-es-appimage.git (read-only, click to copy)
Package Base: ondsel-es-appimage
Description: FreeCAD powered Engineering Suite (AppImage version)
Upstream URL: https://ondsel.com/
Licenses: LGPL
Conflicts: ondsel-es
Provides: ondsel-es
Submitter: cgx
Maintainer: cgx
Last Packager: cgx
Votes: 1
Popularity: 0.30
First Submitted: 2024-01-25 09:07 (UTC)
Last Updated: 2024-05-09 12:55 (UTC)

Latest Comments

« First ‹ Previous 1 2

mrwsl commented on 2024-03-24 13:25 (UTC)

Currently, I'm running into this problem: https://github.com/realthunder/FreeCAD/issues/960

Fix for the issue is in it as well.

mattrick commented on 2024-03-23 20:33 (UTC)

@cgx the latest update fixed it for me, thank you for your help!

cgx commented on 2024-03-23 07:48 (UTC)

Please try the new version.

This seems to be caused by pacman/debugedit bug: https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/issues/19

I've added a workaround for now

mattrick commented on 2024-03-22 23:12 (UTC) (edited on 2024-03-22 23:13 (UTC) by mattrick)

@cgx I'm having the same issue as @Nilz. The AppImage on Ondsel's Github Release seems to work fine for me. Here's what I get from the debug steps; it seems like the hash is different:

> which ondsel-es
/usr/bin/ondsel-es


> cat /usr/bin/ondsel-es
#!/bin/sh
/opt/appimages/ondsel-es.AppImage --single-instance $1


> sha256sum /opt/appimages/ondsel-es.AppImage
27d6b642fd2a020957c32c96c491caeb38287c9ce361fddbf2b4335d89793e4b  /opt/appimages/ondsel-es.AppImage

cgx commented on 2024-03-22 17:38 (UTC) (edited on 2024-03-22 17:53 (UTC) by cgx)

@Nilz Did you try freecad-appimage? The PKGBUILD is almost identical to this. If it works, I suspect something is different the way ondsel's appimage is built. That would narrow it down at least a bit, since the appimage works fine here and I cannot currently reproduce.

Some debug steps, see if you get something different:


> which ondsel-es
/usr/bin/ondsel-es

> cat /usr/bin/ondsel-es
#!/bin/sh
/opt/appimages/ondsel-es.AppImage --single-instance $1

> sha256sum /opt/appimages/ondsel-es.AppImage
50d96d7747c5d8cbd56e600d7046aa80406cadeaf1aa71821d95cc2c6a7a38ac  /opt/appimages/ondsel-es.AppImage

Nilz commented on 2024-03-22 08:26 (UTC)

I can't open Ondsel. Other AppImages seem to work fine.

-> ondsel-es 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

HeroesLament commented on 2024-03-12 21:42 (UTC)

Thank you for the package!

cgx commented on 2024-01-30 09:15 (UTC)

hash updated, please try again

seeseemelk commented on 2024-01-30 09:03 (UTC)

I'm getting an error that the checksum for ondsel-es-2024.1.0.AppImage is wrong