Skip to content

neutrinolabs/ulalaca-xrdp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

麗 -ulalaca-

sosumi

this xrdp module requires ulalaca-sessionprojector

TODO / BUGS

  • NOT SUITABLE FOR PRODUCTION USE YET

INSTALLATION

  1. fetch xrdp source code
$ git clone https://github.com/neutrinolabs/xrdp.git xrdp
$ cd xrdp
$ git checkout devel
  1. add ulalaca-xrdp as submodule
$ git submodule add https://github.com/unstabler/ulalaca-xrdp ulalaca
  1. apply patch
$ patch -p1 < ulalaca/xrdp-automake.patch
$ patch -p1 < ulalaca/xrdp-encoder-force-use-bgra.patch

# + fix hard-coded socket path
$ vi ulalaca/ulalaca.cpp
         _this->_socket = std::make_unique<UnixSocket>(
-             "/Users/unstabler/ulalaca-projector.socket"
+             "..."
         );
         _this->_socket->connect();
  1. build & install
$ ./bootstrap
$ ./configure --enable-pixman PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/libjpeg-turbo/lib/pkgconf
$ make -j8 
$ make install
  1. edit /etc/xrdp/xrdp.ini
 ; Section name to use for automatic login if the client sends username
 ; and password. If empty, the domain name sent by the client is used.
 ; If empty and no domain name is given, the first suitable section in
 ; this file will be used.
 autorun=

 allow_channels=true
 allow_multimon=true
 bitmap_cache=true
-bitmap_compression=true
+bitmap_compression=false
-bulk_compression=true
+bulk_compression=false
 #hidelogwindow=true
 max_bpp=32
 new_cursors=true
 
 ; ...
 
+[Ulalaca]
+name=Ulalaca
+lib=libulalaca.dylib

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.2%
  • C 6.5%
  • Makefile 1.3%