| Summary: | plasma shell crash when I clicked on [Leave] menu | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | jacky lau <jacky> |
| Component: | general | Assignee: | David Edmundson <kde> |
| Status: | RESOLVED MOVED | ||
| Severity: | crash | CC: | plasma-bugs-null |
| Priority: | NOR | Keywords: | drkonqi |
| Version First Reported In: | 5.15.3 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
jacky lau
2019-03-22 10:49:46 UTC
I'm not using LightDM, I'm using sddm 0.17.0 After reading and tracing the code of plasmashell and sddm, I found this problem is cause by sddm failed to register "/org/freedesktop/DisplayManager/Seat-1" to dbus by using QDBusConnection::registerObject(). I change my seat name from seat-1 to seat_1, plasmashell wouldn't crash any more. This is sddm's bug. |