[Bug 60341] Re: gnome-terminal window loses title

2006-09-14 Thread Daniel Holbach
Thanks for your bug report. Which version of Ubuntu and gnome-terminal do you use? Do use any other apt repositories? Can you attach the output of diff -u /etc/skel/.bash_profile .bash_profile diff -u /etc/skel/.bashrc .bashrc ** Changed in: gnome-terminal (Ubuntu) Importance: Untriag

[Bug 60341] Re: gnome-terminal window loses title

2006-09-14 Thread Santiago Canez
This is under Edgy with gnome-terminal 2.16.0-0ubuntu1, with no other apt repositories. Also, I use zsh insetad of bash. After some more investigating, I now see that this happens when using vim. In other words, opening and then closing vim causes this. So maybe this is a vim problem instead? It a

[Bug 60341] Re: gnome-terminal window loses title

2007-02-05 Thread Sebastien Bacher
Do the other people having that problem use PROMPT_COMMAND? ** Changed in: gnome-terminal (Ubuntu) Status: Unconfirmed => Needs Info -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/

[Bug 60341] Re: gnome-terminal window loses title

2007-02-05 Thread David Planella
It seems that this bug is easily reproduceable in Feisty after a new installation (i.e. no ~/.bashrc) with and a non-customized vim (i.e. no ~/.vimrc, no plugins, just a default install). Steps to reproduce: 1.- Start gnome-terminal. 2.- Execute vim. 3.- Exit vim. 4.- The gnome-terminal title

[Bug 60341] Re: gnome-terminal window loses title

2006-11-18 Thread Bernat Tallaferro
Confirming. It happpens to me always after running vim as well. IIRC, this seems to happen to me after running 'cvs ci' commands with cvsnt as well. Before executing vim, the gnome-terminal window title reads "Terminal", after exiting vim, it reads "untitled window". I'm running Edgy, using the 2

[Bug 60341] Re: gnome-terminal window loses title

2006-11-18 Thread Bernat Tallaferro
I'm attaching a text file with the differences between ~/.bashrc and /etc/skel/.bashrc as requested. There were no differences between /etc/skel/.bash_profile and ~/.bash_profile ** Attachment added: "Differences between ~/.bashrc and /etc/skel/.bashrc" http://librarian.launchpad.net/5107227/my

[Bug 60341] Re: gnome-terminal window loses title

2006-11-25 Thread Sebastien Bacher
Does it happen using bash? Do you get the bug when using xterm by example? ** Changed in: gnome-terminal (Ubuntu) Status: Confirmed => Needs Info -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 60341] Re: gnome-terminal window loses title

2006-11-25 Thread Bernat Tallaferro
I'm using bash, and I can reproduce the bug with gnome-terminal (simply edit any file with vim), but not with xterm. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Daniel Holbach
I can't reproduce it. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Daniel Holbach
I can't reproduce it. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Bernat Tallaferro
I can reproduce it on 2 computers. However, I've tried it on a third one and I could not reproduce it. I believe it definitely has to do with vim, since this only happens after quitting it. Furthermore, on the comment I was saying that this also happens when executing 'cvs ci', I forgot that I'm u

[Bug 60341] Re: gnome-terminal window loses title

2006-12-02 Thread Bernat Tallaferro
Well, I found what the cause of the problem is in my particular case. On the following diff between /etc/skel/.bashrc and ~/.bashrc, which I attached some days ago, the bug disappears when I uncomment the line: PROMPT_COMMAND='history -a' @@ -70,3 +70,13 @@ if [ -f /etc/bash_completion ]; then

[Bug 60341] Re: gnome-terminal window loses title

2007-04-07 Thread Santiago Canez
This bug is no longer present for me under Feisty using gnome-terminal version 2.18.0-0ubuntu1. -- gnome-terminal window loses title https://bugs.launchpad.net/bugs/60341 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2007-04-08 Thread Sebastien Bacher
closing the bug then ** Changed in: gnome-terminal (Ubuntu) Status: Needs Info => Fix Released -- gnome-terminal window loses title https://bugs.launchpad.net/bugs/60341 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- deskt

[Bug 60341] Re: gnome-terminal window loses title

