maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle! (https://talk.maemo.org/showthread.php?t=84482)

B-RUNO 2012-06-23 19:05

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by marmistrz (Post 1226324)
Can you add these apps to the compatibilty layer

Added to the compatibilty layer, I'll test some more apps and report latter.

Mohammed Muid 2012-06-23 19:23

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
do we still need to run an app from xterm or icon is created? how to open an app with meecolay should also be inlcuded in the first post. dnt you think?

laren0 2012-06-23 21:57

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by Mohammed Muid (Post 1226413)
do we still need to run an app from xterm or icon is created? how to open an app with meecolay should also be inlcuded in the first post. dnt you think?

You can create .desktop file run applications and run from icon in menu.

amr.fayz 2012-06-24 09:15

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by Mohammed Muid (Post 1226413)
do we still need to run an app from xterm or icon is created? how to open an app with meecolay should also be inlcuded in the first post. dnt you think?


I ran some games and they worked Icon

http://www.mediafire.com/?xg6vw5djh9auk2p
http://www.mediafire.com/?uydlrds7s72jrgg

put icon file in

/usr/share/icons/hicolor/64x64/apps/qmuehle.png

and .desktop file in

\usr\share\applications

and the game in /home/opt/meecolay/opt/qmuehle/


but I've got the same problem with ""B-RUNO "" in many gamse

libQtMeeGoGraphicsSystemHelper.so.4
libresourceqt.so.1
libcontactswidgets.so.0


I hav the same problem with another file and i put it in /use/lib

And the problem solved But I do not find these files

marmistrz 2012-06-24 12:14

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Just run
Code:

meecolay /path/to/executable
If you want to you can:
Code:

cd /usr/share/applications
nano <some .desktop file> # or use your favorite text editor
# remove the path and .png extension (so that only filename with neither path nor extension is at the end)
# save
# move the icon from .../80x80/apps to .../scalable/apps
# don't do it unless you're good at x terminal!


marmistrz 2012-06-24 13:11

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by amr.fayz (Post 1226638)



I ran some games and they worked Icon

http://www.mediafire.com/?xg6vw5djh9auk2p
http://www.mediafire.com/?uydlrds7s72jrgg

but icon file in

/usr/share/icons/hicolor/64x64/apps/qmuehle.png

and .desktop file in

\usr\share\applications

and the game in /home/opt/meecolay/opt/qmuehle/


but I've got the same problem with ""B-RUNO "" in many gamse

libQtMeeGoGraphicsSystemHelper.so.4
libresourceqt.so.1
libcontactswidgets.so.0


I hav the same problem with another file and i put it in /use/lib

And the problem solved But I do not find these files

If you send sth, send the debs.

AapoRantalainen 2012-06-24 21:27

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by AapoRantalainen (Post 1214252)
MyRoutes [ http://my-meego.com/software/applica...Auto=551&faq=4 ] complains
Code:

qrc:/MainPage.qml:11:1: module "QtMobility.location" is not installed
(and gives only black screen).

This is still issue. I have working meecolay (tested with guesscricket).

I have package libqtm-12 installed, and it has files:
Code:

dpkg -L libqtm-12 | grep Location.so
/opt/qtm12/lib/libQtLocation.so.1.2.1
/opt/qtm12/lib/libQtLocation.so.1.2
/opt/qtm12/lib/libQtLocation.so
/opt/qtm12/lib/libQtLocation.so.1

Or what is this missing/looked for "QtMobility.location"?

amr.fayz 2012-06-25 08:51

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by marmistrz (Post 1226704)
If you send sth, send the debs.



ok but My inquiry i want this file

libQtMeeGoGraphicsSystemHelper.so.4
libresourceqt.so.1
libcontactswidgets.so.0


How do I get them can u place them Please If possible

amr.fayz 2012-06-25 09:02

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by AapoRantalainen (Post 1226920)
This is still issue. I have working meecolay (tested with guesscricket).

I have package libqtm-12 installed, and it has files:
Code:

dpkg -L libqtm-12 | grep Location.so
/opt/qtm12/lib/libQtLocation.so.1.2.1
/opt/qtm12/lib/libQtLocation.so.1.2
/opt/qtm12/lib/libQtLocation.so
/opt/qtm12/lib/libQtLocation.so.1

Or what is this missing/looked for "QtMobility.location"?


try this


apt-get install libqtm-12

For Qt to know which mobility version to use, you will need to specify the following


maemo5 {
CONFIG += mobility12
} else {
CONFIG += mobility
}

*****************************************

u can see this

http://www.developer.nokia.com/Commu...ation_on_Maemo


http://talk.maemo.org/showthread.php?t=67588&page=3


http://qt-project.org/forums/viewthread/5871

amr.fayz 2012-06-25 09:05

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quote:

Originally Posted by AapoRantalainen (Post 1226920)
This is still issue. I have working meecolay (tested with guesscricket).

I have package libqtm-12 installed, and it has files:
Code:

dpkg -L libqtm-12 | grep Location.so
/opt/qtm12/lib/libQtLocation.so.1.2.1
/opt/qtm12/lib/libQtLocation.so.1.2
/opt/qtm12/lib/libQtLocation.so
/opt/qtm12/lib/libQtLocation.so.1

Or what is this missing/looked for "QtMobility.location"?



Found the solution. You have to do it like desribed here:

http://www.developer.nokia.com/Commu...ation_on_Maemo

apt-get install libqtm-12


For Qt to know which mobility version to use, you will need to specify the following

maemo5 {
CONFIG += mobility12
} else {
CONFIG += mobility
}


All times are GMT. The time now is 11:39.

vBulletin® Version 3.8.8