5e151d185e
Before this patch, all plugins had to discard received packages that were not for themselves. This could be a security problem (a plugin could sniff other plugin's packages) and also adds some complexity and processing. This patch makes the device instance aware of what services are required by the different plugins and when a package is received the corresponding plugins will get the package. These services will be listed on the plugin's desktop file, so the user can decide whether to enable a plugin. Note that this only works for receiving, not sending. REVIEW: 113210
39 lines
2 KiB
Desktop File
39 lines
2 KiB
Desktop File
[Desktop Entry]
|
||
Encoding=UTF-8
|
||
Type=Service
|
||
ServiceTypes=KdeConnect/Plugin
|
||
X-KDE-Library=kdeconnect_notifications
|
||
X-KDE-PluginInfo-Author=Albert Vaca
|
||
X-KDE-PluginInfo-Email=albertvaka@gmail.com
|
||
X-KDE-PluginInfo-Name=kdeconnect_notifications
|
||
X-KDE-PluginInfo-Version=0.1
|
||
X-KDE-PluginInfo-Website=http://albertvaka.wordpress.com
|
||
X-KDE-PluginInfo-License=GPL
|
||
X-KDE-PluginInfo-EnabledByDefault=true
|
||
Icon=preferences-desktop-notification
|
||
Name=Notification sync
|
||
Name[es]=Sincronizar notificaciones
|
||
Name[fr]=Synchronisation de notifications
|
||
Name[hu]=Értesítés szinkronizáció
|
||
Name[nl]=Synchronisatie van meldingen
|
||
Name[pt]=Sincronização de notificações
|
||
Name[pt_BR]=Sincronização de notificações
|
||
Name[ru]=Синхронизация уведомлений
|
||
Name[sk]=Synchronizácia pripomienok
|
||
Name[sv]=Synkronisering av underrättelser
|
||
Name[uk]=Синхронізація сповіщень
|
||
Name[x-test]=xxNotification syncxx
|
||
Comment=Show phone notifications in KDE and keep them in sync
|
||
Comment[de]=Benachrichtigungen in KDE anzeigen und abgleichen
|
||
Comment[es]=Mostrar las notificaciones del teléfono en KDE y mantenerlas sincronizadas
|
||
Comment[fr]=Affichez les notifications du téléphone dans KDE et conservez-les lors de la synchronisation
|
||
Comment[hu]=Telefonértesítések megjelenítése a KDE-ben és szinkronizálva tartása
|
||
Comment[nl]=Telefoonmeldingen in KDE tonen en ze gesynchroniseerd houden
|
||
Comment[pt]=Mostrar as notificações do telefone no KDE e mantê-las sincronizadas
|
||
Comment[pt_BR]=Mostra as notificações do celular no KDE e as mantem sincronizadas
|
||
Comment[ru]=Показывать телефонные уведомления в KDE и синхронизировать их
|
||
Comment[sv]=Visa telefonunderrättelser i KDE och håll dem synkroniserade
|
||
Comment[uk]=Показ сповіщень з телефону у KDE та підтримання синхронізації даних сповіщень
|
||
Comment[x-test]=xxShow phone notifications in KDE and keep them in syncxx
|
||
|
||
X-KdeConnect-SupportedPackageType=kdeconnect.notifications
|