From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RhRcM-0002MU-IW for garchives@archives.gentoo.org; Sun, 01 Jan 2012 20:02:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C06E21C180; Sun, 1 Jan 2012 20:02:41 +0000 (UTC) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.216.181]) by pigeon.gentoo.org (Postfix) with ESMTP id A32D621C177 for ; Sun, 1 Jan 2012 20:01:08 +0000 (UTC) Received: by qcha6 with SMTP id a6so11061202qch.40 for ; Sun, 01 Jan 2012 12:01:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; bh=RDmSUUhh3dj8CTmaZoUZfFZXBhrUVT9XtmwKd3c0qHk=; b=IYr9wwKJNZ87gxLdW+HTIN4IegaeTpw0QN7MxD7fOvEQul2NQYvjXd77/FnrX70ilK HegYdIY07UwmJH8vCNUXVRgRtdLGrcy0EbhT01n0+ijCIFLybYO6MyGkLRqIDfSTQaqk W8Rqg+LVXQxyQDIohqsv2DqJTqcUa+2CCbjDY= Received: by 10.224.17.135 with SMTP id s7mr56296287qaa.65.1325448068218; Sun, 01 Jan 2012 12:01:08 -0800 (PST) Received: from [192.168.2.15] (bas1-hamilton02-1176408411.dsl.bell.ca. [70.30.145.91]) by mx.google.com with ESMTPS id q14sm87893411qap.4.2012.01.01.12.01.07 (version=SSLv3 cipher=OTHER); Sun, 01 Jan 2012 12:01:07 -0800 (PST) Message-ID: <4F00BB84.5010607@gmail.com> Date: Sun, 01 Jan 2012 15:01:08 -0500 From: Colleen Beamer User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111126 Thunderbird/8.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Konsole issue References: <4F00B505.6050908@gmail.com> <4F00B87B.2020804@gmail.com> In-Reply-To: <4F00B87B.2020804@gmail.com> X-Enigmail-Version: 1.3.3 Content-Type: multipart/alternative; boundary="------------030105070100030509030100" X-Archives-Salt: d16c2192-5100-4c0e-8256-a4d308b9ffae X-Archives-Hash: f1726ffeddf1837ee09a46cfdc900331 This is a multi-part message in MIME format. --------------030105070100030509030100 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 01/01/12 14:48, Dale wrote: > Colleen Beamer wrote: >> Hi, >> >> I seem to have lost the command prompt in konsole and can't figure out >> how to get it back. I did google this, but didn't see anything >> relevant. Any ideas? >> >> Thanks and Happy New Year. >> >> Colleen >> > > > Hmmm, are you talking some custom setup using 'PS1=' sort of thing? That is in: > > /etc/bash/bashrc > > For reference, I have this: > > PS1='\[\033[01;31m\]\u@\h \[\033[01;34m\]\w \$ \[\033[00m\]' > > and that gives me this: > > root@fireball / # > > The path is shown but I am at /. That works the same on a console as it does on a Konsole. Is that what you are talking about? If it is, here is some neato info: > > http://www.ibm.com/developerworks/linux/library/l-tip-prompt/ > > Dale > > :-) :-) > > P. S. Happy New Year ma'am. > I can't type anything in the konsole window (in KDE). When I exit kde by pressing Ctrl-Alt-F1 and type echo $PS1, I get output similar to what you have posted above (PS1='\[\033[01;31m\]\u@\h \[\033[01;34m\]\w \$ \[\033[00m\]' ). I don't recall exactly what my output is because the only way I can get a command prompt is by exiting kde. I've tried uninstalling and reinstalling konsole to no avail. Regards, Colleen -- Registered Linux User #411143 with the Linux Counter, http://counter.li.org --------------030105070100030509030100 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 01/01/12 14:48, Dale wrote:
> Colleen Beamer wrote:
>> Hi,
>>
>> I seem to have lost the command prompt in konsole and can't figure out
>> how to get it back. I did google this, but didn't see anything
>> relevant. Any ideas?
>>
>> Thanks and Happy New Year.
>>
>> Colleen
>>
>
>
> Hmmm, are you talking some custom setup using 'PS1=' sort of thing? That is in:
>
> /etc/bash/bashrc
>
> For reference, I have this:
>
> PS1='\[\033[01;31m\]\u@\h \[\033[01;34m\]\w \$ \[\033[00m\]'
>
> and that gives me this:
>
> root@fireball / #
>
> The path is shown but I am at /. That works the same on a console as it does on a Konsole. Is that what you are talking about? If it is, here is some neato info:
>
> http://www.ibm.com/developerworks/linux/library/l-tip-prompt/
>
> Dale
>
> :-) :-)
>
> P. S. Happy New Year ma'am.
>

I can't type anything in the konsole window (in KDE).  When I exit kde by pressing Ctrl-Alt-F1 and type echo $PS1, I get output similar to what you have posted above (PS1='\[\033[01;31m\]\u@\h \[\033[01;34m\]\w \$ \[\033[00m\]' ).  I don't recall exactly what my output is because the only way I can get a command prompt is by exiting kde.

I've tried uninstalling and reinstalling konsole to no avail.

Regards,

Colleen

--

Registered Linux User #411143 with the Linux Counter, http://counter.li.org

--------------030105070100030509030100--