2007-04-07 Thread Santiago Canez
This bug is no longer present for me under Feisty using gnome-terminal version 2.18.0-0ubuntu1. -- gnome-terminal window loses title https://bugs.launchpad.net/bugs/60341 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2007-04-08 Thread Sebastien Bacher
closing the bug then ** Changed in: gnome-terminal (Ubuntu) Status: Needs Info => Fix Released -- gnome-terminal window loses title https://bugs.launchpad.net/bugs/60341 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- deskt

[Bug 60341] Re: gnome-terminal window loses title

2006-11-18 Thread Bernat Tallaferro
Confirming. It happpens to me always after running vim as well. IIRC, this seems to happen to me after running 'cvs ci' commands with cvsnt as well. Before executing vim, the gnome-terminal window title reads "Terminal", after exiting vim, it reads "untitled window". I'm running Edgy, using the 2

[Bug 60341] Re: gnome-terminal window loses title

2006-11-18 Thread Bernat Tallaferro
I'm attaching a text file with the differences between ~/.bashrc and /etc/skel/.bashrc as requested. There were no differences between /etc/skel/.bash_profile and ~/.bash_profile ** Attachment added: "Differences between ~/.bashrc and /etc/skel/.bashrc" http://librarian.launchpad.net/5107227/my

[Bug 60341] Re: gnome-terminal window loses title

2006-11-25 Thread Sebastien Bacher
Does it happen using bash? Do you get the bug when using xterm by example? ** Changed in: gnome-terminal (Ubuntu) Status: Confirmed => Needs Info -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 60341] Re: gnome-terminal window loses title

2006-11-25 Thread Bernat Tallaferro
I'm using bash, and I can reproduce the bug with gnome-terminal (simply edit any file with vim), but not with xterm. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Daniel Holbach
I can't reproduce it. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Daniel Holbach
I can't reproduce it. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Bernat Tallaferro
I can reproduce it on 2 computers. However, I've tried it on a third one and I could not reproduce it. I believe it definitely has to do with vim, since this only happens after quitting it. Furthermore, on the comment I was saying that this also happens when executing 'cvs ci', I forgot that I'm u

[Bug 60341] Re: gnome-terminal window loses title

2006-12-02 Thread Bernat Tallaferro
Well, I found what the cause of the problem is in my particular case. On the following diff between /etc/skel/.bashrc and ~/.bashrc, which I attached some days ago, the bug disappears when I uncomment the line: PROMPT_COMMAND='history -a' @@ -70,3 +70,13 @@ if [ -f /etc/bash_completion ]; then

[Bug 60341] Re: gnome-terminal window loses title

2007-02-05 Thread Sebastien Bacher
Do the other people having that problem use PROMPT_COMMAND? ** Changed in: gnome-terminal (Ubuntu) Status: Unconfirmed => Needs Info -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/

[Bug 60341] Re: gnome-terminal window loses title

2007-02-05 Thread David Planella
It seems that this bug is easily reproduceable in Feisty after a new installation (i.e. no ~/.bashrc) with and a non-customized vim (i.e. no ~/.vimrc, no plugins, just a default install). Steps to reproduce: 1.- Start gnome-terminal. 2.- Execute vim. 3.- Exit vim. 4.- The gnome-terminal title

[Bug 60341] Re: gnome-terminal window loses title

2006-09-14 Thread Daniel Holbach
Thanks for your bug report. Which version of Ubuntu and gnome-terminal do you use? Do use any other apt repositories? Can you attach the output of diff -u /etc/skel/.bash_profile .bash_profile diff -u /etc/skel/.bashrc .bashrc ** Changed in: gnome-terminal (Ubuntu) Importance: Untriag

[Bug 60341] Re: gnome-terminal window loses title

2006-09-14 Thread Santiago Canez
This is under Edgy with gnome-terminal 2.16.0-0ubuntu1, with no other apt repositories. Also, I use zsh insetad of bash. After some more investigating, I now see that this happens when using vim. In other words, opening and then closing vim causes this. So maybe this is a vim problem instead? It a

[Bug 60341] Re: gnome-terminal window loses title

