Re: QML/javascript and KNotification

2013-09-02 Thread Aaron J. Seigo
On Friday, August 30, 2013 20:48:57 Marco Martin wrote: > On Friday 30 August 2013 20:30:25 Aaron J. Seigo wrote: > > > would pretty much be a relaxing of the requirement "all possible types > > > of > > > notifications are preregistered/pre-authorized"? > > > > ... or allow flexibility in where t

Re: QML/javascript and KNotification

2013-08-30 Thread Marco Martin
On Friday 30 August 2013 20:30:25 Aaron J. Seigo wrote: > > > > would pretty much be a relaxing of the requirement "all possible types of > > notifications are preregistered/pre-authorized"? > > ... or allow flexibility in where the knotifyrc file for a given > notification is located. could eve

Re: QML/javascript and KNotification

2013-08-30 Thread Aaron J. Seigo
On Friday, August 30, 2013 18:26:08 Anthony Vital wrote: > Moreover, in order to install the notifyrc file correctly, I have to > install it (+ the plasmoid icon so that it is detected in the notifications > config panel) with CMake. I read that installing a plasmoid with CMake is > the recommended

Re: QML/javascript and KNotification

2013-08-30 Thread Aaron J. Seigo
On Friday, August 30, 2013 20:23:26 Marco Martin wrote: > On Friday 30 August 2013 19:57:44 Aaron J. Seigo wrote: > > --localprefix` on installation and then add information as to which > > notifyrc to use in calls to knotify4 ... but this feels like a > > maassive > > hack. > > > > i really t

Re: QML/javascript and KNotification

2013-08-30 Thread Marco Martin
On Friday 30 August 2013 19:57:44 Aaron J. Seigo wrote: > --localprefix` on installation and then add information as to which > notifyrc to use in calls to knotify4 ... but this feels like a maassive > hack. > > i really think this is probably only something that can be properly fixed in > Fra