Bug 156654

Summary: Konsole 4 is unusable for RTL desktops
Product: [Applications] konsole Reporter: Diego Iastrubni <elcuco>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Konsole in RTL mode - borked display

Description Diego Iastrubni 2008-01-25 17:43:37 UTC
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".
Comment 1 Diego Iastrubni 2008-01-25 17:44:10 UTC
Created attachment 23272 [details]
Konsole in RTL mode - borked display
Comment 2 Robert Knight 2008-01-25 19:08:22 UTC
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
Comment 3 Robert Knight 2008-01-25 19:10:00 UTC
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