Search Criteria
Package Details: freecad-weekly-appimage 1.2.0_2026.07.15-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/freecad-weekly-appimage.git (read-only, click to copy) |
|---|---|
| Package Base: | freecad-weekly-appimage |
| Description: | A general purpose 3D CAD modeler |
| Upstream URL: | https://www.freecad.org/ |
| Licenses: | LGPL |
| Conflicts: | freecad |
| Provides: | freecad |
| Submitter: | Genues |
| Maintainer: | Genues |
| Last Packager: | Genues |
| Votes: | 30 |
| Popularity: | 1.03 |
| First Submitted: | 2021-12-14 13:34 (UTC) |
| Last Updated: | 2026-07-15 13:01 (UTC) |
Dependencies (3)
- fuse2
- adwaita-icon-theme (adwaita-icon-theme-gitAUR, adwaita-icon-theme-41AUR) (make)
- patch (patch-gitAUR) (make)
Required by (4)
- freecad-a2plus-git (requires freecad)
- freecad-cadquery-git (requires freecad)
- freecad-fcgear-git (requires freecad)
- openmc-git (requires freecad)
Sources (3)
Smoerrebroed commented on 2026-06-20 08:13 (UTC)
Inka commented on 2026-05-28 18:11 (UTC)
The problem seems to be in the AUR wrapper and desktop patch, there seem to be two regressions:
https://aur.archlinux.org/cgit/aur.git/tree/freecad.sh?h=freecad-weekly-appimage
/opt/appimages/freecad.AppImage $1
$1 is unquoted, so it is split by spaces and only the first argument is forwarded.
It should be:
exec /opt/appimages/freecad.AppImage "$@"
-Exec=AppRun - --single-instance %F
+Exec=freecad
%F was dropped, breaking things.
https://specifications.freedesktop.org/desktop-entry/latest/exec-variables.html
I have not had time to test a local patch yet, maybe next week.
I also reported this in the FreeCAD repo, but I think the problem is right here in AUR. https://github.com/FreeCAD/FreeCAD/issues/30357
Genues commented on 2026-02-06 18:07 (UTC)
@eumpf, fixed! Please check.
eumpf commented on 2026-02-06 17:27 (UTC)
Hey, I just wanted to tell you that the sha256 hash of the appimage is wrong. Thanks for mainting the package :)
Genues commented on 2025-12-24 20:10 (UTC)
@fermino Hi! I don't see the need to add "epoch". I'll just update the version to 1.2.0. And as soon as 1.3.x or 1.2.x is released, you will write to me and I will correct it again.)) Thank you!
fermino commented on 2025-12-24 19:25 (UTC) (edited on 2025-12-24 19:26 (UTC) by fermino)
Hey :)
The change in 945ff3865efa broke the versioning scheme. It will work again whenever anything >1.1.0 is released (whether it is 1.2 or 1.1.1), but in the meantime it's broken.
I think it should be enough reason to bump the epoch [1].
Smoerrebroed commented on 2025-09-12 11:19 (UTC)
Nice! Thank you so much again! :-)
Pinned Comments
Genues commented on 2021-12-14 13:39 (UTC) (edited on 2025-09-12 09:29 (UTC) by Genues)
Hi. The script automatically checks for new versions once a day, at 13:00 UTC. If you see a new version in the FreeCad repository, please wait for this time before setting the package out-of-date flag. Thanks you.