Bug 156654 - Konsole 4 is unusable for RTL desktops
Summary: Konsole 4 is unusable for RTL desktops
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-25 17:43 UTC by Diego Iastrubni
Modified: 2008-01-25 19:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Konsole in RTL mode - borked display (40.33 KB, image/png)
2008-01-25 17:44 UTC, Diego Iastrubni
Details

Note You need to log in before you can comment on or make changes to this bug.
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