From eb1d634f26c30f08a98ff7f4aa3fc360efddb3a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Ekstr=C3=B6m?= Date: Fri, 24 Oct 2014 18:14:40 +0300 Subject: [PATCH] config: create system surfaces on top, but not visible. This matches CicoSCWindowController, and fixes the application launcher (menuwindow) coming up when the ICO HomeScreen is started. Change-Id: I8e8f135979e9342e7b3012499aa7263185bf968c --- packaging.in/murphy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging.in/murphy.lua b/packaging.in/murphy.lua index 866a8ae..317f30d 100644 --- a/packaging.in/murphy.lua +++ b/packaging.in/murphy.lua @@ -1280,7 +1280,7 @@ wmgr = window_manager { if s == "system" then local a = animation({}) local r = m:JSON({surface = win.surface, - visible = 1, + visible = 0, raise = 1}) self:window_request(r,a,0) else -- 2.7.4