Bug 173685

Summary: Konsole esacpes backslashes where it shouldn't
Product: [Applications] konsole Reporter: Tobias Leupold <tl>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED NOT A BUG    
Severity: normal CC: tl
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.