https://bugs.kde.org/show_bug.cgi?id=462892
--- Comment #1 from Alexey Andreyev <aa...@ya.ru> --- (In reply to genghiskhan from comment #0) > Is this a bug or is this program exclusive to Wayland? > There are distros using X, which I use because of some programs I need, and > it would be nice to make calls from desktop. > > Tested on Alpine Linux. Hi! Yeah, unfortunately for X11, the default build uses Wayland-specific feature, kde_lockscreen_overlay_v1 (https://invent.kde.org/plasma-mobile/plasma-dialer/-/blob/d59dc52006707d7f94d93142d94ac19c03cea954/plasma-dialer/org.kde.phone.dialer.desktop#L82). This feature provides dialer UI on top of the lockscreen and is not implemented for X11. Currently it's even kwin and plasma-wayland-protocols specific (see also: https://invent.kde.org/libraries/plasma-wayland-protocols/-/merge_requests/41 and https://invent.kde.org/plasma/kwin/-/merge_requests/2385) There's CMakeLists DIALER_BUILD_SHELL_OVERLAY option for it: https://invent.kde.org/plasma-mobile/plasma-dialer/-/blob/d59dc52006707d7f94d93142d94ac19c03cea954/CMakeLists.txt#L10 Turning it off at built time should prevent the crash at X11 environment. Not sure is it makes sense to try to detect it at runtime, but ready to think about better implementations. -- You are receiving this mail because: You are watching all bug changes.