Bug 173685 - Konsole esacpes backslashes where it shouldn't
Summary: Konsole esacpes backslashes where it shouldn't
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-27 15:45 UTC by Tobias Leupold
Modified: 2008-10-27 16:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Leupold 2008-10-27 15:45:38 UTC
Version:            (using KDE 4.1.2)
OS:                Linux
Installed from:    Gentoo Packages

My server outputs a banner when I login on it via ssh. This is:

+------------------- Willkommen auf ---------------------+
|  _    _ _    _               ___                       |
| | |  (_) |__| |__ _  _ ___  / __| ___ _ ___ _____ _ _  |
| | |__| | '_ \ '_ \ || (_-<  \__ \/ -_) '_\ V / -_) '_| |
| |____|_|_.__/_.__/\_, /__/  |___/\___|_|  \_/\___|_|   |
|                   |__/                                 |
+--------------------------------------------------------+

KDE 4.1.2's konsole escapes the backslashes in this banner and the following string is printed instead:

+------------------- Willkommen auf ---------------------+
|  _    _ _    _               ___                       |
| | |  (_) |__| |__ _  _ ___  / __| ___ _ ___ _____ _ _  |
| | |__| | '_ \\ '_ \\ || (_-<  \\__ \\/ -_) '_\\ V / -_) '_| |
| |____|_|_.__/_.__/\\_, /__/  |___/\\___|_|  \\_/\\___|_|   |
|                   |__/                                 |
+--------------------------------------------------------+

KDE 3.5.10's konsole displays is as it should.
Comment 1 Tobias Leupold 2008-10-27 16:15:12 UTC
Sorry for posting too fast guys, I think this is a sshd issue, not a konsole bug.