Summary: | Apps and system services disappeared from Shortcuts KCM | ||
---|---|---|---|
Product: | [KDE Neon] neon | Reporter: | Patrick Silva <bugseforuns> |
Component: | Packages Unstable Edition | Assignee: | Neon Bugs <neon-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jr, justin.zobel, kde, nate, neon-bugs, sitter |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/f7c35933316fb956d740864290a696c7d33e631b | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | screenshot |
Cannot reproduce. Possibly a kded5 vs kded6 issue. Are you able to reproduce this, Justin? I can't replicate this one either, I get Apps, Commands, System Settings and Common Actions. Sounds like a Neon packaging issue; moving there. I can recreate this but I don't know where the issue is Git commit f7c35933316fb956d740864290a696c7d33e631b by David Edmundson. Committed on 04/09/2023 at 16:41. Pushed by davidedmundson into branch 'master'. kcms/keys: Fix applications model load The current model calls beginResetModel then starts an asynchronous task which will finally call endResetModel. All the time m_components and thus the rowCount is changing. It is undefined to process events between begin and end calls. This patch introduced a temporary variable whilst loading components so we can make a simpler synchronous reset. M +10 -3 kcms/keys/globalaccelmodel.cpp M +1 -0 kcms/keys/globalaccelmodel.h https://invent.kde.org/plasma/plasma-desktop/-/commit/f7c35933316fb956d740864290a696c7d33e631b |
Created attachment 160540 [details] screenshot STEPS TO REPRODUCE 1. open Shortcuts KCM 2. 3. OBSERVED RESULT apps and system services are missing, only common actions are available. Please see the attached screenshot. EXPECTED RESULT apps and system services are available SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.27.80 KDE Frameworks Version: 5.240.0 Qt Version: 6.6.0 Graphics Platform: Wayland