Splash screen: Difference between revisions

From FreeCAD Documentation
No edit summary
(Marked this version for translation)
 
Line 2: Line 2:
<translate>
<translate>


== Description ==
== Description == <!--T:3-->


<!--T:1-->
<!--T:1-->
The splash screen is an image that appears during the startup of FreeCAD. For each new release, it is selected in an open voting from user contributions. You can disable the splash screen in the [[Preferences_Editor|Preferences Editor]] by unchecking the option '''Enable splash screen at startup'''.
The splash screen is an image that appears during the startup of FreeCAD. For each new release, it is selected in an open voting from user contributions. You can disable the splash screen in the [[Preferences_Editor|Preferences Editor]] by unchecking the option '''Enable splash screen at startup'''.


== Custom splash screen ==
== Custom splash screen == <!--T:4-->


<!--T:5-->
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:
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/}})
* '''Linux:''' {{FileName|$XDG_DATA_HOME/FreeCAD/Gui/images/}} (normally this corresponds to {{FileName|~/.local/share/FreeCAD/Gui/images/}})
Line 14: Line 15:
* '''MacOS:''' {{FileName|~/Library/Application Support/FreeCAD/Gui/images/}}
* '''MacOS:''' {{FileName|~/Library/Application Support/FreeCAD/Gui/images/}}


<!--T:6-->
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.
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.



Latest revision as of 12:24, 29 July 2023

Description

The splash screen is an image that appears during the startup of FreeCAD. For each new release, it is selected in an open voting from user contributions. You can disable the splash screen in the Preferences Editor by unchecking the option Enable splash screen at startup.

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.