Ekran powitalny

From FreeCAD Documentation
Revision as of 12:25, 29 July 2023 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Description

Ekran powitalny to obraz, który jest prezentowany podczas uruchamiania programu FreeCAD. Możesz wyłączyć wyświetlanie ekran powitalnego w menu Preferencji FreeCAD, wyłaczając opcję Włącz ekran powitalny podczas uruchamiania.

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.