2006-11-18 Thread Bernat Tallaferro
Confirming. It happpens to me always after running vim as well. IIRC, this seems to happen to me after running 'cvs ci' commands with cvsnt as well. Before executing vim, the gnome-terminal window title reads "Terminal", after exiting vim, it reads "untitled window". I'm running Edgy, using the 2

[Bug 60341] Re: gnome-terminal window loses title

2006-11-18 Thread Bernat Tallaferro
I'm attaching a text file with the differences between ~/.bashrc and /etc/skel/.bashrc as requested. There were no differences between /etc/skel/.bash_profile and ~/.bash_profile ** Attachment added: "Differences between ~/.bashrc and /etc/skel/.bashrc" http://librarian.launchpad.net/5107227/my

[Bug 60341] Re: gnome-terminal window loses title

2006-11-25 Thread Sebastien Bacher
Does it happen using bash? Do you get the bug when using xterm by example? ** Changed in: gnome-terminal (Ubuntu) Status: Confirmed => Needs Info -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 60341] Re: gnome-terminal window loses title

2006-11-25 Thread Bernat Tallaferro
I'm using bash, and I can reproduce the bug with gnome-terminal (simply edit any file with vim), but not with xterm. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Daniel Holbach
I can't reproduce it. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Daniel Holbach
I can't reproduce it. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Bernat Tallaferro
I can reproduce it on 2 computers. However, I've tried it on a third one and I could not reproduce it. I believe it definitely has to do with vim, since this only happens after quitting it. Furthermore, on the comment I was saying that this also happens when executing 'cvs ci', I forgot that I'm u

[Bug 60341] Re: gnome-terminal window loses title

2006-12-02 Thread Bernat Tallaferro
Well, I found what the cause of the problem is in my particular case. On the following diff between /etc/skel/.bashrc and ~/.bashrc, which I attached some days ago, the bug disappears when I uncomment the line: PROMPT_COMMAND='history -a' @@ -70,3 +70,13 @@ if [ -f /etc/bash_completion ]; then

[Bug 60341] Re: gnome-terminal window loses title

2007-02-05 Thread Sebastien Bacher
Do the other people having that problem use PROMPT_COMMAND? ** Changed in: gnome-terminal (Ubuntu) Status: Unconfirmed => Needs Info -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/

[Bug 60341] Re: gnome-terminal window loses title

2007-02-05 Thread David Planella
It seems that this bug is easily reproduceable in Feisty after a new installation (i.e. no ~/.bashrc) with and a non-customized vim (i.e. no ~/.vimrc, no plugins, just a default install). Steps to reproduce: 1.- Start gnome-terminal. 2.- Execute vim. 3.- Exit vim. 4.- The gnome-terminal title

[Bug 60341] Re: gnome-terminal window loses title

2007-04-07 Thread Santiago Canez
This bug is no longer present for me under Feisty using gnome-terminal version 2.18.0-0ubuntu1. -- gnome-terminal window loses title https://bugs.launchpad.net/bugs/60341 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2007-04-08 Thread Sebastien Bacher
closing the bug then ** Changed in: gnome-terminal (Ubuntu) Status: Needs Info => Fix Released -- gnome-terminal window loses title https://bugs.launchpad.net/bugs/60341 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- deskt

[Bug 60341] Re: gnome-terminal window loses title

2006-09-14 Thread Daniel Holbach
Thanks for your bug report. Which version of Ubuntu and gnome-terminal do you use? Do use any other apt repositories? Can you attach the output of diff -u /etc/skel/.bash_profile .bash_profile diff -u /etc/skel/.bashrc .bashrc ** Changed in: gnome-terminal (Ubuntu) Importance: Untriag

[Bug 60341] Re: gnome-terminal window loses title

2006-09-14 Thread Santiago Canez
This is under Edgy with gnome-terminal 2.16.0-0ubuntu1, with no other apt repositories. Also, I use zsh insetad of bash. After some more investigating, I now see that this happens when using vim. In other words, opening and then closing vim causes this. So maybe this is a vim problem instead? It a

[Bug 60341] Re: gnome-terminal window loses title

