Fix startup tdecmshell in administrator mode on Debian and Ubuntu

(cherry picked from commit 08239218fe)
v3.5.13-sru
Slávek Banko 11 years ago
parent ece6bb1282
commit 9139c60da9

@ -1,4 +1,6 @@
#!/bin/sh
export KDEDIRS=/usr/:/opt/trinity/
/opt/trinity/bin/kcmshell.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 KDEDIRS=/usr/:/opt/trinity/
/opt/trinity/bin/kcmshell.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 KDEDIRS=/usr/:/opt/trinity/
/opt/trinity/bin/kcmshell.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