MeeCoLay/Workarounds
(→Taco Master, Sexy Dice) |
|||
Line 1: | Line 1: | ||
== Games == | == Games == | ||
After setting up meecolay correctly you are able to try games and applications. | After setting up meecolay correctly you are able to try games and applications. | ||
- | + | ||
- | + | ||
- | + | ||
== Workarounds == | == Workarounds == |
Revision as of 16:52, 14 September 2012
Contents |
Games
After setting up meecolay correctly you are able to try games and applications.
Workarounds
Qt Mobility
Error:
plugin cannot be loaded for module "QtMobility.location": Cannot load library /opt/qtm12/imports/QtMobility/location/libdeclarative_location.so: (/opt/qtm12/imports/QtMobility/location/libdeclarative_location.so: undefined symbol: _ZNK10QtMobility13QGeoMapObject10metaObjectEv)
Solution:
LD_PRELOAD=/opt/qtm12/lib/libQtLocation.so meecolay <with your arguments>
Qt Mobility
Error:
symbol lookup error: /home/opt/meecolay/opt/GTRacing/bin/GTRacing: undefined symbol: _ZN10QtMobility18QSystemScreenSaver23setScreenSave rInhibitedEb
Solution:
LD_PRELOAD=/opt/qtm12/lib/libQtSystemInfo.so meecolay <with your arguments>
QmSystem2
Error:
symbol lookup error: /opt/meecolay/lib/libqmsystem2.so.1: undefined symbol: dsme_battery_empty_ind
Solution
LD_PRELOAD=/opt/meecolay/lib/libdsme_dbus_if.so.0.2.0 meecolay <with your arguments>