From 60d56d8803029a9d00f18f1ae6724d122c658dca Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Tue, 22 Jan 2019 15:55:00 +0100 Subject: [PATCH] [DesktopView] Don't set a window icon The desktop view isn't visible in the task bar, tabbox, and neither does it have a window decoration. Differential Revision: https://phabricator.kde.org/D18430 --- shell/desktopview.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/desktopview.cpp b/shell/desktopview.cpp index 692785497..8d01a8f8a 100644 --- a/shell/desktopview.cpp +++ b/shell/desktopview.cpp @@ -50,7 +50,6 @@ DesktopView::DesktopView(Plasma::Corona *corona, QScreen *targetScreen) setFlags(Qt::Window | Qt::FramelessWindowHint); setTitle(corona->kPackage().metadata().name()); - setIcon(QIcon::fromTheme(corona->kPackage().metadata().iconName())); rootContext()->setContextProperty(QStringLiteral("desktop"), this); setSource(corona->kPackage().fileUrl("views", QStringLiteral("Desktop.qml")));