deja-dup-team team mailing list archive
-
deja-dup-team team
-
Mailing list archive
-
Message #00743
[Merge] lp:~vej/deja-dup/fixes_gschema_xml_in into lp:deja-dup
Vej has proposed merging lp:~vej/deja-dup/fixes_gschema_xml_in into lp:deja-dup.
Requested reviews:
Michael Terry (mterry)
For more details, see:
https://code.launchpad.net/~vej/deja-dup/fixes_gschema_xml_in/+merge/314770
Updates the description of data/org.gnome.DejaDup.gschema.xml.in to include the variable $USER and state, that the other special variables are only replaced, when they are not part of larger paths.
--
Your team Déjà Dup Developers is subscribed to branch lp:deja-dup.
=== modified file 'data/org.gnome.DejaDup.gschema.xml.in'
--- data/org.gnome.DejaDup.gschema.xml.in 2016-12-15 18:33:08 +0000
+++ data/org.gnome.DejaDup.gschema.xml.in 2017-01-14 18:45:01 +0000
@@ -4,12 +4,12 @@
<key name="include-list" type="as">
<default>[ '$HOME' ]</default>
<_summary>Folders to save</_summary>
- <_description>This list of directories will be backed up. Reserved values $HOME, $DESKTOP, $DOCUMENTS, $DOWNLOAD, $MUSIC, $PICTURES, $PUBLIC_SHARE, $TEMPLATES, $TRASH, and $VIDEOS are recognized as the user’s special directories. Relative entries are relative to the user’s home directory.</_description>
+ <_description>This list of directories will be backed up. Reserved values $HOME, $DESKTOP, $DOCUMENTS, $DOWNLOAD, $MUSIC, $PICTURES, $PUBLIC_SHARE, $TEMPLATES, $TRASH, and $VIDEOS are recognized as the user’s special directories, if they are not part of a bigger path. $USER is replaced with the username. Relative entries are relative to the user’s home directory.</_description>
</key>
<key name="exclude-list" type="as">
<default>[ '$TRASH', '$DOWNLOAD' ]</default>
<_summary>Folders to ignore</_summary>
- <_description>This list of directories will not be backed up. Reserved values $HOME, $DESKTOP, $DOCUMENTS, $DOWNLOAD, $MUSIC, $PICTURES, $PUBLIC_SHARE, $TEMPLATES, $TRASH, and $VIDEOS are recognized as the user’s special directories. Relative entries are relative to the user’s home directory.</_description>
+ <_description>This list of directories will not be backed up. Reserved values $HOME, $DESKTOP, $DOCUMENTS, $DOWNLOAD, $MUSIC, $PICTURES, $PUBLIC_SHARE, $TEMPLATES, $TRASH, and $VIDEOS are recognized as the user’s special directories, if they are not part of a bigger path. $USER is replaced with the username. Relative entries are relative to the user’s home directory.</_description>
</key>
<key name="root-prompt" type="b">
<default>true</default>
Follow ups