i can't reproduce in karmic.
s...@oberon:~$ pwd
/home/sam
s...@oberon:~$ sudo mkdir /home/samfoo
s...@oberon:~$ cd /home/samfoo
title is set to "/home/samfoo"
** Changed in: bash (Ubuntu)
Status: Triaged => Fix Released
--
gnome terminal ~ replacement
https://bugs.launchpad.net/bugs/2104
Yes, the problem is with this substitution: ${PWD/$HOME/~}. It does not
require a trailing / or end of string, so it will happily replace
christopher with ~topher...
In my .bashrc I use the following:
local PWD2=""
[[ "$PWD" == "$HOME" ]] && PWD2="~"
[[ -z "$PWD2" ]] && [[
** Changed in: bash (Ubuntu)
Importance: Undecided => Low
Status: New => Confirmed
--
gnome terminal ~ replacement
https://bugs.launchpad.net/bugs/210405
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing l
bash bug
** Changed in: bash (Ubuntu)
Sourcepackagename: gnome-terminal => bash
Status: Invalid => New
--
gnome terminal ~ replacement
https://bugs.launchpad.net/bugs/210405
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubu
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*)
P
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
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 /
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: gnom
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. W
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 http://ports.ub
** 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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mail
11 matches
Mail list logo