parent
50a7069ada
commit
bb044e224c
13 changed files with 528 additions and 182 deletions
@ -0,0 +1,25 @@ |
||||
[Desktop Entry] |
||||
Name=Device Notifier |
||||
Name[pl]=Powiadomienia o urządzeniach |
||||
Comment=Notifications and access for new devices |
||||
Comment[pl]=Powiadamia i daje dostęp do nowych urządzeń |
||||
|
||||
Icon=device-notifier |
||||
Type=Service |
||||
X-KDE-ServiceTypes=Plasma/Applet |
||||
|
||||
X-Plasma-API=declarativeappletscript |
||||
X-Plasma-MainScript=ui/devicenotifier.qml |
||||
|
||||
X-Plasma-NotificationArea=true |
||||
X-Plasma-NotificationAreaCategory=Hardware |
||||
X-Plasma-Provides=org.kde.plasma.removabledevices |
||||
|
||||
X-KDE-PluginInfo-Author=Viranch Mehta, Jacopo De Simoi |
||||
X-KDE-PluginInfo-Email=wilderkde@gmail.com |
||||
X-KDE-PluginInfo-Name=org.kde.plasma.devicenotifier.test |
||||
X-KDE-PluginInfo-Version=1.0 |
||||
X-KDE-PluginInfo-Website=https://userbase.kde.org/Plasma/DeviceNotifier |
||||
X-KDE-PluginInfo-Category=System Information |
||||
X-KDE-PluginInfo-License=GPL-2.0+ |
||||
X-KDE-PluginInfo-EnabledByDefault=true |
||||
@ -1,31 +0,0 @@ |
||||
{ |
||||
"KPlugin": { |
||||
"Authors": [ |
||||
{ |
||||
"Email": "wilderkde@gmail.com", |
||||
"Name": "Viranch Mehta, Jacopo De Simoi" |
||||
} |
||||
], |
||||
"Category": "System Information", |
||||
"Description": "Notifications and access for new devices", |
||||
"Description[pl]": "Powiadamia i daje dostęp do nowych urządzeń", |
||||
"EnabledByDefault": true, |
||||
"Icon": "device-notifier", |
||||
"Id": "org.kde.plasma.devicenotifier.test", |
||||
"License": "GPL-2.0+", |
||||
"Name": "Device Notifier", |
||||
"Name[pl]": "Powiadomienia o urządzeniach", |
||||
"ServiceTypes": [ |
||||
"Plasma/Applet" |
||||
], |
||||
"Version": "1.0", |
||||
"Website": "https://userbase.kde.org/Plasma/DeviceNotifier" |
||||
}, |
||||
"X-Plasma-API": "declarativeappletscript", |
||||
"X-Plasma-MainScript": "ui/devicenotifier.qml", |
||||
"X-Plasma-NotificationArea": "true", |
||||
"X-Plasma-NotificationAreaCategory": "Hardware", |
||||
"X-Plasma-Provides": [ |
||||
"org.kde.plasma.removabledevices" |
||||
] |
||||
} |
||||
@ -0,0 +1,24 @@ |
||||
[Desktop Entry] |
||||
Name=Media Player |
||||
Name[pl]=Odtwarzacz multimedialny |
||||
Comment=Media Player Controls |
||||
Comment[pl]=Obsługa odtwarzacza multimedialnego |
||||
Icon=applications-multimedia |
||||
|
||||
Type=Service |
||||
X-KDE-ServiceTypes=Plasma/Applet |
||||
X-KDE-PluginInfo-Author=Sebastian Kügler |
||||
X-KDE-PluginInfo-Category=Multimedia |
||||
X-KDE-PluginInfo-Email=sebas@kde.org |
||||
X-KDE-PluginInfo-EnabledByDefault=true |
||||
X-KDE-PluginInfo-License=GPL-2.0+ |
||||
X-KDE-PluginInfo-Name=org.kde.plasma.mediacontroller.test |
||||
X-KDE-PluginInfo-Version=1.0 |
||||
X-KDE-PluginInfo-Website=https://www.kde.org/plasma-desktop |
||||
X-Plasma-StandAloneApp=true |
||||
X-Plasma-API=declarativeappletscript |
||||
X-Plasma-MainScript=ui/main.qml |
||||
X-Plasma-NotificationArea=true |
||||
X-Plasma-NotificationAreaCategory=ApplicationStatus |
||||
X-Plasma-Provides=org.kde.plasma.multimediacontrols |
||||
X-Plasma-DBusActivationService=org.mpris.MediaPlayer2.* |
||||
@ -1,33 +0,0 @@ |
||||
{ |
||||
"KPlugin": { |
||||
"Authors": [ |
||||
{ |
||||
"Email": "sebas@kde.org", |
||||
"Name": "Sebastian Kügler" |
||||
} |
||||
], |
||||
"Category": "Multimedia", |
||||
"Description": "Media Player Controls", |
||||
"Description[pl]": "Obsługa odtwarzacza multimedialnego", |
||||
"EnabledByDefault": true, |
||||
"Icon": "applications-multimedia", |
||||
"Id": "org.kde.plasma.mediacontroller.test", |
||||
"License": "GPL-2.0+", |
||||
"Name": "Media Player", |
||||
"Name[pl]": "Odtwarzacz multimedialny", |
||||
"ServiceTypes": [ |
||||
"Plasma/Applet" |
||||
], |
||||
"Version": "1.0", |
||||
"Website": "https://www.kde.org/plasma-desktop" |
||||
}, |
||||
"X-Plasma-API": "declarativeappletscript", |
||||
"X-Plasma-DBusActivationService": "org.mpris.MediaPlayer2.*", |
||||
"X-Plasma-MainScript": "ui/main.qml", |
||||
"X-Plasma-NotificationArea": "true", |
||||
"X-Plasma-NotificationAreaCategory": "ApplicationStatus", |
||||
"X-Plasma-Provides": [ |
||||
"org.kde.plasma.multimediacontrols" |
||||
], |
||||
"X-Plasma-StandAloneApp": true |
||||
} |
||||
Loading…
Reference in new issue