Summary: | emerge doesn't change the xterm title back to original after being killed | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Dmitry Suzdalev <dimsuz> |
Component: | Unclassified | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | simons |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
patch for emerge
patch for emerge |
Description
Dmitry Suzdalev
2003-06-12 02:45:30 UTC
Don't actually know should I add this comment to this bug or file a new one, but still.... I decided to try KDE's Konsole terminal emulator and now after I do: # emerge -s <package> Konsole title is wrong: Before I issued the command above it was "Shell - Konsole" and after it became "xterm - Shell - Konsole". It seems that emerge thinks that there is only one terminal emulator -- Xterm :). If you think that this bug should be reported seporately, please tell me, I'll do it. Created attachment 15419 [details, diff]
patch for emerge
it seems atexit function doesn't work.
so I replaced it with "signal" function.
Created attachment 15420 [details, diff]
patch for emerge
*** Bug 21755 has been marked as a duplicate of this bug. *** fixed in sys-apps/portage-2.0.49_pre18 |