summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorVolker Uhrig2008-05-22 20:15:28 +0200
committerVolker Uhrig2008-05-22 20:15:28 +0200
commitdeecf6ae8b564fc22625e64af17934e8f6c729a6 (patch)
tree7b5d0b64d8c43ccfe73021bae0c19f844b15155e /os-plugins
parentRemoving obsolete plugin desktopmanager, next step would be to test the deskt... (diff)
downloadcore-deecf6ae8b564fc22625e64af17934e8f6c729a6.tar.gz
core-deecf6ae8b564fc22625e64af17934e8f6c729a6.tar.xz
core-deecf6ae8b564fc22625e64af17934e8f6c729a6.zip
* removed problem with gtk
* new problem: fonts.conf / gtk / gtk librarys / font librarys git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1781 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm3
-rw-r--r--os-plugins/plugins/vmware/files/install-vmpl2.0.sh5
2 files changed, 7 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
index d24acc8f..3c292fd0 100644
--- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
@@ -262,7 +262,8 @@ sub _writeWrapperScript
# written by OpenSLX-plugin 'vmware' in Stage1
# radically simplified version of the original script $file by VMware Inc.
#TODO: test it with local installed vmplayer!!!
- LD_LIBRARY_PATH=$vmpath/lib
+ export LD_LIBRARY_PATH=$vmpath/lib
+ export GTK_PIXBUF_MODULE_FILE=$vmpath/libconf/etc/gtk-2.0/gdk-pixbuf.loaders
PREFIX=$vmpath # depends on the vmware location
exec "\$PREFIX"'/lib/wrapper-gtk24.sh' \\
"\$PREFIX"'/lib' \\
diff --git a/os-plugins/plugins/vmware/files/install-vmpl2.0.sh b/os-plugins/plugins/vmware/files/install-vmpl2.0.sh
index 1654659a..2a65a790 100644
--- a/os-plugins/plugins/vmware/files/install-vmpl2.0.sh
+++ b/os-plugins/plugins/vmware/files/install-vmpl2.0.sh
@@ -45,6 +45,11 @@ if [ "${REPLY}" == "YES" ]; then
mv test/lib*/* .
cd ../../../..
+ echo " * fixing gdk config file"
+ sed -i \
+ 's,/build/mts/.*/vmui/../libdir/libconf,/opt/openslx/plugin-repo/vmware/vmpl2.0/root/lib/vmware/libconf,' \
+ root/lib/vmware/libconf/etc/gtk-2.0/gdk-pixbuf.loaders
+
echo " * creating /etc/vmware"
mkdir -p /etc/vmware