Changes between Version 30 and Version 31 of FAQ
- Timestamp:
- Dec 11, 2008, 10:51:51 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v30 v31 7 7 * [#WhatdevicecanIuse What device can I use?] 8 8 * [#BluetoothdoesnotworkunderWindows Bluetooth does not work under Windows] 9 * [#HowcanIchange fontsize How can I change font size?]9 * [#HowcanIchangelooknfeel How can I change the look'n'feel?] 10 10 * [#Errors Errors] 11 11 * [#Errorrelatedtoconfiguration Error related to configuration] … … 30 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. 31 31 32 === How can I change font size? ===32 === How can I change look'n'feel? === 33 33 34 It is possible to globaly change the GTK applications font size, by creating a '''{{{gtkrc}}}''' user file:34 It is possible to globaly change the application look'n'feel using the GTK styles, by creating a '''{{{gtkrc}}}''' user file: 35 35 36 36 * '''{{{C:\\Documents and Settings\<user>\Application Data\papywizard\gtkrc}}}'''¹ under Windows … … 38 38 * '''{{{/home/user/.config/papywizard/gtkrc}}}''' under maemo 39 39 40 Here is a sample file :40 Here is a sample file to change the font size: 41 41 42 42 {{{ … … 51 51 gtk-font-name="Sans Serif 13" 52 52 }}} 53 54 I'm not familiar with styles under GTK, but there are plenty documentation arround. If you write some nice themes, please share them ;o). 53 55 54 56 ''Note: this only works for release 1.5.2 or above.''