Hi @all,
I'm trying to install a desktop on a cloud image.
And connect to them by xrdp.
This actually works quite well, but when I try to trigger a reboot from kde, the session ends but nothing else happens.
I have already tryed to reboot with dbus via the cli:
or
without success.
A reboot by
works perfect.
Today i tryed gnome. The reboot from the GUI woks so i think it is a KDE related problem.
I'm running out of ideas, does anyone have a similar problem?
Greeting Frank
I'm trying to install a desktop on a cloud image.
And connect to them by xrdp.
This actually works quite well, but when I try to trigger a reboot from kde, the session ends but nothing else happens.
I have already tryed to reboot with dbus via the cli:
Code:
$ dbus-send --print-reply --dest=org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.logout int32:1 int32:2 int32:2
Code:
$ qdbus org.kde.Shutdown /Shutdown logoutAndReboot
A reboot by
Code:
$ sudo reboot
Today i tryed gnome. The reboot from the GUI woks so i think it is a KDE related problem.
I'm running out of ideas, does anyone have a similar problem?
Greeting Frank
Comment