I have problem with konsole

Asked by Max

user@user-Aspire-5733Z:~$
Dear ubuntu launchpad community
Firestly Merry Christmas to all people
as you can see from above this is my user
it use to be
user@user-Aspire-5733Z:$
now it is user@user-Aspire-5733Z:~$
mabe be it's a bug I don't konw what's it is.
i change my laotop hard drive and used my old user Id and stell it's there

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of :

lsb_release -a; uname -a; echo $PS1

Thanks

Revision history for this message
Max (max1) said :
#2

user@user-Aspire-5733Z:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 13.10
Release: 13.10
Codename: saucy

user@user-Aspire-5733Z:~$ uname -a
Linux user-Aspire-5733Z 3.11.0-13-generic #20-Ubuntu SMP Wed Oct 23 07:38:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

user@user-Aspire-5733Z:~$ echo $PS1
\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\u@\h:\w\$
user@user-Aspire-5733Z:~$

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

The extra tilde character is just the folder you are in. It is a bash shorthand for $HOME and /home/$USER

This is normal. You can make the prompt show what you want by changing the PS1 value.

Not a bug

Revision history for this message
Max (max1) said :
#4

thank you

Revision history for this message
Max (max1) said :
#5

Can you please tell me what to do
thank you

> To: <email address hidden>
> From: <email address hidden>
> Subject: Re: [Question #240137]: I have problem with konsole
> Date: Mon, 2 Dec 2013 01:01:21 +0000
>
> Your question #240137 on gnome-terminal in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/gnome-terminal/+question/240137
>
> Status: Answered => Open
>
> You are still having a problem:
> thank you
>
> --
> You received this question notification because you asked the question.

Revision history for this message
Max (max1) said :
#6

Thanks actionparsnip, that solved my question.