| | 18 | |
| | 19 | '''Running modRana''' |
| | 20 | |
| | 21 | Just find the modRana or modRana QML icon and press it. :) |
| | 22 | |
| | 23 | To start modRana from the command line interface, for the classic GTK GUI run: |
| | 24 | |
| | 25 | {{{ |
| | 26 | modrana-gtk |
| | 27 | }}} |
| | 28 | |
| | 29 | For the QML GUI run: |
| | 30 | |
| | 31 | {{{ |
| | 32 | modrana-qml |
| | 33 | }}} |
| | 34 | |
| | 35 | === Maemo 5 Fremantle cutting edge packages === |
| | 36 | There is also a cutting edge package repository where modRana packages are generated before they are submitted to Extras. |
| | 37 | |
| | 38 | '''NOTE: as the Extras autobuilder is broken at the moment (January 2013), this is for the time being the main modRana repository for Fremantle.''' |
| | 39 | |
| | 40 | You can add this repository and then install modRana as usual. |
| | 41 | |
| | 42 | First become root. Then add the repository, refresh packages & install modRana: |
| | 43 | |
| | 44 | {{{ |
| | 45 | echo http://repo.pub.meego.com/home:/MartinK:/modrana:/modrana-fremantle/MeeGo_1.2_Harmattan_Maemo.org_MeeGo_1.2_Harmattan_standard/armel/ ./" > /etc/apt/sources.list.d/modrana-cobs.list |
| | 46 | apt-get update |
| | 47 | apt-get install modrana |
| | 48 | }}} |
| | 49 | |
| | 50 | All dependencies should be automatically handled & the modRana icon should appear as usual. Also the instructions for running modrana from the command-line are the same. |