Package: deja-dup Version: 18.1.1-2.1 Severity: important I have (since months) deja-dup configured to backup on an external drive; preferences are correct (seems so) in gconf, but when I open deja-dup (in any way, be it to backup or restore), it starts as if it was unconfigured (asking me i.e. to configure the Amazon account).
Attached is the output of "gconftool --dump /apps/deja-dup". The bug looks similar to https://bugs.launchpad.net/deja-dup/+bug/774897 , but not really the same (deja-dup never crashed to me, and on the other hand the workaround didn't work for me). I also tried to recompile applying the attached patch (coming from the Ubuntu package), but with no luck. So at the moment I'm unable to backup/restore anything. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: i386 (i686) Kernel: Linux 3.0.0-1-686-pae (SMP w/1 CPU core) Locale: LANG=it_IT.utf8, LC_CTYPE=it_IT.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages deja-dup depends on: ii dconf-gsettings-backend [gsettings-backend] 0.7.5-3 ii duplicity 0.6.08b-1+b1 ii libatk1.0-0 2.0.1-2 ii libc6 2.13-21 ii libcairo2 1.10.2-6.1 ii libfontconfig1 2.8.0-3 ii libfreetype6 2.4.6-2 ii libgdk-pixbuf2.0-0 2.24.0-1 ii libglib2.0-0 2.28.6-1 ii libgnome-keyring0 3.0.0-2 ii libgtk2.0-0 2.24.4-3 ii libnautilus-extension1 2.30.1-3 ii libnotify4 0.7.4-1 ii libpango1.0-0 1.28.4-3 ii libunique-1.0-0 1.1.6-2 Versions of packages deja-dup recommends: pn openssh-client [ssh-client] 1:5.9p1-1 pn python-boto 1.9b-6 pn python-rackspace-cloudfiles <none> deja-dup suggests no packages. -- no debconf information
Index: deja-dup-18.1.1/widgets/ConfigLocation.c =================================================================== --- deja-dup-18.1.1.orig/widgets/ConfigLocation.c 2011-06-17 10:35:27.858149183 -0400 +++ deja-dup-18.1.1/widgets/ConfigLocation.c 2011-06-17 10:36:07.258149600 -0400 @@ -538,7 +538,8 @@ } gtk_tree_model_get ((GtkTreeModel*) self->priv->store, &iter, DEJA_DUP_CONFIG_LOCATION_COL_UUID, &uuid, -1); if (g_strcmp0 (vol_uuid, uuid) == 0) { - result = FALSE; + self->priv->index_vol_saved = i; + result = TRUE; _g_free0 (uuid); _g_free0 (vol_uuid); _g_object_unref0 (fsettings);
<gconfentryfile> <entrylist base="/apps/deja-dup"> <entry> <key>backend</key> <value> <string>file</string> </value> </entry> <entry> <key>delete-after</key> <value> <int>0</int> </value> </entry> <entry> <key>encrypt</key> <value> <bool>true</bool> </value> </entry> <entry> <key>exclude-list</key> <value> <list type="string"> <value> <string>$TRASH</string> </value> <value> <string>/home/pietro/.VirtualBox/HardDisks</string> </value> <value> <string>/home/pietro/.thumbnails</string> </value> <value> <string>/home/pietro/.VirtualBox/Machines/Debian sid/Snapshots</string> </value> <value> <string>/home/pietro/nobackup</string> </value> <value> <string>/home/pietro/cancellami</string> </value> <value> <string>/home/pietro/Software</string> </value> <value> <string>/home/pietro/ca</string> </value> <value> <string>/home/pietro/.VirtualBox/Machines</string> </value> <value> <string>/home/pietro/.cache</string> </value> <value> <string>/home/pietro/.QMapControlCache</string> </value> <value> <string>/home/pietro/.etwolf</string> </value> <value> <string>/home/pietro/.mozilla/firefox/hqxm5b6y.default/Cache</string> </value> <value> <string>/home/pietro/.config/chromium/Default/Cache</string> </value> <value> <string>/home/pietro/.googleearth/Cache</string> </value> <value> <string>/home/pietro/.macromedia/Flash_Player</string> </value> <value> <string>/home/pietro/.matplotlib/tex.cache</string> </value> <value> <string>/home/pietro/.openme/cache</string> </value> <value> <string>/home/pietro/.local/share/gvfs-metadata</string> </value> </list> </value> </entry> <entry> <key>include-list</key> <value> <list type="string"> <value> <string>/home/pietro</string> </value> </list> </value> </entry> <entry> <key>last-run</key> <value> <string>2011-10-05T22:23:44.712308Z</string> </value> </entry> <entry> <key>periodic</key> <value> <bool>true</bool> </value> </entry> <entry> <key>periodic-period</key> <value> <int>7</int> </value> </entry> <entry> <key>root-prompt</key> <value> <bool>false</bool> </value> </entry> <entry> <key>file/icon</key> <value> <string>. GThemedIcon drive-harddisk-usb drive-harddisk drive</string> </value> </entry> <entry> <key>file/name</key> <value> <string>Disco fisso da 320 GB: piccologrosso</string> </value> </entry> <entry> <key>file/path</key> <value> <string>/media/usb0/dejadup</string> </value> </entry> <entry> <key>file/relpath</key> <value> <string>dejadup</string> </value> </entry> <entry> <key>file/short_name</key> <value> <string>piccologrosso</string> </value> </entry> <entry> <key>file/type</key> <value> <string>volume</string> </value> </entry> <entry> <key>file/uuid</key> <value> <string>df7a3f36-cd3c-48d5-9ec8-6129c5e3a99c</string> </value> </entry> </entrylist> </gconfentryfile>