Changes between Version 27 and Version 28 of FAQ


Ignore:
Timestamp:
Dec 10, 2008, 4:33:55 PM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v27 v28  
    3232=== How can I change font size? ===
    3333
    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].
     34It 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
    3539
    3640Here is a sample file:
    3741
    3842{{{
    39 # .gtkrc-2.0
     43# gtkrc
    4044
    4145style "user-font"
     
    5458It 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:
    5559
    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
    5863
    5964''¹: you have to configure the Windows Explorater so it shows you ''system'' files and directories.