Bug 321399

Summary: Headings in man pages are truncated
Product: [Applications] konsole Reporter: Geoffrey van Wyk <geoffrey.vanwyk>
Component: fontAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED NOT A BUG    
Severity: normal CC: cfeck, chaofeng111
Priority: NOR    
Version: 2.10.4   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Screenshot

Description Geoffrey van Wyk 2013-06-19 17:30:40 UTC
Some of the headings in man pages are trunctated, e.g. instead of seeing 'Description', one sees 'Descriptio'.

Reproducible: Always

Steps to Reproduce:
1. Open the man page of any program, $ e.g. man cd.
2. 
3.
Actual Results:  
Headings are truncated.

Expected Results:  
Headings should be complete.
Comment 1 Geoffrey van Wyk 2013-06-19 17:39:00 UTC
Created attachment 80644 [details]
Screenshot
Comment 2 Christoph Feck 2013-06-20 10:18:34 UTC
You are using a font which has a "bold" variant with wider characters than the "regular" variant. Konsole only supports fonts where all characters are the same size.
Comment 3 Geoffrey van Wyk 2013-06-20 11:14:37 UTC
You are right. I used Inconsolata Medium. After switching back to Monospace, the truncation is gone.