View Single Post
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#562
Originally Posted by marmistrz View Post
Code:
# apt-get install libthumbnailer0
I'll add it to the meecolay package



no, it's not of icon-s-status-unknown. You need to preload some lib in /opt/qtm12/lib/.

this is the problem
Code:
(/opt/qtm12/plugins/mediaservice/libqgstengine.so: undefined symbol: _ZN14QCameraControl16staticMetaObjectE)"
the error is not always the last line


Originally Posted by laith.m.y View Post
this need to preload libQtMultimediaKit.so

QML QDeclarativeImage_QML_13: Failed to get image from provider: image://theme/icon-s-status-unknown

The Same problem is here

http://forum.meego.com/showthread.php?t=3803


and he solve the problem by copy blanco themes

sudo scp -r -P 6666 'developer@localhost:/usr/share/themes/*' /usr/share/themes/


and forcing the M_THEME_NAME to blanco


So

QML Image: Failed to get image from provider: image://theme/*

It's because of the absence of some of the files in the theme "blanco"

but QMediaPluginLoader: Failed to load plugin: "/opt/qtm12/plugins/mediaservice/libqgstengine.so" It's another problem


as marmistrz & laith.m.y Said by preload libQtMultimediaKit.so


LD_PRELOAD=/opt/qtm12/lib/libQtMultimediaKit.so meecolay <with your arguments>