diff options
author | Pablo Barciela <[email protected]> | 2018-08-03 02:41:00 +0200 |
---|---|---|
committer | ZenWalker <[email protected]> | 2018-08-22 03:26:46 +0200 |
commit | c587ae127cf0d6fee6b7e8c21bbe1c903faac13c (patch) | |
tree | 98df210a6dd79b4a4b6c9760663946c8c2a10939 /data | |
parent | 10e665ff9b410553582f3764674fabe8d6a3e246 (diff) | |
download | engrampa-c587ae127cf0d6fee6b7e8c21bbe1c903faac13c.tar.bz2 engrampa-c587ae127cf0d6fee6b7e8c21bbe1c903faac13c.tar.xz |
Add the ability to support 'unar' over .zip archives
Closes https://github.com/mate-desktop/engrampa/issues/210
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.engrampa.gschema.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/org.mate.engrampa.gschema.xml.in b/data/org.mate.engrampa.gschema.xml.in index 3916099..c997fd9 100644 --- a/data/org.mate.engrampa.gschema.xml.in +++ b/data/org.mate.engrampa.gschema.xml.in @@ -126,6 +126,11 @@ <summary>Encrypt the archive header</summary> <description>Whether to encrypt the archive header. If the header is encrypted the password will be required to list the archive content as well.</description> </key> + <key name="unar-open-zip" type="b"> + <default>false</default> + <summary>Adds 'unar' support over .zip archives.</summary> + <description>It enables the ability to support 'unar' over .zip archives.</description> + </key> </schema> <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.engrampa.dialogs" path="/org/mate/engrampa/dialogs/"> <child name="extract" schema="org.mate.engrampa.dialogs.extract"/> |