Re: [FreeRDP-devel] FreeRDP Server on Ubuntu

2019-06-20 Thread Armin Novak via FreeRDP-devel
Hi Lonnie, While freerdp ships with with some server code the implementations are on a protocol level and the server binaries mostly for demonstration. (No session management, user management, ...) You might want to look at https://github.com/ogon-project/ogon-project which takes freerdp and

Re: [FreeRDP-devel] FreeRDP Server on Ubuntu

2019-06-20 Thread Lonnie Cumberland via FreeRDP-devel
Hi Armin, Thanks for getting back to me and I will take a look now. For my project (prototype) the design is really simple as it uses just some VM's. I will have one VM that will show the desktop (which could be Windows or Linux but only one) and then it will have Seamless mode connections from

Re: [FreeRDP-devel] FreeRDP Server on Ubuntu

2019-06-20 Thread Lonnie Cumberland via FreeRDP-devel
Just an update. I am thinking that some general path for includes and libs is not set correctly since when I did: export PIXMAN_LIBS="-L/usr/lib/x86_64-linux-gnu/ -lpixman-1" export PIXMAN_CFLAGS="-I/usr/include/pixman-1" and retried, then it found the pixman-1 stuff but now not the "libdrm"

Re: [FreeRDP-devel] FreeRDP Server on Ubuntu

2019-06-20 Thread Lonnie Cumberland via FreeRDP-devel
Hello All, I have been working, on my way with Ubuntu 18.04 x64 through: https://github.com/ogon-project/ogon/blob/master/doc/build-debian-ubuntu.md and have found out that you also need to do: sudo mkdir /opt/ogon/varsudo chown ${USER}:${USER} /opt/ogon/var sudo mkdir /opt/ogon/var/runsudo