summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/tdelibs
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-25 21:01:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-25 21:02:00 +0200
commit08239218fe4a7b455a4ae58d9ba25586ccc46e06 (patch)
tree4522452f2c8ae6721f3665d977b0d12152f756ec /ubuntu/maverick/tdelibs
parent17ad11ff99cf97c9bb9a61b55f6991bffab3e3fe (diff)
downloadtde-packaging-08239218fe4a7b455a4ae58d9ba25586ccc46e06.tar.gz
tde-packaging-08239218fe4a7b455a4ae58d9ba25586ccc46e06.zip
Fix startup tdecmshell in administrator mode on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/tdelibs')
-rwxr-xr-xubuntu/maverick/tdelibs/debian/tdecmshell6
1 files changed, 4 insertions, 2 deletions
diff --git a/ubuntu/maverick/tdelibs/debian/tdecmshell b/ubuntu/maverick/tdelibs/debian/tdecmshell
index 4e24cd356..64dea7e87 100755
--- a/ubuntu/maverick/tdelibs/debian/tdecmshell
+++ b/ubuntu/maverick/tdelibs/debian/tdecmshell
@@ -1,4 +1,6 @@
#!/bin/sh
-export TDEDIRS=/usr/:/opt/trinity/
-/opt/trinity/bin/tdecmshell.real $1 $2 $3 $4 $5 $6 $7 $8
+export XDG_CONFIG_DIRS=/opt/trinity/etc/xdg:/etc/xdg
+export XDG_DATA_DIRS=/opt/trinity/share:/usr/share
+
+${0}.real "$@"