Bug 299346

Summary: Line-spacing too large since 4.8.2
Product: [Applications] konsole Reporter: Markus Trippelsdorf <octoploid>
Component: fontAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 2.8.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: bad line-spacing
good line-spacing

Description Markus Trippelsdorf 2012-05-04 07:29:21 UTC
Apparently the line-spacing implementation changed in 4.8.2
and now lines a too far apart compared to 4.8.1. 
I like a compact layout, so that I can see as many lines as possible.

Reproducible: Always
Comment 1 Markus Trippelsdorf 2012-05-04 07:31:05 UTC
Created attachment 70846 [details]
bad line-spacing
Comment 2 Markus Trippelsdorf 2012-05-04 07:32:42 UTC
Created attachment 70847 [details]
good line-spacing

Font is "Lucida Sans Typewriter Std, size 9"
Comment 3 Jekyll Wu 2012-05-04 08:14:01 UTC
Are you using Qt higher than 4.8? probably introuduced by the commit which is intended to work around bug 280896.

Try enablig Bi-Directional text rendering in your konsole profile.
Comment 4 Markus Trippelsdorf 2012-05-04 10:06:59 UTC
(In reply to comment #3)
> Are you using Qt higher than 4.8? probably introuduced by the commit which
> is intended to work around bug 280896.
> 
> Try enablig Bi-Directional text rendering in your konsole profile.

Thanks Jekyll. 
Yes, I use Qt 4.8.1.. 
Enabling bi-directional rendering fixed the issue.
Are there any downsides when this option is enabled?
Comment 5 Jekyll Wu 2012-05-04 10:58:47 UTC
Well, some users say enabling Bi-Di causes performace penalty.  I haven't do any profiling.