|
Bugzilla – Full Text Bug Listing |
| Summary: | Plasma6 - logout does not work | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Andrei Borzenkov <arvidjaar> |
| Component: | KDE Workspace (Plasma) | Assignee: | E-Mail List <opensuse-kde-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | arvidjaar, fabian |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
systemd-cgls output
journalctl -b --user journalctl -b journalctl --user -b |
||
|
Description
Andrei Borzenkov
2024-03-15 17:41:49 UTC
Created attachment 873555 [details]
systemd-cgls output
Created attachment 873556 [details]
journalctl -b --user
Created attachment 873557 [details]
journalctl -b
Under Wayland after "logout" GUI remains active, I can launch applications etc. Might be related to: Mar 15 20:27:37 uefi systemd[1330]: Created slice Slice /app/dbus-:1.2-org.kde.LogoutPrompt. Mar 15 20:27:37 uefi systemd[1330]: Started dbus-:1.2-org.kde.LogoutPrompt@0.service. Mar 15 20:27:44 uefi systemd[1330]: Created slice Slice /app/dbus-:1.2-org.kde.Shutdown. Mar 15 20:27:45 uefi systemd[1330]: Started dbus-:1.2-org.kde.Shutdown@0.service. Mar 15 20:27:45 uefi systemd[1330]: dbus-:1.2-org.kde.LogoutPrompt@0.service: Main process exited, code=exited, status=1/FAILURE Mar 15 20:27:45 uefi systemd[1330]: dbus-:1.2-org.kde.LogoutPrompt@0.service: Failed with result 'exit-code'. Mar 15 20:27:45 uefi systemd[1330]: dbus-:1.2-org.kde.LogoutPrompt@0.service: Consumed 1.527s CPU time. Though the logout greeter should either trigger logout or not, there's no in between... What happens if you do "qdbus6 org.kde.Shutdown /Shutdown org.kde.Shutdown.logout" manually? Created attachment 873565 [details] journalctl --user -b (In reply to Fabian Vogt from comment #5) > > What happens if you do "qdbus6 org.kde.Shutdown /Shutdown > org.kde.Shutdown.logout" manually? Logs are mostly identical - logout is initiated, something is done but session is not terminated. And I mentioned already, in X11 GUI is frozen after logout attempt. journalctl --user -b attached. |