xpra: correct libfakeXinerama path

Signed-off-by: benaryorg <binary@benary.org>
This commit is contained in:
benaryorg 2023-04-19 22:36:05 +00:00
parent dbe369f0f9
commit 11abc1fba0
No known key found for this signature in database
GPG Key ID: 7A06724E5B00E546

View File

@ -31,7 +31,7 @@ index d5c1c8bb10..88c77e8142 100755
- log.error("Error: cannot launch ldconfig -p to locate libfakeXinerama:")
- log.error(" %s", e)
- return find_lib("libfakeXinerama.so.1")
+ return "@libfakeXinerama@/lib/libfakeXinerama.so.1"
+ return "@libfakeXinerama@/lib/libfakeXinerama.so.1.0"
current_xinerama_config = None