diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-03-20 09:13:50 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-03-20 09:13:50 +0100 |
commit | aafaa7c3ff1f88dadbad34559adab7b35be8542b (patch) | |
tree | 11f3ff35af220dd659d42e5f87d29b5d5ca073cb /data/org.gnome.SimpleScan.gschema.xml | |
parent | 055f6f3e01bb718bfdd61331e1b13b0cdba6d718 (diff) | |
parent | e01ac9786891513c1cb628ca0a0374436057cc3b (diff) |
Merge branch 'release/debian/42.0-1'debian/42.0-1
Diffstat (limited to 'data/org.gnome.SimpleScan.gschema.xml')
-rw-r--r-- | data/org.gnome.SimpleScan.gschema.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/org.gnome.SimpleScan.gschema.xml b/data/org.gnome.SimpleScan.gschema.xml index 290add1..03f1922 100644 --- a/data/org.gnome.SimpleScan.gschema.xml +++ b/data/org.gnome.SimpleScan.gschema.xml @@ -77,5 +77,25 @@ <summary>Delay in millisecond between pages</summary> <description>Delay in millisecond between pages.</description> </key> + <key name="postproc-enabled" type="b"> + <default>false</default> + <summary>Whether or not postprocessing is enabled</summary> + <description>Whether or not postprocessing is enabled.</description> + </key> + <key name="postproc-script" type="s"> + <default>''</default> + <summary>The path to the postprocessing script</summary> + <description>The path to the postprocessing script.</description> + </key> + <key name="postproc-arguments" type="s"> + <default>''</default> + <summary>Additional arguments for the postprocessing script</summary> + <description>Additional arguments for the postprocessing script.</description> + </key> + <key name="postproc-keep-original" type="b"> + <default>false</default> + <summary>Whether or not to keep the original, unprocessed file</summary> + <description>Whether or not to keep the original, unprocessed file. The "_orig" filename will be added to the filename immediately before the file extension. </description> + </key> </schema> </schemalist> |