2007-02-05 Thread Sebastien Bacher
Do the other people having that problem use PROMPT_COMMAND? ** Changed in: gnome-terminal (Ubuntu) Status: Unconfirmed => Needs Info -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/

[Bug 60341] Re: gnome-terminal window loses title

2007-02-05 Thread David Planella
It seems that this bug is easily reproduceable in Feisty after a new installation (i.e. no ~/.bashrc) with and a non-customized vim (i.e. no ~/.vimrc, no plugins, just a default install). Steps to reproduce: 1.- Start gnome-terminal. 2.- Execute vim. 3.- Exit vim. 4.- The gnome-terminal title

[Bug 60341] Re: gnome-terminal window loses title

2007-04-07 Thread Santiago Canez
This bug is no longer present for me under Feisty using gnome-terminal version 2.18.0-0ubuntu1. -- gnome-terminal window loses title https://bugs.launchpad.net/bugs/60341 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2007-04-08 Thread Sebastien Bacher
closing the bug then ** Changed in: gnome-terminal (Ubuntu) Status: Needs Info => Fix Released -- gnome-terminal window loses title https://bugs.launchpad.net/bugs/60341 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- deskt

[Bug 60341] Re: gnome-terminal window loses title

2006-09-14 Thread Daniel Holbach
Thanks for your bug report. Which version of Ubuntu and gnome-terminal do you use? Do use any other apt repositories? Can you attach the output of diff -u /etc/skel/.bash_profile .bash_profile diff -u /etc/skel/.bashrc .bashrc ** Changed in: gnome-terminal (Ubuntu) Importance: Untriag

[Bug 60341] Re: gnome-terminal window loses title

2006-09-14 Thread Santiago Canez
This is under Edgy with gnome-terminal 2.16.0-0ubuntu1, with no other apt repositories. Also, I use zsh insetad of bash. After some more investigating, I now see that this happens when using vim. In other words, opening and then closing vim causes this. So maybe this is a vim problem instead? It a

[Bug 60341] Re: gnome-terminal window loses title

2006-11-18 Thread Bernat Tallaferro
Confirming. It happpens to me always after running vim as well. IIRC, this seems to happen to me after running 'cvs ci' commands with cvsnt as well. Before executing vim, the gnome-terminal window title reads "Terminal", after exiting vim, it reads "untitled window". I'm running Edgy, using the 2

[Bug 60341] Re: gnome-terminal window loses title

2006-11-18 Thread Bernat Tallaferro
I'm attaching a text file with the differences between ~/.bashrc and /etc/skel/.bashrc as requested. There were no differences between /etc/skel/.bash_profile and ~/.bash_profile ** Attachment added: "Differences between ~/.bashrc and /etc/skel/.bashrc" http://librarian.launchpad.net/5107227/my

[Bug 60341] Re: gnome-terminal window loses title

2006-11-25 Thread Sebastien Bacher
Does it happen using bash? Do you get the bug when using xterm by example? ** Changed in: gnome-terminal (Ubuntu) Status: Confirmed => Needs Info -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 60341] Re: gnome-terminal window loses title

2006-11-25 Thread Bernat Tallaferro
I'm using bash, and I can reproduce the bug with gnome-terminal (simply edit any file with vim), but not with xterm. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Daniel Holbach
I can't reproduce it. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Daniel Holbach
I can't reproduce it. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Bernat Tallaferro
I can reproduce it on 2 computers. However, I've tried it on a third one and I could not reproduce it. I believe it definitely has to do with vim, since this only happens after quitting it. Furthermore, on the comment I was saying that this also happens when executing 'cvs ci', I forgot that I'm u

[Bug 60341] Re: gnome-terminal window loses title

2006-12-02 Thread Bernat Tallaferro
Well, I found what the cause of the problem is in my particular case. On the following diff between /etc/skel/.bashrc and ~/.bashrc, which I attached some days ago, the bug disappears when I uncomment the line: PROMPT_COMMAND='history -a' @@ -70,3 +70,13 @@ if [ -f /etc/bash_completion ]; then

[Bug 60341] Re: gnome-terminal window loses title

