FreeCad

Moderator: Forum moderators

Post Reply
User avatar
bigpup
Moderator
Posts: 6271
Joined: Tue Jul 14, 2020 11:19 pm
Location: Earth, South Eastern U.S.
Has thanked: 732 times
Been thanked: 1292 times

FreeCad

Post by bigpup »

Here is a applmage for Freecad
https://www.freecadweb.org/downloads.php (913 MB)

It is 64bit.
I tried it in Fossapup64 9.0.5
Seems to work OK.

It needs to have exec permissions to run.
After downloading.
Right click on it.
Select properties.
Give it exec permissions.

Left click on it to run.
It took about 7 to 10 seconds to startup. So do not think it is not working when you click on it.

NOTE:
I know nothing about using this.
I guess you can ask and maybe someone that does will answer.

Forum Global Moderator
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected :o

User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

Re: FreeCad

Post by Vverve »

Thanks bigpup
Wow,freecad 19 appimage is now 800mb!!!(latest,not the quickpet ver:18)
but here;Experimental in-app updating is possible.
Tested 19.1 on fossapup64 .

dancytron
Posts: 653
Joined: Fri Dec 13, 2019 6:26 pm
Has thanked: 422 times
Been thanked: 190 times

Re: FreeCad

Post by dancytron »

That link didn't work for me.

I downloaded it at https://www.freecadweb.org/downloads.php

edit: works in Debian Dog stretch, at least to open a sample file. Wouldn't run as root, had to use "run-as-user" (DD equivalent to run-as-spot).

Version FreeCAD_0.19-24276-Linux-Conda_glibc2.12-x86_64.AppImage

gauravvermacse
Posts: 1
Joined: Fri Aug 06, 2021 10:26 am

Re: FreeCad

Post by gauravvermacse »

freecad is works at lightweight pc also, you can download the freecad again. Or you can try another [link removed by moderator to prevent spam] such as leocad, openscad etc.

Last edited by Wiz57 on Sat Aug 07, 2021 12:59 pm, edited 1 time in total.
Reason: remove spammy link
paulski
Posts: 7
Joined: Fri Aug 28, 2020 7:46 am
Location: Germany

Re: FreeCad - V0.19 not working out of the box - simple mod fixes it

Post by paulski »

Just had issues with Freecad 0.19 AppImage not liking being run as Root in Fatdog811.

Problem comes down to their new changes, that the FreeCAD team have decided to use the QTWEbengine instead of the Webkit in previous versions.

Fix is realatively easy.

1. Unpack the appimage
cd to the folder where the file is, ensure it is set to be executeable over permissions, and in a console enter:

Code: Select all

./FreeCAD_0.19.3-Linux-Conda_glibc2.12-x86_64.AppImage --appimage-extract

2. Browse the appimage. In the folder you should find "squashfs-root" - Right mouse button on it and "look inside"
3. At the top level folder is a file "AppRun" - edit it
4. At just about any line (I chose to add after line 9) add the line "export QTWEBENGINE_DISABLE_SANDBOX=1"
Here is a snippet from that file with my line added

Code: Select all

export FONTCONFIG_PATH=/etc/fonts
#Added by Paulski
export QTWEBENGINE_DISABLE_SANDBOX=1
# export QTWEBENGINEPROCESS_PATH=${HERE}/usr/libexec/QtWebEngineProcess line

Don't forget to save the file

5. Repackage the App Image using the App image tool (lost link for that but its easy enough to find)

Code: Select all

./appimagetool-x86_64.AppImage squashfs-root

You should have a new app image for FreeCAD that won't complain in the background that "Runing as root without --no-sandbox is not supported" and will finally work in most recent Puppies.

User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

Re: FreeCad

Post by Vverve »

Hi Fc users,
Oh ,yes ,almost forgot that freecad.appimage issue..

paulski,
Thank's ,that's a very simple solution!!!

Note to all:
The latest freecad daily found is 930Mb appimage.
Extracted ,its 3.1Gb, i mean, just to change 1 permission ,its a shame... ssd's lifetime speaking,
so,here with impup64 frugal/no swap, 8gb/ram + libreoffice.sfs+ browser ,it struggled to have enough space
eXtracting that huge appimage to ram.
Just a little reminder, have/free some ram,save the planet trash ¨system¨ from too many obsolete ssd..
or keep your good old spinning drives. :thumbup2:
Of course its for non-dev like me..real woof dev/kernel compilers are use to deal with 10-15-20 Gb...

Last edited by Vverve on Sat Jan 29, 2022 4:03 am, edited 2 times in total.
Lekium
Posts: 14
Joined: Tue Sep 29, 2020 2:56 pm
Has thanked: 4 times

Re: FreeCad

Post by Lekium »

I dont know how the guys behind Knoppix did it but I have their 4.7Gb live version running from a prendrive and it includes Freecad, OpenScad, Meshlab, Blender, Slic3r, etc and it runs in both 32bit and 64bit cpus. I have freecad in a BionicPup64 pendrive but I couldnt get it to work in BionicBeaver32. :oops:

User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

Re: FreeCad

Post by Vverve »

Lekium wrote: Fri Jan 28, 2022 5:29 pm

I dont know how the guys behind Knoppix did it . :oops:

How? Dont use portability of appimage..
let's have fun;
500mb puppy+
all those install from package manager,here from impup64,
760mb blender & dependencies+
700mb fc &119 dependencies
150mb of heavy browser
17mb of openscad
17mb of slic3r
200mb of extra
x1.7 (32+64 bits) no scientific proof,rough assumption here...
=4.5Gb
I guess there is no miracle !!

That was fun!!

feeling nostalgic? not at all

User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

Re: FreeCad

Post by Vverve »

This works too,
Create a script;
#!/bin/bash
export QTWEBENGINE_DISABLE_SANDBOX=1
# exec /path to/your/appimage ___in my case
exec /mnt/home/FreeCAD_weekly-builds-27078-Linux-Conda_glibc2.12-x86_64.AppImage

Name/save it whatever/where you like,make it executable(appimage too ,as usual).

No need to extract/repack...sweet..

User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

Re: FreeCad

Post by Vverve »

freecad ,appimage or not ?
as the stable version can be installed from puppy pkg manager from all woof-ce ubuntu/debian builds,
note that it's been a long time i tested how ppm perform at finding all dependencies needed ,
that the appimage is 900Mb +- , yes it could be update if extracted(+3Gb total (2.1Gb of libs to be ¨portable ¨ in all distros))/edit/repack ,
you see the pain of following the pace of it daily/weekly... in case you would like to test recent features/fixes ,
then installing from ppm all dependencies from your favorite puppy and ¨FC newest pkg¨ from
this daily ppa where we find all ¨main freecad &+¨ deb packages,well,the ubuntu ones , is a good alternative.

User avatar
Vverve
Posts: 124
Joined: Tue Jul 14, 2020 1:12 pm
Location: 45°17'43.6"N 72°16'10.4"W avatar;Mira.ca
Has thanked: 6 times
Been thanked: 13 times

ppm vs appimage battle...no weight rules

Post by Vverve »

Curious how ppm would perform at installing freecad 0.19 stable in impup64, buzzZzer ...no go, missing dependencies.
Hmm...will test some more puppys and edit this post...

Post Reply

Return to “Engineering/Science/Simulation”