From owner-freebsd-questions@FreeBSD.ORG Fri Mar 16 17:11:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 77EE216A412 for ; Fri, 16 Mar 2007 17:11:00 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from pollux.dfwlp.com (rrcs-64-183-212-242.sw.biz.rr.com [64.183.212.242]) by mx1.freebsd.org (Postfix) with ESMTP id 4771013C4BE for ; Fri, 16 Mar 2007 17:11:00 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by pollux.dfwlp.com (8.13.8/8.13.8) with ESMTP id l2GHAsrT040453 for ; Fri, 16 Mar 2007 12:10:54 -0500 (CDT) (envelope-from freebsd@dfwlp.com) Date: Fri, 16 Mar 2007 12:10:49 -0500 From: Jonathan Horne To: freebsd-questions@freebsd.org Message-Id: <20070316121049.0b9d1c1a.freebsd@dfwlp.com> X-Mailer: Sylpheed 2.3.1 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.4 required=3.6 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pollux.dfwlp.com Subject: $PATH problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 17:11:00 -0000 i recently switched from KDE to XFCE4. underneath, i also switch my DM from kdm to slim. now that slim is operating, my paths have changed significantly when i log in via the GUI login. my current paths: [jhorne@athena ~]$ echo $PATH ./:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin conversly, if i log into this system via ssh or console, i get this (much better): [jhorne@athena ~]$ echo $PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/jhorne/bin where can i got to change this so that i always have the second set of paths even when im in xfce? thanks! jonathan