[neon/kde/kate/Neon/release] /: listen on upper case dbus interface too

Jonathan Riddell null at kde.org
Fri Mar 19 16:20:28 GMT 2021


Git commit 3eeffb68a228e10435129dacedaf1866af5ab8ab by Jonathan Riddell.
Committed on 19/03/2021 at 16:20.
Pushed by jriddell into branch 'Neon/release'.

listen on upper case dbus interface too

M  +5    -0    snapcraft.yaml

https://invent.kde.org/neon/kde/kate/commit/3eeffb68a228e10435129dacedaf1866af5ab8ab

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 6d7188a..c0a2dcb 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -24,6 +24,11 @@ slots:
         interface: dbus
         name: org.kde.kate
         bus: session
+slots:
+    session-dbus-interface:
+        interface: dbus
+        name: org.kde.Kate
+        bus: session
 plugs:
     kde-frameworks-5-plug:
         content: kde-frameworks-5-qt-5-15-core20-all


More information about the Neon-commits mailing list