Bug 1144201
| Summary: | guestfish can not restore terminal's output colour when exit guestfish, if the terminal's background colour is black then it will make a inconvenient | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Lingfei Kong <lkong> | ||||
| Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.1 | CC: | leiwang, mbooth, ptoscano, wshi | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | libguestfs-1.27.50-1.1.el7 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-03-05 13:45:23 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: | |||||||
| Attachments: |
|
||||||
Created attachment 939072 [details]
guestfish_2.png
An easy way to reproduce this: (1) Run: xterm -bg black -fg white (2) In the xterm window which opens, run guestfish (3) Type 'exit' at the guestfish prompt (4) We return to the command prompt, but with black-on-black prompt and text. Upstream fix: https://github.com/libguestfs/libguestfs/commit/816d7cf9413ceb70fba48c069e3d2c39c6b67f49 It also requires a patch to the spec file: http://pkgs.fedoraproject.org/cgit/libguestfs.git/commit/?id=035b053b529ef965f1083400d2d29d4040303813 *** Bug 1144198 has been marked as a duplicate of this bug. *** Verify with libguestfs-1.27.53-1.1.el7 Steps to verify: 1. Run: xterm -bg black -fg white 2. Run guestfish 3. ><fs> exit 4. Return to the command prompt with white-on-black prompt Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-0303.html |
Description of problem: guestfish can not restore terminal's output colour when exit guestfish, if the terminal's background colour is black then it will make a inconvenient(see attatchment: guestfish_2.png). Version-Release number of selected component (if applicable): libguestfs-1.27.48-1.1.el7 How reproducible: 100% Steps to Reproduce: # useradd test # su - test # guestfish ><fs> ><fs> exit [test@rhel7libguestfs ~]$ (these characters are black on a black background colour) Actual results: See attachment: guestfish_2.png Expected results: guestfish should restore terminal's output colour when exit guestfish Additional info: