Version: (using Devel) Installed from: Compiled sources When running konsole on RTL desktops, the console display text layout direction is set to RTL which causes the console text to be rendered in RTL mode, and not LTR as the applications expect. I am attaching a screen shot which demostrates the problem. (BTW, mc works pretty good, and it's really funny to look at, I strongly suggest running it under a Konsole in RTL mode). You can reproduce the problem by running "konsole --reverse".
Created attachment 23272 [details] Konsole in RTL mode - borked display
SVN commit 766383 by knight: Force left to right layout in the terminal display widget. Otherwise Konsole is unusable on RTL desktops. BUG: 156654 M +19 -8 TerminalDisplay.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=766383
SVN commit 766384 by knight: Backport #766383. Force left to right layout in terminal display widget. CCBUG: 156654 M +19 -8 TerminalDisplay.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=766384