Changes between Version 108 and Version 109 of UserGuideGit


Ignore:
Timestamp:
Dec 12, 2008, 3:17:09 PM (16 years ago)
Author:
Frédéric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuideGit

    v108 v109  
    88   * [#Presetconverter Preset converter]
    99  * [#Shootingsequence Shooting sequence]
     10 * [#Cutomization Cutomization ]
    1011 * [#Referencemanual Reference manual]
    1112  * [#Mainwindow Main window]
     
    128129If the '''{{{manual shooting}}}''' flag is set, the shooting sequence will automatically go to pause mode after each move (before running the camera shutter sequence), and after each camera shutter sequence (before moving to the next position). During the camera shutter sequence, the shutter will be triggered one or more times, depending of the bracketing parameter in the config; no pause will be done inside this sequence.
    129130
     131== Cutomization ==
     132
     133Since release 1.5.2, Papywizard can load a user GTK resources file. This file must be name '''{{{gtkrc}}}''', and must be located in '''{{{C:\\Documents and Settings\<user>\Application Data\papywizard}}}'''¹ under Windows, '''{{{~/.config/papywizard/gtkrc}}}''' under linux, and '''{{{/home/user/.config/papywizard/gtkrc}}}''' under maemo.
     134
     135Here is a sample file to change the font size:
     136
     137{{{
     138# gtkrc
     139
     140style "papywizard-font"
     141{
     142    font_name="Sans Serif 16"
     143}
     144
     145widget_class "*" style "papywizard-font"
     146}}}
     147
     148''¹: you have to configure the Windows Explorater so it shows you ''system'' files and directories.
     149
    130150== Reference manual ==
    131151