[Bug 1179634] If X2Go server uses KDE the X2Go client can not connect - Error message -Can not start KDE
https://bugzilla.suse.com/show_bug.cgi?id=1179634 https://bugzilla.suse.com/show_bug.cgi?id=1179634#c2 --- Comment #2 from Krasimir Ivanov <kiv@mail.orbitel.bg> --- The solution of this problem I found is very simple. Since some time KDE is started by new command to start plasma. This command need to be set in to X2Go and it will work properly again. Now as workaround people are enforced to setup X2Go with the option for unknown distribution and there put this command. Same happen with the xrdp. There your script which is coming from openSUSE does not work with KDE and xrdp can not start KDE. My solution for xrdp is as follows: In order for xRDP work sessions in openSUSE and SUSE to work with KDE, you need to make three changes to the /etc/xrdp/startwm.sh file 1. Find SESSION="gnome" and change it to SESSION="plasma" 2. We find export XDG_SESSION_TYPE=x11 and comment this line with # 3. We add a new line just below the one from point 2, with the following content: eval $(dbus-launch --sh-syntax) Then we save this file and after restarting xrdp, when logging in via RDP, it will open for us the KDE desktop environment. It will be nice if some one from openSUSE developers could check all such scripts prepared in past to start KDE and change them to start plasma. This will save a lot of effort for users who now have to redo the scripts they get from SUSE/openSUSE during the OS installation every install. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com