Bug 133024

Summary: Misplaced text on splash screen
Product: LibreOffice Reporter: Heiko Tietze <heiko.tietze>
Component: UIAssignee: Heiko Tietze <heiko.tietze>
Status: RESOLVED FIXED    
Severity: normal CC: mikekaganski
Priority: medium    
Version: 7.0.0.0.alpha0+   
Hardware: All   
OS: All   
Whiteboard: target:7.0.0
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 130778    
Attachments: Today's splash screen

Description Heiko Tietze 2020-05-14 06:28:06 UTC
Reported in bug 130778 comment 33, see attachment 159805 [details]
Comment 1 Heiko Tietze 2020-05-14 10:00:30 UTC
Not a surprise that Linux has no text in splash screen 

unxsplash.cxx:

void SAL_CALL UnxSplashScreen::setText( const OUString& /*aText*/ )
{
    // TODO?
}
Comment 2 Heiko Tietze 2020-05-14 13:18:41 UTC
Please check the nightly builds. Not sure if the value is okay.
Comment 3 Commit Notification 2020-05-14 13:19:14 UTC
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.
Comment 4 Mike Kaganski 2020-05-15 08:26:13 UTC
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.
Comment 5 Commit Notification 2020-05-15 12:57:34 UTC
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.
Comment 6 Heiko Tietze 2020-07-13 10:44:20 UTC
Seems to be fixed now.