MeeCoLay

(Configuration)
(Added mini-sections with links to Compatibility and Workarounds page)
Line 33: Line 33:
  meecolay /path/to/executable  
  meecolay /path/to/executable  
Missing libraries and bugs should be reported in bugtracker https://bugs.maemo.org/enter_bug.cgi?product=MeeCoLay
Missing libraries and bugs should be reported in bugtracker https://bugs.maemo.org/enter_bug.cgi?product=MeeCoLay
 +
 +
== Compatibility ==
 +
{{main|MeeCoLay/Compatibility}}
 +
The [[MeeCoLay/Compatibility|compatibility page]] lists programs that could be successfully executed and worked, reported by users. It also lists programs that partially work and also incompatible (yet?) programs.
 +
 +
== Workarounds ==
 +
{{main|MeeCoLay/Workarounds}}
 +
The [[MeeCoLay/Workarounds|workarounds page]] lists some common errors you might encounter while running an app through MeeCoLay, and how you can fix those errors.

Revision as of 07:54, 23 September 2012

Contents

What is MeeCoLay?

MeeCoLay stands for MeeGo Compatibility Layer. It allows to run Harmattan apps on Fremantle.

Configuration

The first configuration should be in your mind ;)

DO NOT RUN MEEGO APPS AS ROOT. This may cause them to crash.

First preparations

First of all you need to have an updated packages list and extras-devel repository enabled, as meecolay always having new updates, new dependencies, new libraries packs.

Each command should be run as root. You can obtain root shell by

sudo gainroot

Beware of root shell, as using it wrong you may brick your N900.

Update your package list using application manager via "update" button or using terminal

apt-get update

Now you are ready to install meecolay !

apt-get install meecolay

Will install almost everything needed. Meecolay ships with its own included repo if you haven't manually installed newer version of glib2.0-0 or sqlite3, you may want to download them with

apt-get install libglib2.0-0 sqlite3 libsqlite3-0

Even if you don't install those packages, they should be automatically installed when they're needed when you try to correct dependencies

apt-get install -f

Note: that if the package gets uninstalled after this command, you need to modify its DEBIAN/control. Uninstall it, otherwise you won't be able to install anything else !. Modify the depends and install again. This should be eased up in the future. Now you are ready to try MeeGo games and apps using this command

meecolay /path/to/executable 

Missing libraries and bugs should be reported in bugtracker https://bugs.maemo.org/enter_bug.cgi?product=MeeCoLay

Compatibility

Main article: MeeCoLay/Compatibility

The compatibility page lists programs that could be successfully executed and worked, reported by users. It also lists programs that partially work and also incompatible (yet?) programs.

Workarounds

Main article: MeeCoLay/Workarounds

The workarounds page lists some common errors you might encounter while running an app through MeeCoLay, and how you can fix those errors.