realthunder / FreeCAD

Link branch FreeCAD
Other
798 stars 46 forks source link

[Problem] Can't open Document.xml (freecad project, stored as directory) from bash #1023

Closed TomSaw closed 3 months ago

TomSaw commented 3 months ago

Is there an existing issue for this?

Version

0.21 (Develop)

Full version info

FreeCAD 0.21.0 Revision: 14555 (Git shallow)

Subproject(s) affected?

None

Problem description

As expected, you can pass a project file as the first argument to freecad: Native: freecad ~/Project/MyPart.FCStd with AppImage: ~/Download/FreeCAD*.AppImage ~/Project/MyPart.FCStd

FYI Here's the freecad docs page

However, when your project is stored "as directory", passing a project directory to freecad fails:. ~/Download/FreeCAD*.AppImage ~/Project/MyPart Passing the projects Document.xml fails too: ~/Download/FreeCAD*.AppImage ~/Project/MyPart/Document.xml

Anything else?

No response

Code of Conduct