On 19/11/2018 09:10, Dr. Nikolaus Klepp wrote:
Am Montag, 19. November 2018 schrieb Nicolas Bercher:
However, this panel (kcontrol) is completely
empty in my case (remeber
I'm not using TDE, but TDE apps under i3)!
Oh, I remeber this pain :-) You'll have to set some environment variables and other
stuff. This is from my BSD box running fvwm, but it sould work on linux as well (just
replace the fvwm line with i3):
# TDE Compatibility :-)
export TDE_FULL_SESSION=false
export TDEHOME=$HOME/.trinity
export TDEROOTHOME=/root/.trinity
export TDE_SESSION_UID=$UID
export TDE_MULTIHEAD=false
export TDEDIR=/opt/trinity
export XDG_CONFIG_DIRS=/opt/trinity/etc/xdg
export XDG_DATA_DIRS=/opt/trinity/share:/usr/local/share:/usr/share
tdeinit_shutdown
tdeinit
# terminator --geometry=800x500-0-0 &
fvwm >/tmp/fvwm.log 2>&1
tdeinit_shutdown
Nik
Were should this go?
It looks like part of an ~/.xsessionrc script...?
Thanks
Nicolas