Bug 173000 - Font Settings in Konsole limited wrt prior version
Summary: Font Settings in Konsole limited wrt prior version
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 2.1
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 01:30 UTC by Andreas Klöckner
Modified: 2010-05-01 23:15 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Klöckner 2008-10-17 01:30:13 UTC
Version:           2.1 (using 4.1.1 (KDE 4.1.1), Debian packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.26-1-686

I used to be able to pick "DjVu Sans Mono" in Konsole's font dialog--but not any more. I also used to be able to set 8.5 as a point size--and that option is also no more.
Comment 1 Robert Knight 2008-10-17 18:31:24 UTC
Hello,

I do see the 'DejaVu Sans Mono' font in the font settings dialog on my system (Ubuntu 8.10).  Can you please post the output of:

fc-match "DejaVu Sans Mono"

The lack of font sizes between points is an omission that needs to be fixed in the KDE libraries but it is a low priority issue for me at the moment.
Comment 2 Christoph Feck 2010-02-05 02:01:08 UTC
Konsole supports floating point font sizes starting with KDE SC 4.4, not with the slider, but by just selecting it in the font dialog. The slider text does not display the floating point value, but that is purely cosmetic. The bug report merely asks for being able to specify those fractions, and Konsole allows that now.

For the slider, I had started working on it, but stopped after I found out that it is not really needed to close this bug.
Comment 3 Kurt Hindenburg 2010-05-01 23:15:52 UTC
SVN commit 1121592 by hindenburg:

Allow floating point font sizes.

Original patch by Christoph Feck; hacking/changes/bugs are mine.

BUG: 173000


 M  +29 -20    EditProfileDialog.cpp  
 M  +2 -0      EditProfileDialog.h  
 M  +3 -3      SessionController.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1121592