Thread
:
Qt.labs.components not installed
View Single Post
Wonko
2011-07-26 , 15:12
Posts: 456 | Thanked: 1,580 times | Joined on Dec 2009
#
2
I encountered the same problem today.
Using strace it showed that it is trying to open:
/usr/lib/qt4/imports/Qt/labs/components/qmldir
Which apparently is not there.
But we have:
/usr/lib/qt4/imports/Qt/labs/components.1.1/qmldir
and
/usr/lib/qt4/imports/Qt/labs/components/native/qmldir
as alternatives.
On a first quick shot it seems like copying the stuff from
/usr/lib/qt4/imports/Qt/labs/components.1.1/*
to
/usr/lib/qt4/imports/Qt/labs/components
results at least in the application being executable.
Code:
cp /usr/lib/qt4/imports/Qt/labs/components.1.1/* /usr/lib/qt4/imports/Qt/labs/components
This is actually not a nice fix but should do as a first hack to see whats going on.
While you are at it one might want to install the packages
qt-components-base-icons
and
meegotouchtheme
to fix most of the "missing icon" messages that will come next.
hth
ps: It might be worth to file a bug report with respect to this issue.
__________________
MeePasswords
---
Q To-Do
---
QZeeControl
Advanced Clock Plugin
---
Binary Clock
,
Desktop Version
---
libswt-hildon
Stultitia Simplex
---
To-Do-O
---
VU Meter
---
Zeecontrol
My homepage with assorted posts about my apps, Qt/QML, etc.:
http://ruedigergad.com
Quote & Reply
|
The Following User Says Thank You to Wonko For This Useful Post:
caco3
Wonko
View Public Profile
Send a private message to Wonko
Find all posts by Wonko