Riku kirjoitti ke tammikuuta 13 03:44:04 2016 GMT+0200:
>
> Are there good examples of dbus handling from qml apps?
>
Sorry to hijack your topic, but I'd also like to see some examples of dbus
usage, especially MPRIS in qml (I'm implementing lockscreen media button
support)
--
Lähetetty Jol
Hi!
Thank you for the hints. I will read taot code to get deeper understanding.
Are there good examples of dbus handling from qml apps?
Riku
Кожевников Андрей Андреевич kirjoitti ti tammikuuta 12 14:01:34 2016 GMT+0200:
> you can read /etc/sailfish-version and etc.
>
> 12.01.2016 18:00, Oleks
Hello,
Yes I did, but that's more geared towards an application that publishes its own notifications,
rather than eavesdropping on them like pebbled is. I found the most relevant info in QtCreator
help under Lipstick>Related Pages>Notifications, which said "If a notification is
intended to hav
you can read /etc/sailfish-version and etc.
12.01.2016 18:00, Oleksii Serdiuk пишет:
Well, just for getting cell info - yes, should be enough to query
ofono(?) through dbus.
For my case, Inned more info, like device model, OS version, etc. So
custom-built libQt5SystemInfo.so.5 is a drop-in re
Well, just for getting cell info - yes, should be enough to query
ofono(?) through dbus.
For my case, Inned more info, like device model, OS version, etc. So
custom-built libQt5SystemInfo.so.5 is a drop-in replacement until Qt
SystemInfo gets whitelisted: I'll only have to remove it from the R
In most cases you can fetch information using dbus calls without using
systeminfo lib.
12.01.2016 17:51, Oleksii Serdiuk пишет:
I've had a similar issue: I needed Qt SystemInfo to integrate
analytics into my app.
The recommended way to solve linking against non-whitelisted
libraries, is to s
I've had a similar issue: I needed Qt SystemInfo to integrate analytics
into my app.
The recommended way to solve linking against non-whitelisted libraries,
is to ship them together with your app. However, just taking
libQt5SystemInfo.so.5 from Sailfish repos and putting it into your RPM
won'
Hei Andrew,
did you check
https://sailfishos.org/develop/docs/nemo-qml-plugin-notifications/ ?
On Mon, Jan 11, 2016 at 11:09 PM, Andrew Branson
wrote:
> Hi,
>
> I'm trying to improve the filtering of notifications in the pebble daemon
> for Sailfish, and I stumbled upon the category property 't