summarylogtreecommitdiffstats
path: root/vmware-environment.sh
diff options
context:
space:
mode:
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