From 08239218fe4a7b455a4ae58d9ba25586ccc46e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 25 Sep 2013 21:01:20 +0200 Subject: Fix startup tdecmshell in administrator mode on Debian and Ubuntu --- ubuntu/maverick/tdelibs/debian/tdecmshell | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ubuntu/maverick/tdelibs') 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 "$@" -- cgit v1.2.3