Eingangsbildschirm

From FreeCAD Documentation
This page is a translated version of the page Splash screen and the translation is 67% complete.

Beschreibung

Der Begrüßungsbildschirm (Splash-Screen) ist ein Bild, das während des Starts von FreeCAD erscheint. Für jede neue Veröffentlichung wird er in einer offenen Abstimmung aus Beiträgen von Anwendern ausgewählt. Der Begrüßungsbildschirm kann im Voreinstellungseditor ausgeschaltet werden, indem die Option "Splashscreen beim Starten anzeigen" deaktiviert wird.

Benutzerdefinierter Begrüßungsbildschirm

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.