FreeCAD / FreeCAD/FreeCAD_Conda

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

Open
#44 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dockerfile
Stars
48
Forks
17
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by comparing the AppImage fix in commit 7d89de1c4d265ef8b5ccad72672815133a55c913 with Mod/Start/Init.py in the miniconda environment. Trace how that file is supplied by the FreeCAD_Conda recipes, then verify that the conda build makes the Start Page work on Linux without manual edits.

Written by the indexing model from the issue text.

Assessment

Tech stack
anaconda, python
Domain
desktop
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.