Changes between Version 27 and Version 28 of FAQ
- Timestamp:
- Dec 10, 2008, 4:33:55 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v27 v28 32 32 === How can I change font size? === 33 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]. 34 It is possible to globaly change the GTK applications font size, by creating a '''{{{gtkrc}}}''' user file: 35 36 * '''{{{C:\\Documents and Settings\<user>\Application Data\papywizard\gtkrc}}}'''¹ under Windows 37 * '''{{{~/.config/papywizard/gtkrc}}}''' under linux 38 * '''{{{/home/user/.config/papywizard/gtkrc}}}''' under maemo 35 39 36 40 Here is a sample file: 37 41 38 42 {{{ 39 # .gtkrc-2.043 # gtkrc 40 44 41 45 style "user-font" … … 54 58 It may happen that the configuration file can't be updated while installing a new version, especially when you use dev. release. If Papywizard can't start, and report an error related to the configuration, you need to remove the config. file: 55 59 56 * C:\Documents and Settings\<user>\Application Data\papywizard\papywizard.conf¹ under Windows 57 * ~/.config/papywizard/papywizard.conf under linux (including maemo) 60 * '''{{{C:\\Documents and Settings\<user>\Application Data\papywizard\papywizard.conf}}}'''¹ under Windows 61 * '''{{{~/.config/papywizard/papywizard.conf}}}''' under linux 62 * '''{{{/home/user/.config/papywizard/papywizard.conf}}}''' under maemo 58 63 59 64 ''¹: you have to configure the Windows Explorater so it shows you ''system'' files and directories.