blend-os / blendOS

A seamless blend of all Linux distributions.
GNU General Public License v3.0
777 stars 20 forks source link

How to install xrdp? #25

Open PapierFliegr opened 1 year ago

PapierFliegr commented 1 year ago

Hello,

I got BlendOS installed in a VM on a remote Server. Access per SSH works perfectly fine. (Installed OpenSSH per blend install openssh) Now I want to access the desktop per Windows RDP, thus installed XRDP via blend install xrdp. Everything worked fine, but there is no /etc/xrdp directory.

More specifically, when I want to start the service with systemctl start xrdp.service, I get following output

Failed to start xrdp.service: Unit xrdp.service not found.

The issue once existed with an older version of XRDP because the AUR version was outdated, but this is not the case here.

Is that an issue with BlendOS or with XRDP itself? \ \ Btw: When I install XRDP in either arch or ubuntu-22.10 container and want to start the service via systemctl start xrdp(.service) in the container itselfs I get back:

System has not been booted with systemd as init system (PID 1). Can't operate.

Outside the containers I get the first error message back.

ajb3932 commented 1 year ago

I would also like to install XRDP. What is the best way to do this please?