summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
diff options
context:
space:
mode:
authorVolker Uhrig2008-05-23 22:42:17 +0200
committerVolker Uhrig2008-05-23 22:42:17 +0200
commit20cdfa546d28c3b2d24c0a3ef61eaf982e5b88f1 (patch)
tree48f344ce68ed9d121b44106c1380b9098de5ea91 /os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
parent* use Clone::clone instead of Storable::dclone throughout OpenSLX in order to... (diff)
downloadcore-20cdfa546d28c3b2d24c0a3ef61eaf982e5b88f1.tar.gz
core-20cdfa546d28c3b2d24c0a3ef61eaf982e5b88f1.tar.xz
core-20cdfa546d28c3b2d24c0a3ef61eaf982e5b88f1.zip
* fixed font problem
* raised next step/problem: location of the EULA.txt git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1785 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
index e0ff953b..ac2281e4 100644
--- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
@@ -264,7 +264,14 @@ sub _writeWrapperScript
#TODO: test it with local installed vmplayer!!!
export LD_LIBRARY_PATH=$vmpath/lib
export GTK_PIXBUF_MODULE_FILE=$vmpath/libconf/etc/gtk-2.0/gdk-pixbuf.loaders
+ export GTK_IM_MODULE_FILE=$vmpath/libconf/etc/gtk-2.0/gtk.immodules
export FONTCONFIG_PATH=$vmpath/libconf/etc/fonts
+ export PANGO_RC_FILE=$vmpath/libconf/etc/pango/pangorc
+ # possible needed... but what are they good for?
+ #export GTK_DATA_PREFIX=
+ #export GTK_EXE_PREFIX=
+ #export GTK_PATH=
+
PREFIX=$vmpath # depends on the vmware location
exec "\$PREFIX"'/lib/wrapper-gtk24.sh' \\
"\$PREFIX"'/lib' \\