SUMMARY Wraparound of the virtual desktop number via the mouse wheel is broken. STEPS TO REPRODUCE 1. Setup at least 4 virtual desktop 2. Enable the the menu bar widget 3. In the control panel, enable "circular navigation" 4. select the first virtual destop 5. with the MW, scroll to selected the next desktop, 4 times OBSERVED RESULT The 4th time the 1st desktop is not selected, showing that "circular navigation" is broken EXPECTED RESULT The 1st desktop should be selected SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Linux Fedora 37 KDE Plasma Version: 5.26.4 KDE Frameworks Version: 5.101.0 Qt Version: 5.15.7 Graphical subsystem: X11
from first to last too btw.
What do you mean exactly by "Enable the the menu bar widget"? What thing are you specifically scrolling over to make this happen?
(In reply to Nate Graham from comment #2) > What do you mean exactly by "Enable the the menu bar widget"? > > What thing are you specifically scrolling over to make this happen? You place the mouse cursor over the "desktop manager" and you use the mouse whell to select another desktop. In the past when you did that while the last desktop was active then the first when got selected, now it is not anymore.
(In reply to b2.temp from comment #3) > (In reply to Nate Graham from comment #2) > > What do you mean exactly by "Enable the the menu bar widget"? > > > > What thing are you specifically scrolling over to make this happen? > > You place the mouse cursor over the "desktop manager" and you use the mouse > whell to select another desktop. > In the past when you did that while the last desktop was active then the > first when got selected, now it is not anymore. the first one* got selected
The problem is actually that the setting seems to be a noop when defined from the control panel you obtain from `kcmshell5 kcm_kwin_virtualdesktops`. When defined from the panel you obtain using the context menu of the virtual desktop selector then the setting is handled correctly.
Aha! This is in fact expected behavior. The setting in the control panel only affects wrap when scrolling on the desktop or using global keyboard shortcuts. The setting in the settings window of the Pager widget only affects wrap when scrolling over the Pager widget.