<?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>419961</bug_id>
          
          <creation_ts>2020-04-11 14:23:49 +0000</creation_ts>
          <short_desc>Scrolling no longer works on desktop</short_desc>
          <delta_ts>2021-03-24 21:38:06 +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>general</component>
          <version>5.18.4</version>
          <rep_platform>Manjaro</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>419878</dup_id>
          
          <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 name="shawn">shitm8e</reporter>
          <assigned_to name="David Edmundson">kde</assigned_to>
          <cc>bugseforuns</cc>
    
    <cc>nate</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>1921617</commentid>
    <comment_count>0</comment_count>
    <who name="shawn">shitm8e</who>
    <bug_when>2020-04-11 14:23:49 +0000</bug_when>
    <thetext>Scrolling no longer works on desktop

STEPS TO REPRODUCE
1. Update to plasma 5.18.4? (at least that when the problem started happening)
2. Click on desktop
3. Use scroll wheel

EXPECTED RESULTS
Should switch between virtual desktops or do whatever &quot;right click &gt; configure desktop &gt; mouse actions &gt; vertical scroll&quot; is set to do.

ACTUAL RESULTS
Nothing happens. 


OTHER NOTES
Change virtual desktop with any other mouse button works. 
Scrolling in other applications still works. 
Scrolling with mouse over virtual desktop icon on taskbar works.
&quot;qdbus org.kde.KWin /KWin nextDesktop&quot; command works as expected. (Should I be posting this report under kwin?)
~/.config/plasma-org.kde.plasma.desktop-appletsrc  has been reset to no effect.
Bug 413104 seems similar but no solution has been provided in that thread.


SOFTWARE/OS VERSIONS
OS: Manjaro
KDE Plasma Version: 5.18.4
KDE Frameworks Version: 5.68.0
Qt Version: 5.14.2</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1921654</commentid>
    <comment_count>1</comment_count>
    <who name="Patrick Silva">bugseforuns</who>
    <bug_when>2020-04-11 22:56:37 +0000</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 419867 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1921665</commentid>
    <comment_count>2</comment_count>
    <who name="shawn">shitm8e</who>
    <bug_when>2020-04-12 02:59:00 +0000</bug_when>
    <thetext>I created a temporary workaround with xbindkeys and xdotool.

In ~/.xbindkeysrc I added the lines:

&quot;bash /home/username/scroll_down.sh&quot;
    b:5
&quot;bash /home/username/scroll_up.sh&quot;
    b:4


The contents of the shell files are:

#!/bin/bash
eval $(xdotool getmouselocation --shell)
echo $WINDOW
name=$(xdotool getwindowname $WINDOW)
base=&quot;Desktop — Plasma&quot;

if [ &quot;$name&quot; = &quot;$base&quot; ]; then
    echo succ
    qdbus org.kde.KWin /KWin nextDesktop
fi

With &quot;nextDesktop&quot; in the scroll_down/sh file and &quot;previousDesktop&quot; in the scroll_up.sh file.
The &quot;qdbus&quot; command could also be replaces with &quot;xdotool set_desktop&quot;

This assumes that you have two desktops stacked vertically.
Also there is no wrap around scrolling.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1921666</commentid>
    <comment_count>3</comment_count>
    <who name="shawn">shitm8e</who>
    <bug_when>2020-04-12 03:13:56 +0000</bug_when>
    <thetext>forgot to remove unnecessary &quot;echo $WINDOW&quot; and &quot;echo succ&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2019076</commentid>
    <comment_count>4</comment_count>
    <who name="Nate Graham">nate</who>
    <bug_when>2021-03-24 21:38:06 +0000</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 419878 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>