Error Nemo.dbus module not found
-
While I am importing nemo.dbus in qml file getting an error "qml module not found(nemo.dbus) ". Is there any dependency to follow. Please help me to resolve it.
-
While I am importing nemo.dbus in qml file getting an error "qml module not found(nemo.dbus) ". Is there any dependency to follow. Please help me to resolve it.
I may have misunderstood your question, but in my limited experience, nemo.dbus is for SailfishOS.
-
While I am importing nemo.dbus in qml file getting an error "qml module not found(nemo.dbus) ". Is there any dependency to follow. Please help me to resolve it.
@Rajashekar-V the documentation clearly states the import statement should be different:
import Nemo.DBus 2.0
https://sailfishos.org/develop/docs/nemo-qml-plugin-dbus/qml-nemo-dbus-dbusadaptor.html/
-
@Rajashekar-V the documentation clearly states the import statement should be different:
import Nemo.DBus 2.0
https://sailfishos.org/develop/docs/nemo-qml-plugin-dbus/qml-nemo-dbus-dbusadaptor.html/
-
@Markkyboy said in Error Nemo.dbus module not found:
@sierdzio - and this will work on QtCreator not designed for SailfishOS development?
No, it won't.
But Qt Creator has nothing to do with it. What matters is whether the module is installed or not. Maybe it is cross-platform, I don't know, I've never used it.
-
@Markkyboy said in Error Nemo.dbus module not found:
@sierdzio - and this will work on QtCreator not designed for SailfishOS development?
No, it won't.
But Qt Creator has nothing to do with it. What matters is whether the module is installed or not. Maybe it is cross-platform, I don't know, I've never used it.
-
@Markkyboy could you please provide path for installing nemo .dbus 2.0 version in to ubuntu for qml
-
@Markkyboy could you please provide path for installing nemo .dbus 2.0 version in to ubuntu for qml
@Rajashekar-V - Are you using SailfishSDK?, if not, then no. I use Windows, I know little about Ubuntu.
As far as I am aware, Nemo.DBus is proprietary software provided by Jolla.
Nemo.DBus is ONLY applicable to SailfishSDK/SailfishOS.
-
Can anyone share an example that demonstrate dbus interaction with qml.