[Konsole-devel] [Bug 123325] New: Font changing with DCOP or Schema
Thomas Eriksson
thomas.eriksson at gmail.com
Thu Mar 9 10:59:51 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=123325
Summary: Font changing with DCOP or Schema
Product: konsole
Version: unspecified
Platform: Ubuntu Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
AssignedTo: konsole-devel kde org
ReportedBy: thomas.eriksson gmail com
Version: (using KDE KDE 3.4.3)
Installed from: Ubuntu Packages
OS: Linux
I'm the author of the Bashish console theme engine, http://bashish.sf.net
I intend to port Bashish to konsole. What I have got working so far (prototyping) is fg/bg and 16-color changing by generating schemas on the fly.
I have not been able to implement font changing since I found no way of changing fonts except interactively, so my wish is for the Konsole devs to add the following attribute under the session-[n] "class" in dcop:
void setFont(QFont font)
and if possible the following to ease scriptability, so one doesn't have to
write a C++ helper :)
void setFontName(String fontname)
void setFontSize(int size)
a third option would be to add the font as a variable in the Schema.
(I'm using an old version of console, but from looking at the changelog, no such feature have appeared)
More information about the konsole-devel
mailing list