From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 14:38:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D922E37B401 for ; Fri, 11 Jul 2003 14:38:48 -0700 (PDT) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A549043FBF for ; Fri, 11 Jul 2003 14:38:47 -0700 (PDT) (envelope-from gomdo81@gmx.net) Received: (qmail 4296 invoked by uid 65534); 11 Jul 2003 21:38:46 -0000 Received: from dialin-145-254-148-219.arcor-ip.net (EHLO gmx.net) (145.254.148.219) by mail.gmx.net (mp013) with SMTP; 11 Jul 2003 23:38:46 +0200 Message-ID: <3F0F2E7A.6000709@gmx.net> Date: Fri, 11 Jul 2003 23:39:06 +0200 From: Simon Adameit User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030711 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <3F0F03E2.4070609@gmx.net> In-Reply-To: <3F0F03E2.4070609@gmx.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: .profile and sound problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 21:38:49 -0000 Simon Adameit wrote: > Hi, > > I use the bash shell and wanted to change the prompt and some aliases to > use the gnu color ls, so I copied .shrc to .bash_profile and edited it > accordingly. I also added java to the PATH in .profile. At first this > didn't work when using the gnome terminal until I realised I had to > change it to use a login shell. For a short time everything was fine but > now .profile is completely ignored and when I start cvsup under gnome > the text version and not the gui is used. I don't know if this has > anything to do with it but I'm using gdm. > Ok, this was solfed after reading the Bash Reference Manual, I was somewhat confused about when wich file is executed. But I still don't know what to do about the sound or where to look for answers.