Announcement

Collapse
No announcement yet.

ubuntu cloudimage and kubuntu-desktop

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] ubuntu cloudimage and kubuntu-desktop

    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:
    Code:
    $ dbus-send --print-reply --dest=org.kde.ksmserver /KSMServer org.kde.KSMServerInterface.logout int32:1 int32:2 int32:2
    or
    Code:
    $ qdbus org.kde.Shutdown /Shutdown logoutAndReboot
    without success.

    A reboot by
    Code:
    $ sudo reboot
    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
    Last edited by conloos; Apr 16, 2022, 04:33 AM.

    #2
    For Documentation:

    It is a polkit configuration issue. KDE needs extra configuration because I connected remotely.
    Found the solution: neutrinolabs/xrdp/issues/1773#issuecomment-759419847 at github.

    Sorry for non posting a link but i didnt have the right at the moment.

    Thank you Frank

    Comment


      #3
      Originally posted by conloos View Post
      For Documentation:

      It is a polkit configuration issue. KDE needs extra configuration because I connected remotely.
      Found the solution: neutrinolabs/xrdp/issues/1773#issuecomment-759419847 at github.

      Sorry for non posting a link but i didnt have the right at the moment.

      Thank you Frank
      Glad you found the solution! I had just started looking it this morning.
      You will be able to post links after 3 posts iirc
      Feel free to quote the solution steps if you want to

      Comment

      Working...
      X