X11rdp had merged to xordxrdp. And /etc/xrdp/startwm.sh this example is hard to adjust. -------------------------------------------------------- In old version if you want to using mate desktop, you should add: SESSIONS-"mate-session" in startwm.sh. But now it it not works. Now you have to empty file startwm.sh and add: #!/bin/sh exec mate-session -------------------------------------------------------- So why not give a better example for this file ?
Do not overestiamte the importance.
Indeed startwm.sh can be improved. I'm thinking of giving more example. BTW, unfriendly startwm.sh issue is not related to x11rdp deprecation and migration to xorgxrdp at all.
A commit references this bug: Author: meta Date: Wed Mar 13 09:13:56 UTC 2019 New revision: 495571 URL: https://svnweb.freebsd.org/changeset/ports/495571 Log: net/xrdp: install better example of startwm.sh PR: 235271 Reported by: ykla <yklaxds@gmail.com> Sponsored by: HAW International, Inc. Changes: head/net/xrdp/Makefile head/net/xrdp/files/startwm.sh
Created a better sample file. Thanks!