Summary: | System settings crashes on wayland when changing sections ( randomly ) | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Alexandre Pereira <pereira.alex> |
Component: | general | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | shubhamarora |
Priority: | NOR | Keywords: | drkonqi |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kguiaddons/commit/3baa1edf47b95fa3a4f9ad205f2ef78a46af74e8 | Version Fixed In: | |
Sentry Crash Report: |
Description
Alexandre Pereira
2020-11-17 21:53:53 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kguiaddons/-/merge_requests/7 Git commit 3baa1edf47b95fa3a4f9ad205f2ef78a46af74e8 by David Edmundson. Committed on 18/11/2020 at 12:21. Pushed by davidedmundson into branch 'master'. Fix potential crash in wayland inhibitor teardown The manager is bound by the ClientExtension when the global is announced. If we're not bound there is nothing to destroy. This could happen if run against a wayland compositor without keyboard inhibition support or managed to close before the registry is announced. We do not need a matching guard in ShortcutsInhibitor as that is bound on creation. M +3 -1 src/recorder/waylandinhibition.cpp https://invent.kde.org/frameworks/kguiaddons/commit/3baa1edf47b95fa3a4f9ad205f2ef78a46af74e8 *** Bug 444904 has been marked as a duplicate of this bug. *** |