Summary: | Logout screen shows a blank blurred overlay with no UI controls on it | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Nate Graham <nate> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | claudius.ellsel, isma.af, plasma-bugs, uhhadd |
Priority: | VHI | Keywords: | regression |
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=425272 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Blank logout screen |
Description
Nate Graham
2020-08-12 17:22:52 UTC
Can reproduce. Spoke online, it's a setup problem. @carson if you can reproduce and dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.ListActivatableNames contains org.kde.LogoutPrompt please reopen If not your DBus activatable services aren't set up properly. (In reply to David Edmundson from comment #2) > Spoke online, it's a setup problem. > > @carson if you can reproduce and > > dbus-send --session --print-reply --dest=org.freedesktop.DBus > /org/freedesktop/DBus org.freedesktop.DBus.ListActivatableNames > > contains org.kde.LogoutPrompt please reopen > > > If not your DBus activatable services aren't set up properly. Re-opening on your hint. dbus-send --session --print-reply --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.ListActivatableNames | grep Logout string "org.kde.LogoutPrompt" This is caused by an installation problem. You need to have all kinds of fancy dbus things installed to /, or else to have your dbus/kauth/polkit dirs include the place where you're installing them. I have not managed to do this successfully. See also Bug 425272. Currently there does not seem to be proper documentation available on what "fancy dbus things" are needed to be setup.
Also, since this started happening for you only recently, did something change in that period requiring more dbus related things to be set up appropriately?
Also see David's comment which suggests that things should be setup properly if
> dbus-send --session --print-reply --dest=org.freedesktop.DBus
> /org/freedesktop/DBus org.freedesktop.DBus.ListActivatableNames
>
> contains org.kde.LogoutPrompt
which apparently is the case for Ismael.
So was that statement based on wrong assumptions or something like that?
>Also see David's comment which suggests that things should be setup properly if
That proves there's /a/ login prompt. It doesn't indicate which one it will load if you have two on your system.
(In reply to David Edmundson from comment #6) > That proves there's /a/ login prompt. It doesn't indicate which one it will > load if you have two on your system. Alright thanks for clarifying. Then that statement probably did not apply to a broader context, but just to Carson in particular. (In reply to Nate Graham from comment #4) > This is caused by an installation problem. You need to have all kinds of > fancy dbus things installed to /, or else to have your dbus/kauth/polkit > dirs include the place where you're installing them. > > I have not managed to do this successfully. See also Bug 425272. It works for me currently again. Since I did not change any dbus or other things I'd assume that this is not caused by that not being setup properly but by something else that got changed in between probably. Thus I mark this as fixed (changing from not a bug). Feel free to object or revert if something is wrong with my reasoning. |