Tela de abertura

From FreeCAD Documentation
This page is a translated version of the page Splash screen and the translation is 17% complete.
Outdated translations are marked like this.
Other languages:

Description

A tela de abertura (splash screen) é uma imagem que aparece durante a inicialização do FreeCAD. Você pode desabilitar a tela de abertura no menu Editar / Preferências do FreeCAD removendo a opção "Mostrar a tela de splash ao iniciar".

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.