Package Details: freecad-weekly-appimage 1.0.0_38794-1

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: 24
Popularity: 0.70
First Submitted: 2021-12-14 13:34 (UTC)
Last Updated: 2024-09-21 00:00 (UTC)

Dependencies (2)

Required by (4)

Sources (3)

Pinned Comments

Genues commented on 2021-12-14 13:39 (UTC)

Hi. The script automatically checks for new versions every half hour. If you see a new version in the FreeCad repository, please wait for 30 minutes before setting the package out-of-date flag. Thanks you.

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

Genues commented on 2024-08-01 15:31 (UTC) (edited on 2024-08-11 22:42 (UTC) by Genues)

@sam9032 This patch change original desktop file (use for app menu).

sam9032 commented on 2024-07-28 21:27 (UTC)

Haha.. sometimes its an easy solution. Thank you.

But for interest, what is the patch needed for?

Genues commented on 2024-07-26 11:43 (UTC)

@sam9032 you need install patch utility: pacman -S patch

sam9032 commented on 2024-07-26 11:27 (UTC)

Hi there,

I get an error with the package:

freecad-weekly-appimage/PKGBUILD: line 28: patch: command not found
==> ERROR: A failure occurred in prepare().
    Aborting...

What's the reason for the patch-file?

Kunda commented on 2024-07-13 17:13 (UTC)

Is anyone here able to reproduce https://github.com/FreeCAD/FreeCAD/issues/13336 on latest weekly?

Genues commented on 2024-05-02 10:46 (UTC)

@l8086 Hi. I think, you should looking developers forum. I don't use Wayland.

l8086 commented on 2024-04-23 16:52 (UTC)

The latest version (0.22_36958-1) does not start when using Wayland (kde). Possible relevant startup messages:

xkbcommon: ERROR: failed to add default include path /home/runner/work/FreeCAD-Bundle/FreeCAD-Bundle/conda/linux/AppDir/usr/share/X11/xkb
(qt.qpa.wayland) failed to create xkb context
QOpenGLFunctions created with non-current context
Program received signal SIGSEGV, Segmentation fault.

(please see full stacktrace on https://pastebin.com/WjMCJqZZ)

Note 1: When I force using X compatibility (see command bellow), it starts normally.

QT_QPA_PLATFORM=xcb freecad

Note 2: The previous version that I've used, worked on Wayland (was 0.22_36807-1).

Genues commented on 2024-03-27 06:33 (UTC)

@sclebo05 fixed!

sclebo05 commented on 2024-03-26 18:27 (UTC) (edited on 2024-03-26 18:28 (UTC) by sclebo05)

Having issues trying the latest weekly build on my workstations. I've verified that my yay client is downloading the entire AppImage to ~/.cache/yay/freecad-weekly-appimage/, however this part of the install fails:

package() { install -Dm755 "${srcdir}/freecad-${pkgver}.AppImage" "${pkgdir}/opt/appimages/freecad.AppImage"

After testing on a physical and virtual workstation, only the first 192K of the AppImage is copied from .cache to the /opt/appimages directory.

$ du -sh * 192K freecad.AppImage

AppImage runs fine out of the .cache/yay/ directory, just isn't copying for some reason.

Genues commented on 2024-01-09 06:57 (UTC)

@Kunda This will be fixed in the next update. Thanks.