Fix startup tdecmshell in administrator mode on Debian and Ubuntu

pull/3/head
Slávek Banko 11 years ago
parent 17ad11ff99
commit 08239218fe

@ -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 "$@"

@ -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 "$@"

@ -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 "$@"

@ -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 "$@"

@ -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 "$@"

@ -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 "$@"

Loading…
Cancel
Save