From d38949a744473a0bd8ffbfa1b4be2cefdfc35819 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 21 Sep 2015 07:50:41 +0200 Subject: [PATCH] Do not daemonize by default. --- lib/qasim/gui.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/qasim/gui.rb b/lib/qasim/gui.rb index 72511bc..a874b8b 100644 --- a/lib/qasim/gui.rb +++ b/lib/qasim/gui.rb @@ -247,7 +247,7 @@ module Qasim # # def run - Process.daemon(true) #FIXME: add foreground mode too + Process.daemon(false) #FIXME: add foreground mode too lock_set @app.exec exit 0