Reply
Thread Tools
B-RUNO's Avatar
Posts: 124 | Thanked: 125 times | Joined on Sep 2010
#171
Originally Posted by marmistrz View Post
Can you add these apps to the compatibilty layer
Added to the compatibilty layer, I'll test some more apps and report latter.
 
Posts: 372 | Thanked: 61 times | Joined on Jan 2012
#172
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?
 
Posts: 18 | Thanked: 4 times | Joined on Sep 2011
#173
Originally Posted by Mohammed Muid View Post
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.
 
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#174
Originally Posted by Mohammed Muid View Post
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

Last edited by amr.fayz; 2012-06-25 at 08:45.
 

The Following 2 Users Say Thank You to amr.fayz For This Useful Post:
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#175
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!
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#176
Originally Posted by amr.fayz View Post



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.
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#177
Originally Posted by AapoRantalainen View Post
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"?
 
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#178
Originally Posted by marmistrz View Post
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
 
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#179
Originally Posted by AapoRantalainen View Post
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
 
Posts: 224 | Thanked: 132 times | Joined on Jun 2012 @ Cairo ;Egypt
#180
Originally Posted by AapoRantalainen View Post
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
}

Last edited by amr.fayz; 2012-06-25 at 10:16.
 
Reply

Tags
compatibility, harmattan, meecolay, meego, mee_env


 
Forum Jump


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