4d5793c28a
Summary: Should help people to kick-off plasmoids which also use custom QML classes. Test Plan: Created new plasmoid from template using kdevelop. Reviewers: #plasma, mart Reviewed By: mart Subscribers: plasma-devel, #frameworks Tags: #plasma, #frameworks Differential Revision: https://phabricator.kde.org/D5914
25 lines
662 B
Desktop File
25 lines
662 B
Desktop File
[Desktop Entry]
|
|
Name=%{APPNAME}
|
|
Comment=what your app does in a few words
|
|
|
|
Icon=applications-system
|
|
Type=Service
|
|
ServiceTypes=Plasma/Applet
|
|
|
|
X-KDE-PluginInfo-Author=%{AUTHOR}
|
|
X-KDE-PluginInfo-Email=%{EMAIL}
|
|
X-KDE-PluginInfo-Name=%{APPNAMELC}
|
|
X-KDE-PluginInfo-Version=1.0
|
|
X-KDE-PluginInfo-Website=http://plasma.kde.org/
|
|
X-KDE-PluginInfo-Category=Utilities
|
|
X-KDE-PluginInfo-Depends=
|
|
X-KDE-PluginInfo-License=GPL
|
|
X-KDE-PluginInfo-EnabledByDefault=true
|
|
X-KDE-PluginInfo-Name=org.kde.%{APPNAMELC}
|
|
|
|
X-Plasma-API=declarativeappletscript
|
|
X-Plasma-MainScript=ui/main.qml
|
|
X-Plasma-Requires-FileDialog=Unused
|
|
X-Plasma-Requires-LaunchApp=Unused
|
|
X-Plasma-DefaultSize=200,300
|