I'm not familiar with qt.
As to thumbnailer service , please ensure:
1. tumbler and mameo-video-thumbnailer installed.
2. two thumbnailer daemons have started
/usr/lib/tumbler-1/tumblerd
/usr/libexec/gst-video-thumbnailerd
In my c-sharp code, I start the daemon as below:
if (!Bus.Session.NameHasOwner (DBUS_INTERFACE)) {
// try to start dbus service
try {
Bus.Session.StartServiceByName (DBUS_INTERFACE);
} catch (Exception e) {
Log.Exception ("Fail to start
org.freedesktop.thumbnails.Thumbnailer1 service", e);
}
}
-----Original Message-----
From: [email protected] [mailto:[email protected]] On
Behalf Of yinxb
Sent: Monday, March 21, 2011 8:40 PM
To: MeeGo-dev
Subject: [MeeGo-dev] [MeeGo-dev ]maemo-video-thumbnailer-1.0.9-2.4 cannot work
in Meego 1.1.90.6
Hi All
I am encounter a problem.
When my meego-base update from 1.1.80 to 1.1.90.6,I found
maemo-video-thumbnailer-1.0.9-2.4(also 1.0.12) cannot work.
"Ready" signal seems never received.
I use the following commandling:
qdus org.freedesktop.thumbnails.Thumbnailer1,
unluckly,the result is "Service
`org.freedesktop.thumbnails.Thumbnailer1` does not exist".
The source code is as followed(meego-handset-video):
const QString Thumbnailer::service =
"org.freedesktop.thumbnails.Thumbnailer1";
const QString Thumbnailer::path =
"/org/freedesktop/thumbnails/Thumbnailer1";
const char *Thumbnailer::interface =
"org.freedesktop.thumbnails.Thumbnailer1";
....
QDBusConnection::sessionBus().connect(service, path, interface,
"Ready", this,
SLOT(emitReadySignal(const unsigned int, const QStringList)));
Any one can help me?
---------------------------------------------------------------------------------------------------
Confidentiality Notice: The information contained in this e-mail and any
accompanying attachment(s)
is intended only for the use of the intended recipient and may be confidential
and/or privileged of
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader of
this communication is
not the intended recipient, unauthorized use, forwarding, printing, storing,
disclosure or copying
is strictly prohibited, and may be unlawful.If you have received this
communication in error,please
immediately notify the sender by return e-mail, and delete the original message
and all copies from
your system. Thank you.
---------------------------------------------------------------------------------------------------
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines