From 00a679615d135db4016330c18ee731a668cdd8b4 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 3 May 2017 15:28:17 +0300 Subject: restore DBus interface initialization fixes https://github.com/mate-desktop/caja/issues/771 --- src/caja-application.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/caja-application.c b/src/caja-application.c index 97fe138c..1f11dfa3 100644 --- a/src/caja-application.c +++ b/src/caja-application.c @@ -2338,6 +2338,9 @@ caja_application_startup (GApplication *app) */ G_APPLICATION_CLASS (caja_application_parent_class)->startup (app); + /* Start the File Manager DBus Interface */ + fdb_manager = caja_freedesktop_dbus_new (app); + /* Initialize preferences. This is needed so that proper * defaults are available before any preference peeking * happens. -- cgit v1.2.1