FreeCAD / FreeCAD-Bundle

Stand-alone repo to Build and Deploy installable FreeCAD images
https://freecad.org
GNU Lesser General Public License v2.1
222 stars 57 forks source link

Theme can not be applied #256

Closed borish43b closed 2 days ago

borish43b commented 2 weeks ago

I am not able to change the theme.

Steps:

  1. Select "Edit -> Preferences..."
  2. Change "Theme" in the "General::General" section
  3. Click "Apply" or "OK"

Expected behavior: The theme is changes to the selected one

Observed behavior: The following error is yielded: boost::filesystem::create_directories: Zugriff verweigert [system:5]: "C:\Users\[[USERNAME]]\AppData\Roaming\FreeCAD\SavedPreferencePacks\Backups", "C:\Users\[[USERNAME]]\AppData\Roaming\FreeCAD" The theme is NOT applied.

Additions:

Build info: OS: Windows 10 build 19045 Word size of FreeCAD: 64-bit Version: 0.22.0dev.37730 (Git) Build type: Release Branch: main Hash: 30f7f2688921e6e5242beaa9d71e0fdd844b20e3 Python 3.11.9, Qt 5.15.13, Coin 4.0.2, Vtk 9.2.6, OCC 7.7.2 Locale: C/Default (C) [ OS: German/Germany (de_DE) ]

borish43b commented 2 weeks ago

This is definitely an issue with the character encoding in the path (again, there had been an issues with this for the plugins a few versions back). I have created a new user “Tester” and everything worked fine. Then I have created another user “Täster” and I got the exception again.

Also applies to the newest build.

maxwxyz commented 2 days ago

Closing this for the issue in the FreeCAD repo