evolution/bnc-433448-backup-restore-fails.patch
OBS User autobuild ca4dfa5662 Accepting request 27071 from GNOME:Factory
Copy from GNOME:Factory/evolution based on submit request 27071 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/27071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=76
2009-12-18 12:57:58 +00:00

21 lines
707 B
Diff

Index: plugins/backup-restore/backup.c
===================================================================
--- plugins/backup-restore/backup.c.orig
+++ plugins/backup-restore/backup.c
@@ -35,6 +35,7 @@
#define EVOUSERDATADIR_MAGIC "#EVO_USERDATADIR#"
#define EVOLUTION "evolution"
+#define PKILL "/usr/bin/pkill"
#define EVOLUTION_DIR "$HOME/.evolution/"
#define EVOLUTION_DIR_BACKUP "$HOME/.evolution-old/"
#define GCONF_DUMP_FILE "backup-restore-gconf.xml"
@@ -267,6 +268,7 @@ restore (const gchar *filename)
replace_in_file (GCONF_DUMP_PATH, EVOUSERDATADIR_MAGIC, e_get_user_data_dir ());
+ run_cmd (PKILL " gconf");
run_cmd ("gconftool-2 --load " GCONF_DUMP_PATH);
CANCEL (complete);