Splash screen

From FreeCAD Documentation
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page is a translated version of the page Splash screen and the translation is 17% complete.
Outdated translations are marked like this.

Description

La pantalla de bienvenida es una imagen que aparece durante el inicio de FreeCAD. Puedes desactivar la pantalla de bienvenida en el menú Preferencias de FreeCAD eliminando la opción "Activar la pantalla de bienvenida al inicio".

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.