Custom notification categories vs. harbour rules
As we are allowed to use the notification system of SFOS, how can we install custom notification categories for our apps? Currently, the RPM validator is not amused about the install location "/usr/share/lipstick/notificationcategories".
The problem is, that I want to use the "small" notification banner with an custom icon. The only way to add an icon to that banner is through the property "x-nemo-icon", which in turn can only be set via config file, and not through the QML API.
What is the supposed way to do this? Maybe the QML API is buggy, so that it in fact should set x-nemo-icon, too? Or maybe I miss something else?