FreeCAD_Conda icon indicating copy to clipboard operation
FreeCAD_Conda copied to clipboard

Conda version lacks of the "Start Page Blank" Fix.

Open onekk opened this issue 3 years ago • 0 comments

Hello, I've updated fcenv-dev miniconda environment on Linux, and I've notead that it lacks for the fix that was inserted in the AppImage build to make "Start Page" working again.

https://github.com/FreeCAD/FreeCAD-Bundle/commit/7d89de1c4d265ef8b5ccad72672815133a55c913

If needed I've done this to make it work in the actual miniconda installation:

in file:

.../miniconda3/envs/fcenv-dev/Mod/Start/Init.py

I've inserted these lines:

import os
os.environ["QTWEBENGINE_DISABLE_SANDBOX"] = "1"

Hope it helps

Regards

Carlo D.

onekk avatar Apr 07 '22 05:04 onekk