You are not logged in.
Pages: 1
Hey,
i recently installed my new workstation with KDE using the archinstall script.
So the Machine is rather clean.
I added firefox, thunderbird, steam, virt-manager for my daily purposes.
With the first shutdown i realised that something is preventing sddm from properly shutting down.
Here is the journal for a boot with login and immediate shutdown.
Hope someone can push me in the right direction to resolve this.
Cheers
Offline
What type of workstation is it?
Offline
It's really a Desktop-PC
x570 Mainboard
AMD 5900x
Vega56 GPU
32GiB RAM
Offline
Offline
Hmm,
i did boot up my old Workstation (running basically the same Software) and it did show the exact same behavior.
I'm not sure what Update caused it.
Usually i do shutdown the rig, turn off the monitor and leave the office. So it usually does not stress me that much.
I'll try, the 'logout -> shutdown' thing later and see if that brings any difference.
Offline
So the logout takes like roughly 8 Seconds.
From the login Screen the Shutdown works as intended.
question: can you chain qdbus Commands to do that?
I won't mark this solved as its not solved. Merely a workaround.
Offline
Probably not - you could place a delayed shutdown request before logging out
(sleep 10; sudo systemctl poweroff) & disown
qdbus org.kde.ksmserver /KSMServer logout 0 0 0 # https://superuser.com/questions/395820/how-to-properly-end-a-kde-session-from-shell-without-root-privilegesI won't mark this solved as its not solved. Merely a workaround.
You quite frankly should mark this as duplicate and hang onto the existing threads…
Offline
Pages: 1