Minor modifications for Debian

ulab-original
Timothy Pearson 12 years ago
parent d210c0cefd
commit eaea641e3e

@ -0,0 +1,3 @@
#!/bin/bash
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var

@ -3,7 +3,7 @@
# change the order in line below to run to run whatever window manager you
# want, default to kde
SESSIONS="gnome-session blackbox fluxbox startxfce4 startkde xterm"
SESSIONS="starttde gnome-session blackbox fluxbox startxfce4 startkde xterm"
#start the window manager
wm_start()
@ -81,6 +81,8 @@ post_start()
#PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
#export PATH=$PATH
export PATH=/opt/trinity/sbin:/opt/trinity/bin:$PATH
# for PATH and LANG from /etc/environment
# pam will auto process the environment file if /etc/pam.d/xrdp-sesman
# includes

Loading…
Cancel
Save