From c7a56436900ebcb5a5493745cc97394695d71044 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Thu, 8 Jul 2010 03:50:50 +0000 Subject: [PATCH] use -l for startwm.sh --- sesman/startwm.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sesman/startwm.sh b/sesman/startwm.sh index 4734c300..74850296 100755 --- a/sesman/startwm.sh +++ b/sesman/startwm.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -l # change the order in line below to run to run whatever window manager you # want, default to kde @@ -18,11 +18,6 @@ SESSIONS="startkde gnome-session startxfce4 xterm" #export PATH=$PATH #export LANG=$LANG -# for bash profile -#. ~/.bash_profile - -#. /etc/profile - for WindowManager in $SESSIONS do which $WindowManager