Changes between Version 25 and Version 26 of FAQ
- Timestamp:
- Dec 10, 2008, 1:39:51 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v25 v26 7 7 * [#WhatdevicecanIuse What device can I use?] 8 8 * [#BluetoothdoesnotworkunderWindows Bluetooth does not work under Windows] 9 * [#HowcanIchangefontsize How can I change font size?] 9 10 * [#Errors Errors] 10 11 * [#Errorrelatedtoconfiguration Error related to configuration] … … 29 30 Bluetooth 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. 30 31 32 === How can I change font size? === 33 34 It 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 36 Here is a sample file: 37 38 {{{ 39 # .gtkrc-2.0 40 41 style "user-font" 42 { 43 font_name="Sans Serif 10" 44 } 45 widget_class "*" style "user-font" 46 47 gtk-font-name="Sans Serif 10" 48 }}} 49 31 50 == Errors == 32 51