<?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>483513</bug_id>
          
          <creation_ts>2024-03-14 05:08:57 +0000</creation_ts>
          <short_desc>after color scheme edit, kcm_colors is unresponsive to further edits (X11 only)</short_desc>
          <delta_ts>2024-09-30 20:25:52 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>systemsettings</product>
          <component>kcm_colors</component>
          <version>6.0.2</version>
          <rep_platform>Neon</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>qt6</keywords>
          <priority>NOR</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="S. Christian Collins">s_chriscollins</reporter>
          <assigned_to name="Plasma Bugs List">plasma-bugs-null</assigned_to>
          <cc>formicant</cc>
    
    <cc>karl</cc>
    
    <cc>kde</cc>
    
    <cc>nate</cc>
    
    <cc>noahadvs</cc>
    
    <cc>sergmachine</cc>
    
    <cc>tantalising007</cc>
    
    <cc>uhhadd</cc>
          
          <cf_commitlink>https://invent.kde.org/plasma/plasma-workspace/-/commit/055b99fc3c1e82ed087995a2f329f2b794bd70ff</cf_commitlink>
          <cf_versionfixedin>6.2.0</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2300588</commentid>
    <comment_count>0</comment_count>
    <who name="S. Christian Collins">s_chriscollins</who>
    <bug_when>2024-03-14 05:08:57 +0000</bug_when>
    <thetext>SUMMARY
After editing a color scheme, trying to edit a second color scheme does nothing. This bug happens in X11, but does not happen in Wayland.


STEPS TO REPRODUCE
1. Go to System Settings → Colors &amp; Themes → Colors.
2. Click the pencil icon to edit any theme. The KColorSchemeEditor window will appear.
3. Close the KColorSchemeEditor window. 
4. Click the pencil icon to edit any theme.

OBSERVED RESULT
Nothing happens.

EXPECTED RESULT
The KColorSchemeEditor window should appear to allow editing the theme.

SOFTWARE/OS VERSIONS
Linux: KDE neon 6.0
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION
This is possibly caused by the same underlying issue as bug #483511.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2310129</commentid>
    <comment_count>1</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2024-04-10 16:03:38 +0000</bug_when>
    <thetext>*** Bug 485311 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2310349</commentid>
    <comment_count>2</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2024-04-11 01:11:06 +0000</bug_when>
    <thetext>*** Bug 483991 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2337089</commentid>
    <comment_count>3</comment_count>
    <who name="Karl Ove Hufthammer">karl</who>
    <bug_when>2024-07-13 10:04:56 +0000</bug_when>
    <thetext>Still happens with Plasma 6.1.2, but with a difference from the initial description. The first first time you click on the pencil, the KColorSchemeEditor window appears. But the second time you click on the pencil (after having closed the KColorSchemeEditor window), a menu with only the item ‘Edit Color Scheme...’ appears. However, it’s not possible to click on this menu item, as it disappears when you move the mouse pointer to hover over it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2355041</commentid>
    <comment_count>4</comment_count>
    <who name="Albert Astals Cid">aacid</who>
    <bug_when>2024-09-16 21:16:45 +0000</bug_when>
    <thetext>Git commit 1be4d42c01f5ce2f910512718f6642f27446722e by Albert Astals Cid.
Committed on 16/09/2024 at 21:16.
Pushed by aacid into branch &apos;master&apos;.

Fix relaunching the color scheme editor from the kcm in X11

Without this connect the process doesn&apos;t end when going through this
codepath and closing the window

M  +1    -0    kcms/colors/editor/kcolorschemeeditor.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/1be4d42c01f5ce2f910512718f6642f27446722e</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2355045</commentid>
    <comment_count>5</comment_count>
    <who name="Albert Astals Cid">aacid</who>
    <bug_when>2024-09-16 21:54:15 +0000</bug_when>
    <thetext>Git commit 055b99fc3c1e82ed087995a2f329f2b794bd70ff by Albert Astals Cid.
Committed on 16/09/2024 at 21:54.
Pushed by aacid into branch &apos;Plasma/6.2&apos;.

Fix relaunching the color scheme editor from the kcm in X11

Without this connect the process doesn&apos;t end when going through this
codepath and closing the window
(cherry picked from commit 1be4d42c01f5ce2f910512718f6642f27446722e)

M  +1    -0    kcms/colors/editor/kcolorschemeeditor.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/055b99fc3c1e82ed087995a2f329f2b794bd70ff</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2361318</commentid>
    <comment_count>6</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2024-09-30 20:25:52 +0000</bug_when>
    <thetext>*** Bug 493818 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>