Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 770097 - kde-plasma/kde-gtk-config pollutes stdout when starting a GTK application
Summary: kde-plasma/kde-gtk-config pollutes stdout when starting a GTK application
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-02-11 16:37 UTC by Michal Privoznik
Modified: 2021-02-12 20:55 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Privoznik 2021-02-11 16:37:44 UTC
I've noticed that whenever a GTK application is started the stdout is polluted with the following message:
    
  WINDOW DECORATIONS RELOADED
    
After some research I came across KDE bug:
    
  https://bugs.kde.org/show_bug.cgi?id=431365
    
which says the message is a debug message and could be dropped. In the upstream repository, the following commit was merged which does exactly that:
    
  https://invent.kde.org/plasma/kde-gtk-config/-/commit/62e272df848d6848482ceb534d14bf36c9fde241.patch


It would be nice to backport the commit until the version of kde-gtk-config is bumped.
Comment 1 Larry the Git Cow gentoo-dev 2021-02-12 20:55:47 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=117c55dda3e55d36d869c69f9abb4290b7368500

commit 117c55dda3e55d36d869c69f9abb4290b7368500
Author:     Michal Privoznik <mprivozn@redhat.com>
AuthorDate: 2021-02-11 16:29:19 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2021-02-12 20:55:39 +0000

    kde-plasma/kde-gtk-config: Don't print debug message
    
    I've noticed that whenever a GTK application is started the
    stdout is polluted with the following message:
    
    WINDOW DECORATIONS RELOADED
    
    After some research I came across KDE bug:
    
      https://bugs.kde.org/show_bug.cgi?id=431365
    
    which says the message is a debug message and could be dropped.
    In the upstream repository, the following commit was merged which
    does exactly that:
    
    https://invent.kde.org/plasma/kde-gtk-config/-/commit/62e272df848d6848482ceb534d14bf36c9fde241.patch
    
    Backport the commit until the version of kde-gtk-config is
    bumped.
    
    Closes: https://bugs.gentoo.org/770097
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    Closes: https://github.com/gentoo/gentoo/pull/19415
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 ...config-5.20.5-window-decorations-reloaded.patch | 24 +++++++++
 .../kde-gtk-config/kde-gtk-config-5.20.5-r1.ebuild | 59 ++++++++++++++++++++++
 2 files changed, 83 insertions(+)