b4j4 / indicator-kdeconnect

AppIndicator for KDE Connect
GNU Lesser General Public License v2.1
372 stars 38 forks source link

In unity only the first notification gets displayed #32

Closed meldron closed 7 years ago

meldron commented 7 years ago

I tested indicator-kdeconnect on Ubuntu 16.04 with unity. It works fine except #10 and that only the first mobile device notification gets displayed via a unity notification popup.

Update

So i checked dbus-monitor "interface='org.freedesktop.Notifications'" ouput for several ping (mobile to linux) messages:

method call time=1485163703.857443 sender=:1.86 -> destination=org.freedesktop.Notifications serial=88 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=Notify
   string "KDE Connect"
   uint32 0
   string "dialog-ok"
   string "devicename"
   string "Ping!"
   array [
   ]
   array [
      dict entry(
         string "x-kde-appname"
         variant             string "kdeconnect"
      )
      dict entry(
         string "x-kde-eventId"
         variant             string "pingReceived"
      )
   ]
   int32 -1
signal time=1485163714.635767 sender=:1.56 -> destination=:1.86 serial=27 path=/org/freedesktop/Notifications; interface=org.freedesktop.Notifications; member=NotificationClosed

After this message no more messages are registered by dbus-monitor.

b4j4 commented 7 years ago

@meldron that's a system or kdeconnect problem, because indicator-kdeconnect don't manage notifications.

meldron commented 7 years ago

If anybody else has this problem, i submitted a bug @ bugs.kde.org

https://bugs.kde.org/show_bug.cgi?id=375533