Splash screen/de: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "==Benutzerdefinierter Begrüßungsbildschirm==")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
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.


<span id="Description"></span>
[[Category:User Documentation]]
==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 [[Preferences_Editor/de|Voreinstellungseditor]] ausgeschaltet werden, indem die Option "Splashscreen beim Starten anzeigen" deaktiviert wird.

<span id="Custom_splash_screen"></span>
==Benutzerdefinierter Begrüßungsbildschirm==

To use a custom splash screen, you have to place an image named {{FileName|splash_image.png}} in one of the following directories depending on the operating system:
* '''Linux:''' {{FileName|$XDG_DATA_HOME/FreeCAD/Gui/images/}} (normally this corresponds to {{FileName|~/.local/share/FreeCAD/Gui/images/}})
* '''Windows:''' {{FileName|%APPDATA%\FreeCAD\Gui\images\}} (normally {{FileName|C:\Users\username\AppData\Roaming\FreeCAD\Gui\images\}})
* '''MacOS:''' {{FileName|~/Library/Application Support/FreeCAD/Gui/images/}}

The directory can be found using the {{Incode|App.getUserAppDataDir()}} command in the [[Python_console|Python console]]. The {{Incode|Gui}} and {{Incode|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.


[[Category:User_Documentation{{#translation:}}]]

Latest revision as of 07:30, 1 August 2023

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.