MeeCoLay/Workarounds: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
imported>sifo
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Games ==
== Workarounds ==
After setting up meecolay correctly you are able to try games and applications.
=== Taco Master ===
The Game running well, extract the debian file in
/opt/meecolay/bin
and run the game as a user and NOT root !, Code:
meecolay /opt/meecolay/bin/tacomaster/bin/tacomaster


== Workarounds ==
=== Qt Mobility ===


Error:  
Error:  
Line 15: Line 9:
Solution:
Solution:


     LD_PRELOAD=/opt/qtm12/lib/libQtLocation.so meecolay /path/to/executable
     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>
 
Error:
    undefined symbol: _ZN14QCameraControl16staticMetaObjectE
 
Solution:
    LD_PRELOAD=/opt/qtm12/lib/libQtMultimediaKit.so meecolay <with your arguments>
 
If you need to preload several libraries, do it that way:
    LD_PRELOAD="library1:library2"
 
=== 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>
 
== Adding apps/games to the applications menu ==
 
Use MeeCoLay GUI to convert the debs
 
== Meecolay FAQ ==
 
#What should i do if im using custom command for running my application and i want to launch that application from my menu ?
 
You can just add that command to the Exec field in the desktop file of that application.

Latest revision as of 17:13, 22 May 2013

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>

Error:

   undefined symbol: _ZN14QCameraControl16staticMetaObjectE

Solution:

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

If you need to preload several libraries, do it that way:

   LD_PRELOAD="library1:library2"

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>

Adding apps/games to the applications menu

Use MeeCoLay GUI to convert the debs

Meecolay FAQ

  1. What should i do if im using custom command for running my application and i want to launch that application from my menu ?

You can just add that command to the Exec field in the desktop file of that application.