xrdp icon indicating copy to clipboard operation
xrdp copied to clipboard

BMP image no longer works with latest release (Redhat)

Open noorez opened this issue 2 years ago • 2 comments

It appears that the BMP image no longer works (others do) when I updated my installation of xrdp via the Redhat repos. Version 0.9.19. Is there any way to verify the validity of the BMP image?

I am not able to upload the BMP here to verify it appears

The error from the logs: [20220812-09:02:05] [DEBUG] We try to load the following background file: /usr/share/xrdp/8-abstract-dark-2560x1440.bmp [20220812-09:02:05] [ERROR] Error loading /usr/share/xrdp/8-abstract-dark-2560x1440.bmp [Unknown error]

noorez avatar Aug 12 '22 15:08 noorez

Hi @noorez

I believe xrdp is built against imlib2 on that platform. You can confirm with xrdp -v.

The unknown error is actually returned from imlib2 with IMLIB_LOAD_ERROR_UNKNOWN.

A couple of thoughts:-

  • You could use the feh utility from EPEL which also uses imlib2 to try to load the image. It may give you more information.
  • Try loading the image in the gimp or similar and see if you get additional info.

HTH

matt335672 avatar Aug 13 '22 08:08 matt335672

@noorez - do you need any more help with this?

matt335672 avatar Sep 08 '22 08:09 matt335672