From e65f73d9885eb102d7de4b39878a2d920c78c6fe Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Thu, 23 Oct 2014 23:34:33 +0200 Subject: [PATCH] Don't force windowed mode for desktop view Desktop view must be a normal desktop otherwise the compositor will think it is an application window. --- shell/contents/views/Desktop.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shell/contents/views/Desktop.qml b/shell/contents/views/Desktop.qml index c8b9c65a..848ee2ca 100644 --- a/shell/contents/views/Desktop.qml +++ b/shell/contents/views/Desktop.qml @@ -368,9 +368,8 @@ Item { Component.onCompleted: { //configure the view behavior if (desktop) { - desktop.windowType = Shell.Desktop.Window; desktop.width = width; desktop.height = height; } } -} \ No newline at end of file +}