Changes between Version 25 and Version 26 of FAQ


Ignore:
Timestamp:
Dec 10, 2008, 1:39:51 PM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v25 v26  
    77  * [#WhatdevicecanIuse What device can I use?]
    88  * [#BluetoothdoesnotworkunderWindows Bluetooth does not work under Windows]
     9  * [#HowcanIchangefontsize How can I change font size?]
    910 * [#Errors Errors]
    1011  * [#Errorrelatedtoconfiguration Error related to configuration]
     
    2930Bluetooth support through [http://org.csail.mit.edu/pybluez pybluez] is limited; only Windows and Broadcom stacks are supported. So, if your device comes with Toshiba or Bluesoleil stack, first remove it, and let Windows install its drivers. It should then work.
    3031
     32=== How can I change font size? ===
     33
     34It is possible to change the GTK applications font size globaly, by editing the '''{{{.gtkrc-2.0}}}''' file. On Linux, this file is in the home directory ('''{{{~}}}'''); on Nokia/maemo, it is under '''{{{/home/user}}}'''. On windows, it is under [fixme].
     35
     36Here is a sample file:
     37
     38{{{
     39# .gtkrc-2.0
     40
     41style "user-font"
     42{
     43    font_name="Sans Serif 10"
     44}
     45widget_class "*" style "user-font"
     46
     47gtk-font-name="Sans Serif 10"
     48}}}
     49
    3150== Errors ==
    3251