https://bugs.kde.org/show_bug.cgi?id=427106

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk
             Status|REPORTED                    |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> ---
>Virtual desktop widget is not showing on the taskbar.

That says alot. We think has no virtual desktops

```
void SwitchDesktop::performNextAction() calls

m_virtualDesktopInfo->requestActivate(desktopIds.at(nextDesktopIndex));
```

is run but desktopIds will be empty, so this array access is out of bounds.

I'll add a guard. It'll fix the crash, but that doesn't explain the broken
setup.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to