[devel][qml] Notification category for im apps
I tried to have im like notifications for my app. Therefor the Desktop Notifications Specification (https://people.gnome.org/~mccann/docs/notification-spec/notification-spec-latest.html) predefines a category "im.received".
I tried to create a qml Notification with this catagory="im.received" but nothing happens (no vibra, no plimmm). IMHO this should work. If not: Why and is there a solution for a normal app to act like an IM app with simple QML?