Bug 1173688
| Summary: | Gnome-terminal no longer sets $COLORTERM | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom Johnson <tiddlydum> |
| Component: | gnome-terminal | Assignee: | Matthias Clasen <mclasen> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | debarshir, egmont, mclasen, zeenix |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-09-16 12:59:13 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tom Johnson
2014-12-12 16:40:32 UTC
Workaround: change the launch command for gnome-terminal to run the following script:
#!/usr/bin/sh
COLORTERM="gnome" exec ${SHELL}
See bug 1166428 & bug 1165439. (Also see https://bugzilla.gnome.org/show_bug.cgi?id=733423 for the rationale behind dropping it.) This is the upstream commit that stopped setting COLORTERM:
commit 1d5c1b6ca6373c1301494edbc9e43c3e6a9c9aaf
Author: Christian Persch <chpe>
Date: Sat Apr 26 19:13:21 2014 +0200
screen: Stop setting COLORTERM env var
COLORTERM is a long-obsolete slang-only variable used to work around
broken termcap/terminfo entries.
|