You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the full path to the library, just to make sure it's found. I get the same error if I use just the library name. From /var/log/xrdp.log:
[ERROR] xrdp_wm_log_msg: error loading /lib/xorg/modules/libxorgxrdp.so specified in xrdp.ini, please add a valid entry like lib=libxrdp-vnc.so or similar
I'm on Arch linux and my xorgxrdp version is 0.10.2-3
Operating system & version
Arch linux
Installation method
dnf / apt / zypper / pkg / etc
Which backend do you use?
Xorg
What desktop environment do you use?
xfce4
Environment xrdp running on
physical machine, integrated Intel GPU
What's your client?
remmina
Area(s) with issue?
Other
Steps to reproduce
On a current Arch installation:
get xrdp and xorgxrdp from AUR
make the packages and install them
start xrdp (systemctl start xrdp)
connect with remmina from another machine
✔️ Expected Behavior
I'm expecting to connect to a running Xorg session.
❌ Actual Behavior
I get a window with an error message that there is an error loading libxorgxrdp.so
Anything else?
No response
The text was updated successfully, but these errors were encountered:
@gtellalov - you can connect to an existing xrdp session. You cannot connect to an X session which is started by another DM.
Your options for this (that I am aware of) are:-
Run x11vnc in your DM session and connect to it over xrdp using the VNC protocol between xrdp and the desktop.
Use a desktop-specific service to share an existing desktop (X11 or Wayland) over the RDP port. GNOME contains 'GNOME remote desktop' (GRD) for this. KDE Plasma contains KRDP, although this is a newer feature and I've never tried it myself.
xrdp version
0.10.1-1
Detailed xrdp version, build options
I'm trying to reuse an existing X session started by a DM. My
xrdp.ini
looks like this:I use the full path to the library, just to make sure it's found. I get the same error if I use just the library name. From
/var/log/xrdp.log
:I'm on Arch linux and my xorgxrdp version is 0.10.2-3
Operating system & version
Arch linux
Installation method
dnf / apt / zypper / pkg / etc
Which backend do you use?
Xorg
What desktop environment do you use?
xfce4
Environment xrdp running on
physical machine, integrated Intel GPU
What's your client?
remmina
Area(s) with issue?
Other
Steps to reproduce
On a current Arch installation:
✔️ Expected Behavior
I'm expecting to connect to a running Xorg session.
❌ Actual Behavior
I get a window with an error message that there is an error loading libxorgxrdp.so
Anything else?
No response
The text was updated successfully, but these errors were encountered: