<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>382115</bug_id>
          
          <creation_ts>2017-07-08 06:24:03 +0000</creation_ts>
          <short_desc>Rendering artifacts on desktop Icon Text after resume from suspend.</short_desc>
          <delta_ts>2019-06-21 12:06:54 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Plasma</classification>
          <product>plasmashell</product>
          <component>Containment</component>
          <version>5.10.3</version>
          <rep_platform>Kubuntu</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>UPSTREAM</resolution>
          
          <see_also>https://bugs.kde.org/show_bug.cgi?id=364766</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>1.0</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter>dallas.johnston</reporter>
          <assigned_to name="Sebastian Kügler">sebas</assigned_to>
          <cc>adrian.kalla</cc>
    
    <cc>ivnitsky.a</cc>
    
    <cc>kde</cc>
    
    <cc>layneparlor</cc>
    
    <cc>owen</cc>
    
    <cc>plasma-bugs-null</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1687511</commentid>
    <comment_count>0</comment_count>
    <who name="">dallas.johnston</who>
    <bug_when>2017-07-08 06:24:03 +0000</bug_when>
    <thetext>Machine Environment:

Ubuntu 17.04 (64-bit)
Kernel: 4.10.0-26-generic

Graphics Cards: NVIDIA GeForce GTX 750 (3 monitors) Driver Version 381.22, Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (1 monitor) Driver is i915.
X-Server 7.7
XDG_SESSION_DESKTOP=plasma
GDMSESSION=plasma

Plasma 5.10.3 - All backported from Kubuntu
KDE Frameworks 5.35.0
Qt 5.7.1

⟩ cat /etc/systemd/system/display-manager.service
[Unit]
Description=Light Display Manager
Documentation=man:lightdm(1)
Conflicts=getty@tty7.service plymouth-quit.service
After=systemd-user-sessions.service getty@tty7.service plymouth-quit.service

[Service]
# temporary safety check until all DMs are converted to correct
# display-manager.service symlink handling
ExecStartPre=/bin/sh -c &apos;[ &quot;$(basename $(cat /etc/X11/default-display-manager 2&gt;/dev/null))&quot; = &quot;lightdm&quot; ]&apos;
ExecStart=/usr/sbin/lightdm
Restart=always
BusName=org.freedesktop.DisplayManager

Steps to reproduce:
Click on &quot;Plasma Start Icon &gt; Leave &gt; System:Suspend&quot;
Resume computer from suspend mode.

Result:
http://i.imgur.com/t4S8kMS.png
Also seems to affect VS Code&apos;s minimap (http://i.imgur.com/UgFSZ2X.png)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1687541</commentid>
    <comment_count>1</comment_count>
    <who name="Christoph Feck">cfeck</who>
    <bug_when>2017-07-08 11:28:17 +0000</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 344326 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1687557</commentid>
    <comment_count>2</comment_count>
    <who name="Martin Flöser">mgraesslin</who>
    <bug_when>2017-07-08 13:37:04 +0000</bug_when>
    <thetext>This is not a duplicate though the main issue is the same. Any application using OpenGL needs the same adjustments as KWin did. That is Qt needs to react on the context lost and recreate the QtQuick scene. AFAIK Qt does not create robust contexts, so it has no chance to react on that issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1688473</commentid>
    <comment_count>3</comment_count>
    <who name="Owen">owen</who>
    <bug_when>2017-07-13 09:34:30 +0000</bug_when>
    <thetext>Also having this issue

See this question on stackexchange:

https://unix.stackexchange.com/questions/372710/kde5-after-resume-from-suspend-i-have-corrupted-labels-under-icons/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1689275</commentid>
    <comment_count>4</comment_count>
    <who name="Christoph Feck">cfeck</who>
    <bug_when>2017-07-17 17:41:49 +0000</bug_when>
    <thetext>According to comment #2, this needs fixing in Qt for its OpenGL usage in QtQuick, similar to the fix in KWin for its OpenGL usage in the compositor.

Please report this issue directly to Qt developers via https://bugreports.qt.io/

The change in Qt should look similar to https://phabricator.kde.org/D6344</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1689698</commentid>
    <comment_count>5</comment_count>
    <who name="Owen">owen</who>
    <bug_when>2017-07-19 11:35:33 +0000</bug_when>
    <thetext>(In reply to Christoph Feck from comment #4)
&gt; According to comment #2, this needs fixing in Qt for its OpenGL usage in
&gt; QtQuick, similar to the fix in KWin for its OpenGL usage in the compositor.
&gt; 
&gt; Please report this issue directly to Qt developers via
&gt; https://bugreports.qt.io/
&gt; 
&gt; The change in Qt should look similar to https://phabricator.kde.org/D6344

OK, thanks, seems they are aware

https://bugreports.qt.io/browse/QTBUG-56610?jql=text%20~%20%22nvidia%22</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1862846</commentid>
    <comment_count>6</comment_count>
    <who name="Andrei Ivnitskii">ivnitsky.a</who>
    <bug_when>2019-06-14 16:16:47 +0000</bug_when>
    <thetext>Kubuntu 19.04

KDE 5.15
Qt 5.12
Nvidia GTX 1060 (418 driver)

https://hostingkartinok.com/show-image.php?id=37f0bda79a62ad503d08309a6f5595d5

Bug still present. I try nouveau driver, but without success.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1864501</commentid>
    <comment_count>7</comment_count>
    <who name="Andrei Ivnitskii">ivnitsky.a</who>
    <bug_when>2019-06-21 12:06:54 +0000</bug_when>
    <thetext>Workaround https://bugs.kde.org/show_bug.cgi?id=364766#c78</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>