Begrüßungsbildschirm

From FreeCAD Documentation
Revision as of 07:22, 1 August 2023 by FBXL5 (talk | contribs) (Created page with "==Beschreibung==")

Beschreibung

Der Begrüßungsbildschirm ist ein Bild, das während des Starts von FreeCAD erscheint. Du kannst den Begrüßungsbildschirm im Einstellungsmenü von FreeCAD deaktivieren, indem du die Option "Begrüßungsbildschirm beim Start aktivieren" entfernst.

Custom splash screen

To use a custom splash screen, you have to place an image named splash_image.png in one of the following directories depending on the operating system:

  • Linux: $XDG_DATA_HOME/FreeCAD/Gui/images/ (normally this corresponds to ~/.local/share/FreeCAD/Gui/images/)
  • Windows: %APPDATA%\FreeCAD\Gui\images\ (normally C:\Users\username\AppData\Roaming\FreeCAD\Gui\images\)
  • MacOS: ~/Library/Application Support/FreeCAD/Gui/images/

The directory can be found using the App.getUserAppDataDir() command in the Python console. The Gui and images folders may have to be created first. The same custom splash screen will be used for all versions of FreeCAD on a given computer.