Replies: 1 comment 10 replies
-
There will differences from a local session for two main reasons:-
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to start my standard KDE session under xrdp.
After a lot of googling, one hint seemed to work: put
/usr/bin/startkde
into~/.Xclients
.Now KDE starts and is mostly okay, but I noticed some weirdness. For example, normally
~/.bash_profile
has been executed somewhere during KDE start, so changes toPATH
I made there are effective, e.g. inherited by shells running in a terminal window (Konsole). Since this is different, I'm wondering whether other things are, too.What I would like to achieve is that xrdp starts a desktop session in the exact same way as a display manager like sddm does. Is that possible?
In case that is relevant, the computer runs Debian 10, with the included KDE Plasma 5.14.5 and xrdp 0.9.9.
Beta Was this translation helpful? Give feedback.
All reactions