[Bug 1171415] startwm.sh in xrdp always uses GNOME regardless of installed/used window manager
https://bugzilla.suse.com/show_bug.cgi?id=1171415 https://bugzilla.suse.com/show_bug.cgi?id=1171415#c10 --- Comment #10 from Dirk Weber <d_werner@gmx.net> --- (In reply to Yifan Jiang from comment #8) Hi Yifan,
wm_start() { #Customize your preferred session mode here #The default session is gnome(GNOME Session) #sle means SLE-Classic Session SESSION="gnome"
case $SESSION in gnome) if [ -r /usr/bin/gnome-session ]; then export XDG_SESSION_TYPE=x11 /usr/bin/gnome-session elif [ -r /usr/bin/icewm-session ]; then /usr/bin/icewm-session fi ;; but this is already a big improvement because it will let me login to my xrdp session after the upgrade of the xrdp package. :-) So it is definitely an improvement.
-- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com