From 5f4333feb815ae45ca03a8e6db4d56b5d9b558da Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 2 Jul 2017 22:09:31 +0200 Subject: [PATCH] Remove Hidden=true from the .desktop file Otherwise plasmashell doesn't start on login due to it being ignored from autostart. CCMAIL: plasma-devel@kde.org --- shell/org.kde.plasmashell.desktop | 1 - 1 file changed, 1 deletion(-) diff --git a/shell/org.kde.plasmashell.desktop b/shell/org.kde.plasmashell.desktop index 76aae8773..f28d396bc 100644 --- a/shell/org.kde.plasmashell.desktop +++ b/shell/org.kde.plasmashell.desktop @@ -55,5 +55,4 @@ X-DBUS-ServiceName=org.kde.plasmashell OnlyShowIn=KDE; X-KDE-autostart-phase=0 Icon=plasma -Hidden=true -- GitLab