Description
Hi @posquit0 - found your XPRA config @ https://github.com/posquit0/dotfiles/blob/master/X/.xpra/xpra.conf which has been helpful. Thank you.
I am trying to disable the webp/pillow errors when I attach to an xpra display as I do not want to decode using Pillow. I found XPRA_WEBP_PILLOW option in the below link. I tried to add it to the xpra.conf file but am not sure of the syntax or even if this is the correct file/option. In xpra.conf, I used XPRA_WEBP_PILLOW=0. I also tried XPRA_USE_PIL. I also tried to set these as environmental variables (no joy). Would prefer they be in a config file if possible.
https://xpra.org/trac/wiki/Usage/EnvironmentOptions
I get the error: "UserWarning: image file could not be identified because WEBP support not installed". Just a note, I am in an environment where I cannot install WEBP.
Any help is appreciated.