Comment 15 for bug 1960174

Revision history for this message
Marco Heyde (marcoheyde) wrote (last edit ):

I've successfully built a newer version xrdp-0.9.19 using Linux Mint 21 with Ubuntu 22.04 base using the following approach. The resulting DEB package is attached. XRDP with libvnc works.

---

Linux Mint 21 / Ubuntu 22.04

# prepare build environment for repo version
sudo apt source xrdp
sudo apt-get build-dep xrdp

# install dch
sudo apt install devscripts

# git repo XRDP-Ubuntu
https://code.launchpad.net/ubuntu/+source/xrdp
- clone repo and checkout tag 0.9.19....
- build

# set new version, edit changelog
<email address hidden> dch -i

# build DEB
debuild -us -uc -b -- binary

---

# clean build environment
debuild -- clean

---

For reference additional xrdp sources:

# git repo XRDP upstream
https://github.com/neutrinolabs/xrdp

# git repo XRDP Debian
https://salsa.debian.org/debian-remote-team/xrdp