| Summary: | Konsole Title only shows first byte of IP Adress | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Majin Sniper <majinsniper> |
| Component: | general | Assignee: | Robert Knight <robertknight> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Majin Sniper
2007-06-02 12:16:34 UTC
Confirmed, your explanation is correct, it truncates everything after the first "." when determining the short host name. Looks like this is the first KDE 4 bug report. Fixed, Konsole attempts to parse the host as an IP address. If that succeeds the full address is shown for the 'short host' marker, otherwise the host is truncated to the position of the first period. |