From 476dd0953488c95da87cb5ede09291c81f7f174f Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 13 Oct 2014 07:42:06 +0200 Subject: [PATCH] Actually start IPC server. --- qutebrowser/app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qutebrowser/app.py b/qutebrowser/app.py index c03dd5fef..d4923f273 100644 --- a/qutebrowser/app.py +++ b/qutebrowser/app.py @@ -126,6 +126,9 @@ class Application(QApplication): log.init.debug("Applying python hacks...") self._python_hacks() + log.init.debug("Starting IPC server...") + ipc.init_server() + log.init.debug("Init done!") if self._crashdlg is not None: