From c0f9a15545f292842b26ef5bc5ee43c1a3194ba5 Mon Sep 17 00:00:00 2001 From: Johan Smith Agudelo Rodriguez Date: Fri, 17 Feb 2017 16:53:32 -0500 Subject: [PATCH] restoring all desktop.templates --- containment.metadata.desktop.template | 22 ++++++++++++++++++++++ plasmoid.metadata.desktop.template | 23 +++++++++++++++++++++++ shell.metadata.desktop.template | 16 ++++++++++++++++ 3 files changed, 61 insertions(+) create mode 100644 containment.metadata.desktop.template create mode 100644 plasmoid.metadata.desktop.template create mode 100644 shell.metadata.desktop.template diff --git a/containment.metadata.desktop.template b/containment.metadata.desktop.template new file mode 100644 index 000000000..b0535b578 --- /dev/null +++ b/containment.metadata.desktop.template @@ -0,0 +1,22 @@ +[Desktop Entry] +Encoding=UTF-8 +_Name=Latte +_Comment=Containment provided for the Latte Dock + +Type=Service +Keywords= +NoDisplay=true + +X-KDE-PluginInfo-Author=@AUTHOR@ +X-KDE-PluginInfo-Email=@EMAIL@ +X-KDE-PluginInfo-Name=org.kde.latte.containment +X-KDE-PluginInfo-Version=@VERSION@ +X-KDE-PluginInfo-Website=@WEBSITE@ +X-KDE-PluginInfo-Category= +X-KDE-PluginInfo-Depends= +X-KDE-PluginInfo-License=GPL +X-KDE-PluginInfo-EnabledByDefault=true +X-KDE-ServiceTypes=Plasma/Applet,Plasma/Containment +X-Plasma-API=declarativeappletscript +X-Plasma-MainScript=ui/main.qml +X-Plasma-ContainmentType=Panel diff --git a/plasmoid.metadata.desktop.template b/plasmoid.metadata.desktop.template new file mode 100644 index 000000000..6ab029e6e --- /dev/null +++ b/plasmoid.metadata.desktop.template @@ -0,0 +1,23 @@ +[Desktop Entry] +_Name=Latte Plasmoid +_Comment=Plasmoid from the Latte Dock + + +Type=Service +Icon=latte-dock +X-KDE-ServiceTypes=Plasma/Applet +X-Plasma-API=declarativeappletscript +X-Plasma-MainScript=ui/main.qml +X-Plasma-Provides=org.kde.plasma.multitasking +X-KDE-PluginInfo-Author=@AUTHOR@ +X-KDE-PluginInfo-Email=@EMAIL@ +X-KDE-PluginInfo-Name=org.kde.latte.plasmoid +X-KDE-PluginInfo-Version=@VERSION@ +X-KDE-PluginInfo-Website=@WEBSITE@ +X-KDE-PluginInfo-Category=Windows and Tasks +X-KDE-PluginInfo-Depends= +X-KDE-PluginInfo-License=GPL v2+ +X-KDE-PluginInfo-EnabledByDefault=true + + + diff --git a/shell.metadata.desktop.template b/shell.metadata.desktop.template new file mode 100644 index 000000000..2b5e85107 --- /dev/null +++ b/shell.metadata.desktop.template @@ -0,0 +1,16 @@ +[Desktop Entry] +Encoding=UTF-8 +_Name=Latte Shell +_Comment=Shell provided for the Latte Dock + +Keywords=shell +Type=Service + +X-KDE-ServiceTypes=Plasma/Shell +X-KDE-ParentApp=latte-dock +X-KDE-PluginInfo-Author=@AUTHOR@ +X-KDE-PluginInfo-Email=@EMAIL@ +X-KDE-PluginInfo-License=GPLv3+ +X-KDE-PluginInfo-Name=org.kde.latte.shell +X-KDE-PluginInfo-Version=@VERSION@ +X-KDE-PluginInfo-Website=@WEBSITE@