cfeee0e6b3
when the user logged out of the graphical desktop environment, and e-calendar-factory thus redundantly consumed system resources. (https://bugzilla.redhat.com/show_bug.cgi?id=1141760 and upstream https://bugzilla.gnome.org/show_bug.cgi?id=646117) bump PKGREVISION
18 lines
856 B
C
18 lines
856 B
C
$NetBSD: patch-addressbook_libebook_e-book.c,v 1.1 2016/01/31 07:01:55 richard Exp $
|
|
|
|
The e-calendar-factory process did not terminate automatically
|
|
when the user logged out of the graphical desktop environment, and
|
|
e-calendar-factory thus redundantly consumed system resources.
|
|
(https://bugzilla.redhat.com/show_bug.cgi?id=1141760 and upstream
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=646117)
|
|
|
|
--- addressbook/libebook/e-book.c.orig 2011-04-21 19:35:35.000000000 +0000
|
|
+++ addressbook/libebook/e-book.c
|
|
@@ -333,7 +333,6 @@ e_book_activate (GError **error)
|
|
}
|
|
|
|
connection = g_dbus_proxy_get_connection (G_DBUS_PROXY (book_factory_proxy));
|
|
- g_dbus_connection_set_exit_on_close (connection, FALSE);
|
|
book_connection_closed_id = g_dbus_connection_signal_subscribe (connection,
|
|
NULL, /* sender */
|
|
"org.freedesktop.DBus", /* interface */
|