6 thoughts on “XRDP – Customize the XRDP Login Screen (on Ubuntu 15.04)

  1. ls_background_image=
    -> this does not seem to work. We have tried to set a background image using the parameter
    ————————————————————–
    Hi,

    bmp file for “ls_background_image” must be located in “/usr/share/XRDP”.
    In “xrdp.ini” add only the bmp file name example “xrdp24b.bmp” !!!
    For example: ls_background_image = xrdp24b.bmp

  2. Hello There,

    Thank you for the information… It seems that indeed this is working if you simply specify the name of the file and not the full path (in the share folder).

    Quatlity image is really important as we have done some tests. bad quality image will appear distorted and black and white…

    will update the post accordingly

    Thank again for sharing knowledge 🙂

    Till next time
    See ya

  3. Hi,

    Sorry if my question bit silly, I already run your script base on your post in this
    Link: http://c-nergy.be/blog/?p=7986
    when I open xrdp.ini on /etc/xrdp/xrdp.ini
    I can’t find anything like “ls_top_window_bg_color” or anything, instead of this script :

    [globals]
    bitmap_cache=yes
    bitmap_compression=yes
    port=3389
    crypt_level=low
    channel_code=1
    max_bpp=24
    #black=000000
    #grey=d6d3ce
    #dark_grey=808080
    #blue=08246b
    #dark_blue=08246b
    #white=ffffff
    #red=ff0000
    #green=00ff00
    #background=626c72

    [xrdp1]
    name=sesman-Xvnc
    lib=libvnc.so
    username=ask
    password=ask
    ip=127.0.0.1
    port=-1

    [xrdp2]
    name=console
    lib=libvnc.so
    ip=127.0.0.1
    port=5900
    username=na
    password=ask

    [xrdp3]
    name=vnc-any
    lib=libvnc.so
    ip=ask
    port=ask5900
    username=na
    password=ask

    [xrdp4]
    name=sesman-any
    lib=libvnc.so
    ip=ask
    port=-1
    username=ask
    password=ask

    [xrdp5]
    name=rdp-any
    lib=librdp.so
    ip=ask
    port=ask3389

    [xrdp6]
    name=freerdp-any
    lib=libxrdpfreerdp1.so
    ip=ask
    port=ask3389
    username=ask
    password=ask

    [xrdp7]
    name=sesman-X11rdp
    lib=libxup.so
    username=ask
    password=ask
    ip=127.0.0.1
    port=-1
    xserverbpp=24

    can you explain a bit about this please

    Best Regards

  4. Hello There,

    It seems that you do no have the latest version or file version. You should see the following content if you are using xrdp 0.9.9 (check https://github.com/neutrinolabs/xrdp/blob/devel/xrdp/xrdp.ini)

    I do not know what happen on your system. Can you check that you have indeed the correct version installed (something like xrdp –version)
    if version is different than 0.9.x, this means that this is not the latest version that has been installed.

    You can try to re-run the script and check if everything is ok

    Hope this help
    Till next time

    See ya

  5. @ryofu,

    Thank you for visiting our blog and providing some feedback…. first, this post is quite old and might not be accurate anymore.
    To provide you some help, we would need the following information….

    1. Which version of xRDP are you running (xrdp -v in a command line)
    2. Can you share the content of the xrdp.ini file so we can check it and come back to you with some possible fixes
    3. Is xRDP software solution was working fine before changing the xrdp.ini file ? do you have a backup of the original file ?
    4. When you say, login crashes; What are you experiencing exactly… black screen, disconnection,…error messages ?

    Waiting for your feedback
    Till next time
    See ya

Leave a Reply