Search found 5532 matches

by adrianinsaval
Fri Mar 15, 2024 2:04 pm
Forum: Install / Compile
Topic: RPI5 build from source
Replies: 8
Views: 607

Re: RPI5 build from source

Would that be a cmake option? not it's just an environment variable, in terminal run env QT_QPA_PLATFORM=xcb FreeCAD and if you want to use the menu/desktop shortcut edit org.freecad.FreeCAD.desktop and change the Exec= line be Exec=env QT_QPA_PLATFORM=xcb FreeCAD - --single-instance %F
by adrianinsaval
Fri Mar 15, 2024 12:19 am
Forum: Install / Compile
Topic: [Fixed] site.getsitepackages() incorrect inside FreeCAD
Replies: 62
Views: 3145

Re: site.getsitepackages() incorrect inside FreeCAD

When you start writing the mention you have to wait for the popup list that shows the users you can @ and then lick or hit enter to confirm then it will who up as something like this: [mention]wmayer[/mention] You could also manually write that in the message and it should work. This is like this be...
by adrianinsaval
Thu Mar 14, 2024 2:46 pm
Forum: Install / Compile
Topic: Download attempt: Dangerous Virus detected
Replies: 7
Views: 3016

Re: Download attempt: Dangerous Virus detected

google search says this is a common false positive. Which file exactly is detected as "infected"?
by adrianinsaval
Thu Mar 14, 2024 5:04 am
Forum: UX/UI Design
Topic: A new take on the UI. FreeCAD Nut.
Replies: 119
Views: 201139

Re: A new take on the UI. FreeCAD Nut.

I will try to work next week on writing better instructions
by adrianinsaval
Thu Mar 14, 2024 5:00 am
Forum: Install / Compile
Topic: RPI5 build from source
Replies: 8
Views: 607

Re: RPI5 build from source

aarch64=arm64 Wayland is certainly the future, but we're lagging behind a little on FreeCAD. I don't think anyone is working on porting it. I'm trying to move to wayland too so I might do some work but at this moments I just don't think it's ready. I don't know how to witch to x11 session on raspber...
by adrianinsaval
Wed Mar 13, 2024 2:07 am
Forum: Install / Compile
Topic: [Fixed] site.getsitepackages() incorrect inside FreeCAD
Replies: 62
Views: 3145

Re: site.getsitepackages() incorrect inside FreeCAD

@chennes @wmayer any clue why this happens?
by adrianinsaval
Wed Mar 13, 2024 2:04 am
Forum: Install / Compile
Topic: RPI5 build from source
Replies: 8
Views: 607

Re: RPI5 build from source

Have you tried the aarch64 appimages? I wouldn't recommend running in wayland at this time
by adrianinsaval
Tue Mar 12, 2024 12:02 am
Forum: Help on using FreeCAD
Topic: Local LCS in Part not Attached
Replies: 12
Views: 901

Re: Local LCS in Part not Attached

Here's my patch: https://github.com/FreeCAD/FreeCAD/pull ... 1985750506 you can try applying it yourself to assembly4
by adrianinsaval
Mon Mar 11, 2024 11:08 pm
Forum: Help on using FreeCAD
Topic: Local LCS in Part not Attached
Replies: 12
Views: 901

Re: Local LCS in Part not Attached

The support property of attachments has been renamed to AttachmentSupport because it was conflicting with another property. Third party code that reference this property need to be updated to match. I provided a patch (although untested) to zolko but I guess he didn't use it
by adrianinsaval
Fri Mar 08, 2024 4:27 pm
Forum: Install / Compile
Topic: 0.21.2 AppImage on Arch Linux
Replies: 2
Views: 283

Re: 0.21.2 AppImage on Arch Linux

Please provide the error message