[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2018-09-12 Thread Theo Linkspfeifer
https://git.xfce.org/apps/xfce4-terminal/commit/?id=fa9d95c99d3c73c80fc42fbc23b73a5a8d5bae79 The config option was removed in xfce4-terminal also. Like mentioned in the previous comment, it is TERM=xterm-256color by default now. ** Changed in: vte (Ubuntu) Status: Triaged => Fix Released

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2016-03-19 Thread Egmont Koblinger
FYI: Newer versions of vte/gnome-terminal set TERM=xterm-256color (hardcoded; no config option available). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/778801 Title: TERM uncondition

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2014-11-04 Thread Ash
Is there any chance of this being looked at? I use XFCE4 and this bug affects me. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/778801 Title: TERM unconditionally set to "xterm", rega

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2014-04-27 Thread Bug Watch Updater
** Changed in: vte Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/778801 Title: TERM unconditionally set to "xterm", regardless of config To manage notif

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2013-05-04 Thread Micah Cowan
(the line wrapped for the first "if" line; that needs to be a single line to work) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/778801 Title: TERM unconditionally set to "xterm", reg

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2013-05-04 Thread Micah Cowan
FWIW, the workaround I've been using for some time now is: if [ \( "x$COLORTERM" = "xgnome-terminal" -o "x$COLORTERM" = "xTerminal" -o "x$COLORTERM" = "xxfce4-terminal" \) -a "x$TERM" = "xxterm" ] && infocmp xterm-256color >/dev/null 2>&1; then TERM=xterm-256color fi in my .bashrc or

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2013-05-04 Thread TK
Still present in Raring -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/778801 Title: TERM unconditionally set to "xterm", regardless of config To manage notifications about this bug g

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2012-11-25 Thread Ryan Kinderman
Still present in Quantal. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/778801 Title: TERM unconditionally set to "xterm", regardless of config To manage notifications about this bug

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2012-05-03 Thread Ivan Frederiks
Still present in Precise. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/778801 Title: TERM unconditionally set to "xterm", regardless of config To manage notifications about this bug

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2012-03-03 Thread Gytis Žilinskas
still present and very very annoying -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/778801 Title: TERM unconditionally set to "xterm", regardless of config To manage notifications abo

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2011-10-14 Thread Henning Hoefer
This bug seems to be still present in Xubuntu 11.10 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/778801 Title: TERM unconditionally set to "xterm", regardless of config To manage no

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2011-10-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xfce4-terminal (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bug

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2011-05-31 Thread Pedro Villavicencio
** Changed in: vte (Ubuntu) Status: New => Triaged ** Changed in: vte (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/778801 Title: TERM

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2011-05-06 Thread Bug Watch Updater
** Changed in: vte Status: Unknown => New ** Changed in: vte Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubuntu. https://bugs.launchpad.net/bugs/778801 Title: TERM unconditionally

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2011-05-06 Thread Micah Cowan
Note that gnome-terminal isn't effected, since gnome-terminal doesn't give the user the option to specify the TERM value to begin with. This is generally a desirable feature to have, though. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2011-05-06 Thread Micah Cowan
Added vte, until it's clearer which of xfce4-terminal and vte should fix this (as I said, though, it looks to me like only vte _can_ fix it, though upstream seems unwilling). -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to vte in Ubunt

[Bug 778801] Re: TERM unconditionally set to "xterm", regardless of config

2011-05-06 Thread Micah Cowan
According to the discussion on the Gnome VTE bug linked, calling vte_terminal_set_emulation won't work either, unless it happens to be recognized as a supported emulation mode. "xterm-256color" isn't, so this solution wouldn't work. There doesn't seem to be an obvious, clean way to fix the problem