Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658520 - dev-qt/qtgui-5.9.6: visual regression in widgets and dialogs
Summary: dev-qt/qtgui-5.9.6: visual regression in widgets and dialogs
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Qt Bug Alias
URL: https://bugreports.qt.io/browse/QTBUG...
Whiteboard:
Keywords: PATCH
: 658478 (view as bug list)
Depends on:
Blocks: qt-5.9.6-stable
  Show dependency tree
 
Reported: 2018-06-19 19:09 UTC by Theofilos Intzoglou
Modified: 2018-06-23 17:04 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
revert-restoring-geometry-of-dockwidget.patch (revert.patch,5.42 KB, patch)
2018-06-20 18:23 UTC, Andreas Sturmlechner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Theofilos Intzoglou 2018-06-19 19:09:47 UTC
A bug fix in the 5.9.6 version of qt introduced a regression which appears in kdevelop and dolphin. (https://bugreports.qt.io/browse/QTBUG-68939)
Comment 1 Andreas Sturmlechner gentoo-dev 2018-06-19 19:24:58 UTC
*** Bug 658478 has been marked as a duplicate of this bug. ***
Comment 2 Andreas Sturmlechner gentoo-dev 2018-06-20 18:23:21 UTC
Created attachment 536614 [details, diff]
revert-restoring-geometry-of-dockwidget.patch

Reverting the problematic commit is one way to fix this, unless upstream figures out a proper fix.

Please test the attached patch.
Comment 3 Bernd Buschinski 2018-06-23 08:19:54 UTC
I noticed that kdevelop, dolphin and digikam are affected by this bug. Very annoying. I will test the attached patch soon.
Comment 4 Bernd Buschinski 2018-06-23 13:34:29 UTC
So I put the patch under
/etc/portage/patches/dev-qt/qtwidgets
and re-emerged qtwidgets (not qtgui!)

and everything seems fine.
Tested: kdevelop, dolphin and digikam
Comment 5 Larry the Git Cow gentoo-dev 2018-06-23 17:04:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77dc5d2fccd783c2826bc5828ad493dbf1ed5415

commit 77dc5d2fccd783c2826bc5828ad493dbf1ed5415
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-06-23 16:37:45 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-06-23 16:43:53 +0000

    dev-qt/qtwidgets: Revert 5.9.6 runtime regression
    
    Reported-by: Theofilos Intzoglou <int.teo@gmail.com>
    Tested-by: Bernd Buschinski <b.buschinski@googlemail.com>
    Closes: https://bugs.gentoo.org/658520
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 ...5.9.6-QDockWidget-revert-restore-geometry.patch | 115 +++++++++++++++++++++
 dev-qt/qtwidgets/qtwidgets-5.9.6-r1.ebuild         |  59 +++++++++++
 2 files changed, 174 insertions(+)