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)

DfLo1913 2012-11-22 19:33

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
What is the repo for the compatible apps? Thanks

sifo 2012-11-22 20:04

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
I used apps4meego testing and stable and it contained some working apps

DfLo1913 2012-11-22 20:58

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

Originally Posted by sifo (Post 1297340)
I used apps4meego testing and stable and it contained some working apps

Is there a repo for that? Thanks

marmistrz 2012-11-23 13:13

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

Originally Posted by DfLo1913 (Post 1297350)
Is there a repo for that? Thanks

search at tmo.

But they'll require tweaking.
DfLo1913: If I created a nice GUI, would you donate?

DfLo1913 2012-11-26 18:32

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

Originally Posted by marmistrz (Post 1297537)
search at tmo.

But they'll require tweaking.
DfLo1913: If I created a nice GUI, would you donate?

PM Sent. Thanks

klinglerware 2012-11-28 17:42

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

Originally Posted by klinglerware (Post 1264254)
Actually, WordTiles works for me. It's imperfect (a small portion of the bottom of the screen is cut off), but playable.

Requires Orientation Lock and libQtLocation workaround...

Quote:

Originally Posted by marmistrz (Post 1289585)

Use the xterm command as the content of the Exec field in the .desktop

@sifo: this should be in wiki: if you use specific command, it can be put into the .desktop.

I am getting around to editing the .desktop file for WordTiles. So far, I am unable to get the application to run from the desktop. This particular application does require a LD_PRELOAD command in order to run, which I have attempted to include in the Exec= field of the .desktop file. Here is my .desktop file:

Code:

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Name=Wordtiles
Exec=LD_PRELOAD=/opt/qtm12/lib/libQtLocation.so meecolay /home/opt/meecolay/opt/wordtiles/bin/wordtiles
Icon=wordtiles80
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable

A few thoughts:
1. the string I used for the Exec field is exactly the same as the command I would issue in x-term (which loads the application successfully)
2. I've tried putting the various Exec arguments in quotes. It doesn't seem to work
3. I've tried fully specifying the path to the meecolay executable. That does not work
4. I am able to start the application from desktop if I remove the LD_PRELOAD command. But of course, since the workaround is required, the application will not run succesfully
5. I noted in an earlier post that the application runs successfully, but imperfectly (when I run the application from CLI, there are error messages being generated in x-term in the background). I am not sure if that is relevant to why the .desktop command isn't working for me

Any thoughts would be greatly appreciated. In any case, thanks for your work on MeeCoLay. I find it quite useful!

sifo 2012-11-28 18:27

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Quick and dirty :p ( as Nicolai says ;) )
make a script containing your Exec command, execute it with chmod +x
and point the desktop file for it, like :
Code:

Exec=sh /opt/scripts/wordtiles-launch.sh
hope that helped

./sifo

klinglerware 2012-11-29 04:50

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

Originally Posted by sifo (Post 1299424)
Quick and dirty :p ( as Nicolai says ;) )
make a script containing your Exec command, execute it with chmod +x
and point the desktop file for it, like :
Code:

Exec=sh /opt/scripts/wordtiles-launch.sh
hope that helped

./sifo

Thanks, sifo. That worked for me...

mosiomm 2012-11-29 10:50

Re: [Announce/WIP][Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
hi
can open uc--browser of meego on n900 ?
i try but cant run this program ...

amr.fayz 2012-11-29 14:20

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

Originally Posted by mosiomm (Post 1299630)
hi
can open uc--browser of meego on n900 ?
i try but cant run this program ...


i try it for you The problem lies in Painter must be active it Given a black screen

The result

HTML Code:

$ meecolay /usr/bin/browserapp
Preloading theme "blanco" from cache
QPainter::setRenderHint: Painter must be active to set rendering hints
QPainter::setBrush: Painter not active
QPainter::pen: Painter not active
QPainter::setPen: Painter not active
file:///usr/lib/qt4/imports/com/nokia/meego/Sheet.qml:163:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-applicationpage-background
file:///usr/lib/qt4/imports/com/nokia/meego/Sheet.qml:163:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-applicationpage-background
Killed



i hope marmistrz can solve it

http://stackoverflow.com/questions/4...ent-in-qwidget

QImage

QPixmap


All times are GMT. The time now is 21:20.

vBulletin® Version 3.8.8