[Bug 210405] Re: gnome terminal ~ replacement

2008-04-16 Thread Chris Smith
The problem I think is with this line in /etc/skel/.bashrc case $TERM in xterm*|rxvt*) PROMPT_COMMAND+='; echo -ne \033]0;[EMAIL PROTECTED]: ${PWD/$HOME/~}\007' ;; *) ;; esac Which I believe makes this a bug in bash, I managed to produce a fix: case $TERM in xterm*|rxvt*)

[Bug 210405] Re: gnome terminal ~ replacement

2008-04-02 Thread mcas
I have the same bug in gutsy. I tested it with the kde konsole program and had the same behavour. konsole: Installiert:4:3.5.8-0ubuntu2.2 Mögliche Pakete:4:3.5.8-0ubuntu2.2 Versions-Tabelle: *** 4:3.5.8-0ubuntu2.2 0 500 http://ubuntu_mirror gutsy-updates/main Packages 100

[Bug 210405] Re: gnome terminal ~ replacement

2008-04-02 Thread Pedro Villavicencio
not a gnome-terminal bug then, rather something weird happening on your bashrc. ** Changed in: gnome-terminal (Ubuntu) Status: Confirmed = Invalid -- gnome terminal ~ replacement https://bugs.launchpad.net/bugs/210405 You received this bug notification because you are a member of Ubuntu

[Bug 210405] Re: gnome terminal ~ replacement

2008-04-01 Thread Chris Smith
** Attachment added: Bug Demo http://launchpadlibrarian.net/13029026/gnome-terminal-bug.png -- gnome terminal ~ replacement https://bugs.launchpad.net/bugs/210405 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in

[Bug 210405] Re: gnome terminal ~ replacement

2008-04-01 Thread mcas
I can confirm this with Hardy. Distributor ID: Ubuntu Description:Ubuntu hardy (development branch) Release:8.04 Codename: hardy gnome-terminal: Installiert:2.22.0-0ubuntu1 Mögliche Pakete:2.22.0-0ubuntu1 Versions-Tabelle: *** 2.22.0-0ubuntu1 0 500

[Bug 210405] Re: gnome terminal ~ replacement

2008-04-01 Thread Pedro Villavicencio
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately we can't fix it, because your description didn't include enough information. You may find it helpful to read How to report bugs effectively http://www.chiark.greenend.org.uk/~sgtatham/bugs.html.

[Bug 210405] Re: gnome terminal ~ replacement

2008-04-01 Thread mcas
Steps to reproduce this bug: 1. Open gnome-terminal 2. the title is set to ~ because you are in your home folder 3. sudo mkdir /home/YOURUSERNAMEBFOOBAR 4. cd /home/YOURUSERNAMEFOOBAR 5. the title is set to ~FOOBAR We expected that the title is set to /home/YOURUSERNMAEFOOBAR. ** Changed in: