From b6208c6a4d81f62cedbd0a1b002334ff43856763 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sat, 27 Feb 2016 01:56:14 +0100 Subject: Fix 'empty systray icons' for applications that use the Xembed protocol. Xembed issue is KDEBUG 359388. Fix a crash in plasma too; KDEBUG 357895. --- .../plasma-framework_KDEBUG_357895.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 kde/patch/plasma-framework/plasma-framework_KDEBUG_357895.patch (limited to 'kde/patch/plasma-framework/plasma-framework_KDEBUG_357895.patch') diff --git a/kde/patch/plasma-framework/plasma-framework_KDEBUG_357895.patch b/kde/patch/plasma-framework/plasma-framework_KDEBUG_357895.patch new file mode 100644 index 0000000..9480314 --- /dev/null +++ b/kde/patch/plasma-framework/plasma-framework_KDEBUG_357895.patch @@ -0,0 +1,24 @@ +From: David Rosca +Date: Mon, 15 Feb 2016 18:05:26 +0000 +Subject: WindowThumbnail: Discard glx pixmap in stopRedirecting() +X-Git-Url: http://quickgit.kde.org/?p=plasma-framework.git&a=commitdiff&h=1e196fdfb2a6eaf1664e1155c086616d55c6712b +--- +WindowThumbnail: Discard glx pixmap in stopRedirecting() + +BUG: 357895 +FIXED-IN: 5.20 +REVIEW: 127072 +--- + + +--- a/src/declarativeimports/core/windowthumbnail.cpp ++++ b/src/declarativeimports/core/windowthumbnail.cpp +@@ -584,6 +584,7 @@ + return; + } + xcb_composite_unredirect_window(c, m_winId, XCB_COMPOSITE_REDIRECT_AUTOMATIC); ++ discardPixmap(); + if (m_damage == XCB_NONE) { + return; + } + -- cgit v1.2.3