Font size problem with Gnome using Motif applications
0 Comments Published February 1st, 2006 in Linux Tags: .A problem I found with some application is that they use different widgets that are not controlled by gnome. For example, some KDE and motif applications use bigger font than the one I set up in Gnome. This, sometime, makes applications unusable as text and widgets exceed the dialog size (that sometime is not resizable).
To solve this problem it is possible to modify the file .gtkrc.mine in the home directory, selecting a default font for non-gnome applications as in following example:
style "default-text" {
fontset="-adobe-helvetica-medium-r-normal-*-*-80-*-*-p-*-iso8859-1"
}
class "GtkWidget" style "default-text"
The fontset string can be created using the command xfontsel.
I don’t know how this file is used, but i found this solution searching internet… Many things are very obscure with Linux, and google is the reference manual for those things :-). At least everything works great.
Search
Calendar
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Jan | Jun » | |||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | |||||
Archives
Categories
- Android (3)
- Apple (26)
- Books (7)
- Eclipse (14)
- Errors (3)
- Firefox (7)
- Git (2)
- Hardware (16)
- Horror Code (8)
- Internet (18)
- Java (98)
- JavaScript (9)
- Life, universe and everything (45)
- Lifehacks (25)
- Linux (50)
- Opinions (25)
- OSX (4)
- Python (1)
- Software (27)
- Speeches and Conferences (8)
- Unix (3)
- Web (21)
- Windows (19)
Tag Cloud
Android apple architecture Bash colors configuration CSS Development Düsseldorf Eclipse germany Git Google Hardware hdr How-To Java JAXB job junit Karmic Linux MacBook music night Open Source Opinion oracle OSX patterns Pitfalls Practices Resume Security Software Suspend TDD Testing tip tonemapped Tricks Ubuntu video Web XML
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Blog License
Blogs I like
Books on the desk
Friends' Blogs
- Antonio Terreno & Valter Bernardini
- Bruno Bossola
- Daniele Galluccio
- Domenico Ventura
- Ed Schepis
- Fabrizio Gianneschi
- Luca Grulla
- Luigi Zanderighi
- Marcello Teodori
- Mida Boghetich
- Muralidharan Chandrasekaran
- Piero Ricca
- Renzo Borgatti
- Simone Bordet
- Simone Bruno
- Uberto Barbini
- Valvolog
- Webtide blogs (Greg Wilkins & Jan Bartel)
Links




















No Responses to “Font size problem with Gnome using Motif applications”
Please Wait
Leave a Reply