https://bugs.kde.org/show_bug.cgi?id=467878
--- Comment #2 from Rubén Gómez Antolí <l...@mucharuina.com> --- Hi Aleix, Thanks for your fast answer. (In reply to Aleix Pol from comment #1) > How do you start sessions? it seems like they are not getting started > properly. Sound possible since loginctl don't show the sessions started with XRDP. Sessions are started across XRDP methods, I don't know very well but, croncretly my workmate start across Sesman, a XRDP display manager, that launch user session. If I don't remember bad, I do not need to touch anything of the default setup except /home/user/.xinitrc, that looks like: --------- Cut from console ------ $ cat ~/.xinitrc #!/bin/sh # # ~/.xinitrc # # Executed by startx (run your window manager from here) userresources=$HOME/.Xresources usermodmap=$HOME/.Xmodmap sysresources=/etc/X11/xinit/.Xresources sysmodmap=/etc/X11/xinit/.Xmodmap if [ -d /etc/X11/xinit/xinitrc.d ] ; then for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do [ -x "$f" ] && . "$f" done unset f fi export DESKTOP_SESSION=plasma exec /usr/lib/plasma-dbus-run-session-if-needed startplasma-x11 ------------------- end of cut from console -------- ` > Also please check that nothing is crashing. You can do that by using > coredumpctl. Ok, I'll send you tomorrow since my workmate needs to close his session, my session have permission to poweroff the machine (but still shows the same problem with show all exit options) Thanks again. Best regards. R. Gómez Antolí -- You are receiving this mail because: You are watching all bug changes.