Closed GoogleCodeExporter closed 9 years ago
Sounds like a problem with Xfce. I assume you have the 'term' option set to
"xterm".
Most likely, when Vim fetches the current window title it is "Terminal", so
that is what Vim writes back. But then Xfce prepends "Terminal - ". I do not
think Vim can solve this. Well, if it is always "Terminal", not translated or
ever changed, there would be a Vim termcap option to remove that before
restoring the the title.
Original comment by brammool...@gmail.com
on 26 Sep 2012 at 8:18
> Sounds like a problem with Xfce.
That's quite possible. I'm not 100% sure yet.
> I assume you have the 'term' option set to "xterm".
$ echo $TERM
xterm-256color
Trying with "export TERM=xterm" results in the same bug.
I'll try to debug it when I have time.
I also found the same bug described in Debian here:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575795
Original comment by dominiqu...@gmail.com
on 27 Sep 2012 at 10:52
i raised this yonks ago..
https://bugzilla.xfce.org/show_bug.cgi?id=7460
compiling '--without-x' is a work around, but then you lose the clipboard
buffer interation
Original comment by elbeardmorez
on 27 Nov 2012 at 6:01
Since I upgraded from xubuntu-12.04 to xubuntu-12.10, this bug no longer
happens. It probably had nothing to do with Vim but was a bug in the xfce
terminal which now appears to be fixed.
Original comment by dominiqu...@gmail.com
on 26 Dec 2012 at 4:27
Original comment by chrisbr...@googlemail.com
on 30 Sep 2014 at 6:20
Original issue reported on code.google.com by
dominiqu...@gmail.com
on 26 Sep 2012 at 9:40