summarylogtreecommitdiffstats
path: root/vmware-environment.sh
diff options
context:
space:
mode:
authorJean-Marc Lenoir2018-08-26 22:52:41 +0200
committerJean-Marc Lenoir2018-08-26 22:52:41 +0200
commit02d5abb2e4caa2901bbc197ac6efce46255f1e91 (patch)
tree2649a53dd701704e332b2fff7d6d73a277885a74 /vmware-environment.sh
parent80fe7c24ff7f734edbaf6158387216d22826db2b (diff)
downloadaur-02d5abb2e4caa2901bbc197ac6efce46255f1e91.tar.gz
Fix an incompatibility with the new SVG library
Diffstat (limited to 'vmware-environment.sh')
-rw-r--r--vmware-environment.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/vmware-environment.sh b/vmware-environment.sh
index 7afe1c0f1598..2a9d7109c406 100644
--- a/vmware-environment.sh
+++ b/vmware-environment.sh
@@ -1,6 +1,9 @@
# Uncomment the line below if you have a problem of incompatible libraries
#export VMWARE_USE_SHIPPED_LIBS=yes
+# Need the next line to avoid a problem with incompatible libraries
+export LD_LIBRARY_PATH=/usr/lib/vmware/lib/librsvg-2.so.2:$LD_LIBRARY_PATH
+
# Avoid an issue with some keyboard layouts using iBus
export GTK_IM_MODULE_FILE=/dev/null