<?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>454937</bug_id>
          
          <creation_ts>2022-06-06 17:30:01 +0000</creation_ts>
          <short_desc>On Wayland, launch feedback always triggers for global-shortcut-launched apps that have `StartupNotify=false` in their desktop file</short_desc>
          <delta_ts>2022-07-09 18:03:35 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>Frameworks and Libraries</classification>
          <product>frameworks-kglobalaccel</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.kde.org/show_bug.cgi?id=451160</see_also>
    
    <see_also>https://bugs.kde.org/show_bug.cgi?id=455126</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>regression</keywords>
          <priority>VHI</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Nate Graham">nate</reporter>
          <assigned_to name="kdelibs bugs">kdelibs-bugs-null</assigned_to>
          <cc>aleixpol</cc>
    
    <cc>bugseforuns</cc>
    
    <cc>crazycableguy</cc>
    
    <cc>indecisiveautomator</cc>
    
    <cc>postix</cc>
    
    <cc>putr4.s</cc>
    
    <cc>xglooom</cc>
    
    <cc>yaomtc</cc>
          
          <cf_commitlink>https://invent.kde.org/plasma/kwin/commit/155b3cd4907e619e2ae0ec4feca873a213f839d0</cf_commitlink>
          <cf_versionfixedin>5.25.3</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2129368</commentid>
    <comment_count>0</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2022-06-06 17:30:01 +0000</bug_when>
    <thetext>See for example Spectacle. Hit the PrintScreen key to launch it and you&apos;ll see the launch feedback animation despite having `StartupNotify=false` in its desktop file.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2132221</commentid>
    <comment_count>1</comment_count>
    <who name="Patrick Silva">bugseforuns</who>
    <bug_when>2022-06-17 13:49:49 +0000</bug_when>
    <thetext>*** Bug 455455 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2132952</commentid>
    <comment_count>2</comment_count>
    <who name="Patrick Silva">bugseforuns</who>
    <bug_when>2022-06-20 10:02:13 +0000</bug_when>
    <thetext>*** Bug 455638 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2134378</commentid>
    <comment_count>3</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2022-06-24 13:50:45 +0000</bug_when>
    <thetext>*** Bug 455850 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2134380</commentid>
    <comment_count>4</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2022-06-24 13:51:46 +0000</bug_when>
    <thetext>Possibly related: Bug 455126.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2135851</commentid>
    <comment_count>5</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2022-06-29 16:13:43 +0000</bug_when>
    <thetext>*** Bug 456124 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2135925</commentid>
    <comment_count>6</comment_count>
    <who name="Bug Janitor Service">bug-janitor</who>
    <bug_when>2022-06-29 19:41:11 +0000</bug_when>
    <thetext>A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2594</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2136889</commentid>
    <comment_count>7</comment_count>
    <who name="Aleix Pol">aleixpol</who>
    <bug_when>2022-07-04 16:47:19 +0000</bug_when>
    <thetext>Git commit 78d80123f1d2efbfa00733390430ce381db9c245 by Aleix Pol.
Committed on 04/07/2022 at 15:44.
Pushed by apol into branch &apos;master&apos;.

xdgactivation: Properly prevent disabled activation notifications

The logic when checking the settings was wrong and it would always
notify unless both keys were actually disabled.

M  +4    -2    src/xdgactivationv1.cpp

https://invent.kde.org/plasma/kwin/commit/78d80123f1d2efbfa00733390430ce381db9c245</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2136890</commentid>
    <comment_count>8</comment_count>
    <who name="Aleix Pol">aleixpol</who>
    <bug_when>2022-07-04 16:48:40 +0000</bug_when>
    <thetext>Git commit 155b3cd4907e619e2ae0ec4feca873a213f839d0 by Aleix Pol Gonzalez, on behalf of Aleix Pol.
Committed on 04/07/2022 at 16:48.
Pushed by apol into branch &apos;Plasma/5.25&apos;.

xdgactivation: Properly prevent disabled activation notifications

The logic when checking the settings was wrong and it would always
notify unless both keys were actually disabled.


(cherry picked from commit 78d80123f1d2efbfa00733390430ce381db9c245)

M  +4    -2    src/xdgactivationv1.cpp

https://invent.kde.org/plasma/kwin/commit/155b3cd4907e619e2ae0ec4feca873a213f839d0</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>