2006-09-14 Thread Daniel Holbach
Thanks for your bug report. Which version of Ubuntu and gnome-terminal do you use? Do use any other apt repositories? Can you attach the output of diff -u /etc/skel/.bash_profile .bash_profile diff -u /etc/skel/.bashrc .bashrc ** Changed in: gnome-terminal (Ubuntu) Importance: Untriag

[Bug 60341] Re: gnome-terminal window loses title

2006-09-14 Thread Santiago Canez
This is under Edgy with gnome-terminal 2.16.0-0ubuntu1, with no other apt repositories. Also, I use zsh insetad of bash. After some more investigating, I now see that this happens when using vim. In other words, opening and then closing vim causes this. So maybe this is a vim problem instead? It a

[Bug 60341] Re: gnome-terminal window loses title

2006-11-18 Thread Bernat Tallaferro
Confirming. It happpens to me always after running vim as well. IIRC, this seems to happen to me after running 'cvs ci' commands with cvsnt as well. Before executing vim, the gnome-terminal window title reads "Terminal", after exiting vim, it reads "untitled window". I'm running Edgy, using the 2

[Bug 60341] Re: gnome-terminal window loses title

2006-11-18 Thread Bernat Tallaferro
I'm attaching a text file with the differences between ~/.bashrc and /etc/skel/.bashrc as requested. There were no differences between /etc/skel/.bash_profile and ~/.bash_profile ** Attachment added: "Differences between ~/.bashrc and /etc/skel/.bashrc" http://librarian.launchpad.net/5107227/my

[Bug 60341] Re: gnome-terminal window loses title

2006-11-25 Thread Sebastien Bacher
Does it happen using bash? Do you get the bug when using xterm by example? ** Changed in: gnome-terminal (Ubuntu) Status: Confirmed => Needs Info -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 60341] Re: gnome-terminal window loses title

2006-11-25 Thread Bernat Tallaferro
I'm using bash, and I can reproduce the bug with gnome-terminal (simply edit any file with vim), but not with xterm. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Daniel Holbach
I can't reproduce it. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Daniel Holbach
I can't reproduce it. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Bernat Tallaferro
I can reproduce it on 2 computers. However, I've tried it on a third one and I could not reproduce it. I believe it definitely has to do with vim, since this only happens after quitting it. Furthermore, on the comment I was saying that this also happens when executing 'cvs ci', I forgot that I'm u

[Bug 60341] Re: gnome-terminal window loses title

2006-12-02 Thread Bernat Tallaferro
Well, I found what the cause of the problem is in my particular case. On the following diff between /etc/skel/.bashrc and ~/.bashrc, which I attached some days ago, the bug disappears when I uncomment the line: PROMPT_COMMAND='history -a' @@ -70,3 +70,13 @@ if [ -f /etc/bash_completion ]; then

[Bug 60341] Re: gnome-terminal window loses title

2007-02-05 Thread Sebastien Bacher
Do the other people having that problem use PROMPT_COMMAND? ** Changed in: gnome-terminal (Ubuntu) Status: Unconfirmed => Needs Info -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/

[Bug 60341] Re: gnome-terminal window loses title

2007-02-05 Thread David Planella
It seems that this bug is easily reproduceable in Feisty after a new installation (i.e. no ~/.bashrc) with and a non-customized vim (i.e. no ~/.vimrc, no plugins, just a default install). Steps to reproduce: 1.- Start gnome-terminal. 2.- Execute vim. 3.- Exit vim. 4.- The gnome-terminal title

[Bug 60341] Re: gnome-terminal window loses title

2007-04-07 Thread Santiago Canez
This bug is no longer present for me under Feisty using gnome-terminal version 2.18.0-0ubuntu1. -- gnome-terminal window loses title https://bugs.launchpad.net/bugs/60341 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2007-04-08 Thread Sebastien Bacher
closing the bug then ** Changed in: gnome-terminal (Ubuntu) Status: Needs Info => Fix Released -- gnome-terminal window loses title https://bugs.launchpad.net/bugs/60341 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- deskt

[Bug 60341] Re: gnome-terminal window loses title

