-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FreeCAD weekly build app image is broken #336
Comments
@adrianinsaval FYI |
I can't reproduce this on arch with the latest appimage |
Got this when building this package:
Looking at the pkgbuild, it's in the prepare and it fails at the step "--appimage-extract". So I downloaded the Appimage from the repository and tried to run the "--appimage-extract" command and get the exact same result: I can't run the appimage either:
The other appimage I've download today to test works fine (like OrcaSlicer). |
The AUR package built without issues for me. I'm not sure what's different for you but it might be a permissions problem. Can you try on any other system? do you have fuse3 installed? |
Ok I figured it out, I installed appimagelauncher in my system and I see the same errors, appimagelauncher has not been updated in a while and does not support the newest appimage tooling, I recommend uninstalling appimagelauncher, see #331 and TheAssassin/AppImageLauncher#602 and flameshot-org/flameshot#2764 (comment) which helped me figure this out |
Is there an existing issue for this?
Problem description
Recently - last weekly build that's known to work is 39057, the AppImage generated in the weekly build changed its format somehow. Previously, one could do
./FreeCAD.appimage --appimage-extract org.freecad.FreeCAD.desktop
and it would extract this file.However, since 39057, running the above command results in:
This is an issue for package managers (like on Arch linux) that are patching the desktop file to match their distributions' path (see here)
This fails and breaks update for all other packages, so in the short term, this implies removing the package from the repositories, which is bad for FreeCAD diffusion.
Is there anything changed that would explain why the appimage's image has changed format?
Full version info
Subproject(s) affected?
Core
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: