On Wed, Aug 04, 1999 at 11:30:58AM +0000, Lang Zhi wrote:
 > Hi,
 > How to change the default Windows Manager from KDE to other like
 > Gnome, AnotherLevel etc ?
 > 
 > which file to edit ?
 > 
/usr/sbin/fndSession, for example:
---------------------------------------------------
   [ -x /usr/enlightenment/bin/enlightenment ] && {
   LIST="$LIST=enlightenment"; FIRST=yes
   }
   #[ -x /usr/bin/kde ] && {
   #LIST="$LIST=kde"; FIRST=yes               
   #}
   [ -x /usr/bin/kde ] && {
           if [ "$FIRST" = "yes" ];then
                   LIST="$LIST;kde"
           else
                   LIST="$LIST=kde"
                   FIRST="yes"
           fi
   }
   .....
-----------------------------------------------------

Best regards,
Andy
-- 
chandy a7 indo 607 net 607 id
http://gmail.cakraweb.com http://eworld.indoglobal.com/eworld

Reply via email to