<?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>406130</bug_id>
          
          <creation_ts>2019-04-02 03:38:03 +0000</creation_ts>
          <short_desc>Keyboard shortcut for wallpaper change</short_desc>
          <delta_ts>2025-05-28 02:21:22 +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>Image &amp; Slideshow wallpaper plugins</component>
          <version>5.15.3</version>
          <rep_platform>Arch Linux</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></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>1.0</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="snipsnapsno">c_pan</reporter>
          <assigned_to name="Marco Martin">notmart</assigned_to>
          <cc>38mq8</cc>
    
    <cc>lukas</cc>
    
    <cc>mascot26</cc>
    
    <cc>mattbunse</cc>
    
    <cc>nate</cc>
    
    <cc>plasma-bugs-null</cc>
          
          <cf_commitlink>https://invent.kde.org/plasma/plasma-workspace/-/commit/29b57387e8887b4eab1f7fb92469bcb9eab43fb2</cf_commitlink>
          <cf_versionfixedin>6.5.0</cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1848094</commentid>
    <comment_count>0</comment_count>
    <who name="snipsnapsno">c_pan</who>
    <bug_when>2019-04-02 03:38:03 +0000</bug_when>
    <thetext>SUMMARY

A keyboard shortcut for the &quot;Next Wallpaper Image&quot; on the desktop context menu would be very helpful.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1862927</commentid>
    <comment_count>1</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2019-06-14 22:30:12 +0000</bug_when>
    <thetext>*** Bug 408314 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1951022</commentid>
    <comment_count>2</comment_count>
    <who name="">mattbunse</who>
    <bug_when>2020-08-16 02:39:21 +0000</bug_when>
    <thetext>I&apos;m also hoping this can be implemented. I&apos;ve spent some time looking for a acceptable workaround and there isn&apos;t a good one I can see.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1964379</commentid>
    <comment_count>3</comment_count>
    <who name="Matt Scott">mascot26</who>
    <bug_when>2020-10-13 02:01:40 +0000</bug_when>
    <thetext>Have found a simple enough shell-based workaround for now which can be attached to a keyboard shortcut if desired. A new wallpaper is selected when you change the SlideInterval config item, so quickly changing it (then back again) via dbus does the job fine:


nextslidescript=&apos;var allDesktops = desktops();

for (i=0;i&lt;allDesktops.length;i++) {
    d = allDesktops[i];
    d.currentConfigGroup = Array(&quot;Wallpaper&quot;, &quot;org.kde.slideshow&quot;, &quot;General&quot;);
    var currSlideInt = d.readConfig(&quot;SlideInterval&quot;)
    d.writeConfig(&quot;SlideInterval&quot;, currSlideInt + 1);
    d.writeConfig(&quot;SlideInterval&quot;, currSlideInt)
};
&apos;

qdbus org.kde.plasmashell /PlasmaShell org.kde.PlasmaShell.evaluateScript &quot;$nextslidescript&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2427235</commentid>
    <comment_count>4</comment_count>
    <who name="Bug Janitor Service">bug-janitor</who>
    <bug_when>2025-05-24 20:07:39 +0000</bug_when>
    <thetext>A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/5521</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2427831</commentid>
    <comment_count>5</comment_count>
    <who name="Kai Uwe Broulik">kde</who>
    <bug_when>2025-05-27 08:41:11 +0000</bug_when>
    <thetext>Git commit 29b57387e8887b4eab1f7fb92469bcb9eab43fb2 by Kai Uwe Broulik.
Committed on 27/05/2025 at 08:26.
Pushed by broulik into branch &apos;master&apos;.

wallpapers/slideshow: Allow setting global shortcut for next image action

Moves the action to the backend plugin so it can talk to KGlobalAccel.
Can be handy to have a shortcut rather than having to use the menu every time.

M  +8    -14   wallpapers/image/imagepackage/contents/ui/main.qml
M  +1    -0    wallpapers/image/plugin/CMakeLists.txt
M  +14   -0    wallpapers/image/plugin/imagebackend.cpp
M  +7    -0    wallpapers/image/plugin/imagebackend.h

https://invent.kde.org/plasma/plasma-workspace/-/commit/29b57387e8887b4eab1f7fb92469bcb9eab43fb2</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>