2006-11-18 Thread Bernat Tallaferro
Confirming. It happpens to me always after running vim as well. IIRC, this seems to happen to me after running 'cvs ci' commands with cvsnt as well. Before executing vim, the gnome-terminal window title reads "Terminal", after exiting vim, it reads "untitled window". I'm running Edgy, using the 2

[Bug 60341] Re: gnome-terminal window loses title

2006-11-18 Thread Bernat Tallaferro
I'm attaching a text file with the differences between ~/.bashrc and /etc/skel/.bashrc as requested. There were no differences between /etc/skel/.bash_profile and ~/.bash_profile ** Attachment added: "Differences between ~/.bashrc and /etc/skel/.bashrc" http://librarian.launchpad.net/5107227/my

[Bug 60341] Re: gnome-terminal window loses title

2006-11-25 Thread Sebastien Bacher
Does it happen using bash? Do you get the bug when using xterm by example? ** Changed in: gnome-terminal (Ubuntu) Status: Confirmed => Needs Info -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://list

[Bug 60341] Re: gnome-terminal window loses title

2006-11-25 Thread Bernat Tallaferro
I'm using bash, and I can reproduce the bug with gnome-terminal (simply edit any file with vim), but not with xterm. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Daniel Holbach
I can't reproduce it. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Daniel Holbach
I can't reproduce it. -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2006-12-01 Thread Bernat Tallaferro
I can reproduce it on 2 computers. However, I've tried it on a third one and I could not reproduce it. I believe it definitely has to do with vim, since this only happens after quitting it. Furthermore, on the comment I was saying that this also happens when executing 'cvs ci', I forgot that I'm u

[Bug 60341] Re: gnome-terminal window loses title

2006-12-02 Thread Bernat Tallaferro
Well, I found what the cause of the problem is in my particular case. On the following diff between /etc/skel/.bashrc and ~/.bashrc, which I attached some days ago, the bug disappears when I uncomment the line: PROMPT_COMMAND='history -a' @@ -70,3 +70,13 @@ if [ -f /etc/bash_completion ]; then

[Bug 60341] Re: gnome-terminal window loses title

2007-02-05 Thread Sebastien Bacher
Do the other people having that problem use PROMPT_COMMAND? ** Changed in: gnome-terminal (Ubuntu) Status: Unconfirmed => Needs Info -- gnome-terminal window loses title https://launchpad.net/bugs/60341 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/

[Bug 60341] Re: gnome-terminal window loses title

2007-02-05 Thread David Planella
It seems that this bug is easily reproduceable in Feisty after a new installation (i.e. no ~/.bashrc) with and a non-customized vim (i.e. no ~/.vimrc, no plugins, just a default install). Steps to reproduce: 1.- Start gnome-terminal. 2.- Execute vim. 3.- Exit vim. 4.- The gnome-terminal title

[Bug 60341] Re: gnome-terminal window loses title

2007-04-07 Thread Santiago Canez
This bug is no longer present for me under Feisty using gnome-terminal version 2.18.0-0ubuntu1. -- gnome-terminal window loses title https://bugs.launchpad.net/bugs/60341 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- desktop-bugs

[Bug 60341] Re: gnome-terminal window loses title

2007-04-08 Thread Sebastien Bacher
closing the bug then ** Changed in: gnome-terminal (Ubuntu) Status: Needs Info => Fix Released -- gnome-terminal window loses title https://bugs.launchpad.net/bugs/60341 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is a bug assignee. -- deskt

[Bug 60341] Re: gnome-terminal window loses title

2006-09-14 Thread Daniel Holbach
Thanks for your bug report. Which version of Ubuntu and gnome-terminal do you use? Do use any other apt repositories? Can you attach the output of diff -u /etc/skel/.bash_profile .bash_profile diff -u /etc/skel/.bashrc .bashrc ** Changed in: gnome-terminal (Ubuntu) Importance: Untriag

[Bug 60341] Re: gnome-terminal window loses title

2006-09-14 Thread Santiago Canez
This is under Edgy with gnome-terminal 2.16.0-0ubuntu1, with no other apt repositories. Also, I use zsh insetad of bash. After some more investigating, I now see that this happens when using vim. In other words, opening and then closing vim causes this. So maybe this is a vim problem instead? It a