[Desktop Entry] #Encoding of this file Encoding=UTF-8 #The name to be shown in the 'Add Widgets' dialog Name=MemMoniPeda #Tells KDE this is provides the 'Plasma applet' ServiceTypes=Plasma/Applet #Tells KDE this is a service of sorts Type=Service #The icon to show in the 'Add Widgets' dialog Icon=cpu #The language your plugin is written in X-Plasma-API=python #The main entrypoint for your plasmoid X-Plasma-MainScript=code/main.py X-KDE-PluginInfo-Author=Peda Alex X-KDE-PluginInfo-Email=avpeda@gmail.com #The internal name of the plasmoid. Your plasmoid gets installed into ~/.kde/share/apps/plasma// X-KDE-PluginInfo-Name=MemMoniPeda X-KDE-PluginInfo-Version=pre0.1 X-KDE-PluginInfo-Website=http://code.google.com/p/pedakde X-KDE-PluginInfo-Category=Examples X-KDE-PluginInfo-License=GPL #Tells KDE if this plasmoid should be available by default, or if the user needs to jump #through hoops to enable it. X-KDE-PluginInfo-EnabledByDefault=true