Update Finnish translation
[nomnom.git] / README.packagers
blobb01d26ed7eacce8dedbec55563b89b92c351de62
2 PACKAGERS
3 =========
5 Prerequisites
6 -------------
8 See the INSTALL file.
11 System-wide configuration file
12 ------------------------------
14 If you choose to install NomNom with a system-wide configuration file,
15 please keep in mind that the users may override the values in the settings
16 at any time.
18 Refer to the Qt documentation (look up QSettings) for the typical search
19 paths as they tend to vary on how Qt was configured. For example, on a
20 typical Unix-like systems these may be:
22   /etc/xdg/NomNom/NomNom.conf
23   /etc/xdg/NomNom.conf
24   /etc/NomNom.conf
26 Example: Force the application to use command "/foo/bar" instead of
27          default "quvi"
29   [Settings]
30   ParseUsing=other^
31   ParseUsingOther=/foo/bar^-f -b %u
33 You can tell the application to use a custom command by setting (in
34 this case) "ParseUsing" to "other^" and then add the "ParseUsingOther"
35 variable that defines the (path) to the custom command with the args.
36 Make also a note of the "^" that separates the command and the args.
38 For other supported Settings variables, see:
39   $top_srcdir/src/settings/nsettings.cpp
41 Or, alternatively, you could use your own local config file as a
42 template config file. To find the path to the file, run:
43   nomnom --config-path