config: don't try to load D-Bus plugin.
authorKrisztian Litkey <kli@iki.fi>
Tue, 24 Sep 2013 19:13:55 +0000 (22:13 +0300)
committerKrisztian Litkey <kli@iki.fi>
Tue, 24 Sep 2013 19:13:55 +0000 (22:13 +0300)
src/daemon/murphy.lua

index 10f1758..562572a 100644 (file)
@@ -35,9 +35,9 @@ if m:plugin_exists('test.disabled') then
 end
 
 -- load the dbus plugin if it exists
-if m:plugin_exists('dbus') then
-    m:load_plugin('dbus')
-end
+-- if m:plugin_exists('dbus') then
+--     m:load_plugin('dbus')
+-- end
 
 -- load glib plugin, ignoring any errors
 m:try_load_plugin('glib')