When I log in with a console session I have the normal standard Ubuntu 22 desktop.
When logging in using RDP (xrdp installed) I get a different desktop experience.
How do I get the standard console style desktop over RDP ?
EDIT: When trying the suggested answer I am unable to move forward from xorg after selecting "Local Active Session" with Username / Password defined. Clicking OK does nothing.
root
andgsettings …
will work … It’s generally not advisable to login asroot
and especially on the DE and particularly remotely. – Raffa Dec 25 '22 at 15:31libvnc.so
I guess still required … Disabling encryption however might be ignored if your client can handle it. – Raffa Dec 25 '22 at 16:45gsettings set org.gnome.Vino require-encryption false
is run as your normal user that you login with both locally and remotely i.e. not withsudo
nor withsudo -i
– Raffa Dec 25 '22 at 17:44