Reported in bug 130778 comment 33, see attachment 159805 [details]
Not a surprise that Linux has no text in splash screen unxsplash.cxx: void SAL_CALL UnxSplashScreen::setText( const OUString& /*aText*/ ) { // TODO? }
Please check the nightly builds. Not sure if the value is okay.
Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a165bb8565539e2d0533362a99236829c23e9be8 Resolves tdf#133024 - Position of text in splash screen It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Created attachment 160845 [details] Today's splash screen (In reply to Heiko Tietze from comment #2) > Please check the nightly builds. Not sure if the value is okay. Almost there. I suppose that moving it down to the same amount would be okay.
Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/692efa7bdaf8d143602f23520c230202f2bafdf7 Resolves tdf#133024 - Position of text in splash screen It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Seems to be fixed now.