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)

marmistrz 2012-05-25 12:53

[Announce][Dead] MeeCoLay - run Harmattan apps on Fremantle!
 
This project is dead.

Why? I'm sick of fighting with the outdated software stack, examples here

The aim of this project was to run Harmattan apps on Fremantle.

This app was released under GNU GPL v3 license terms, without any kind of warranty. Although this should be safe, I won't be responsible for any damage done. You have been warned.

Source code is available on Gitorious: https://gitorious.org/meecolay
[links broken, will be updated]

CSSU is required, for newer Qt (4.7.4).
For problem with installing: read it before posting!

Compatiblity list: MeeCoLay Compatibility List

For user-friendly GUI look here

Workarounds: http://wiki.maemo.org/MeeCoLay/Workarounds

What works not (yet):
  • For problems with Segmentation fault look here
  • Many apps rotate while they shouldn't. Locking rotation to landscape is required. GUI would fix it but the latest hildon-desktop update breaks the only possible way. For more info: link
  • Several libraries may still have to be downloaded manually, but all the most libraries should be just there
  • dpkg might complain that dependencies aren't satisfied. You need to either force it (but it's no permanent solution) or edit DEBIAN/control. This is a rare case now but may exist.

Notice: do not use unofficial library packs such as amr.fayz's unless you know what you're doing. They might break meecolay.

DOWNLOAD:

The app meecolay is available in extras-devel. You can install it for example with
Code:

sudo gainroot
apt-get install meecolay

Or in a package manager install package MeeCoLay

If you want to support this project, you can DONATE
If you can't donate but you want to support this project, please contact me.

Thanks to:
  • AapoRantalainen - for libstdc++6 (v4.6.1)
  • misiak - for help about finding problem with rotation
  • sifo - for help maintaining the wiki pages

Mitrigol 2012-05-25 13:07

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Hey there,

I edit my post because i can't let it like it was, it made me feel i was disrespectfull of your incredible work on this.

Thanks a lot for you hard work and i look forward for the improvment this community will surely provide on this package.
(i even hope i will be able to help)

(before Edit, Post was:
/Sarcasm

Finally W*****p for N900 thank you so much you re a life saver!!!!

/sarcasm
)

ahmadamaj 2012-05-25 13:15

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Excellent! Long live maemo :)

misiak 2012-05-25 13:25

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
[sarcasm]
fixed dependancy issue with libxau6? :D
[/sarcasm]

[sarcasm2]
when i first saw thread's title, i thought it is nicolai's new app :D
[/sarcasm2]

[seriously]
Great to hear you got some positive results and succeded in running few apps already :) That is one of things I'm looking forward to :) Tell me if you need any help with e.g. coding GUI or something (I know that low-level-stuff people often hate frontend coding)
[/seriously]

Hurrian 2012-05-25 13:32

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
Well, damn. This is cool. I'll test it out once I grab a few MeeGo Harmattan packages.

Side note: if this is a specially crafted chroot, then there's no reason a recompiled MeeGo-Harmattan libc6 wouldn't work.

marmistrz 2012-05-25 14:29

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

Originally Posted by Hurrian (Post 1212367)
Well, damn. This is cool. I'll test it out once I grab a few MeeGo Harmattan packages.

Side note: if this is a specially crafted chroot, then there's no reason a recompiled MeeGo-Harmattan libc6 wouldn't work.

No, it's not a chroot. I didn't really try MeeGo CE chroot (and I'm pretty sure it doesn't contain proprietary pkgs by Nokia).

It's just putting libs to /opt/meecolay/lib ;)
Worked this way, so I sticked with it.

Quote:

Originally Posted by misiak (Post 1212364)
[seriously]
Great to hear you got some positive results and succeded in running few apps already :) That is one of things I'm looking forward to :) Tell me if you need any help with e.g. coding GUI or something (I know that low-level-stuff people often hate frontend coding)
[/seriously]

I PM-ed you about it.

I think I'll start with the low-level command-line program, then I'll add the gui. I need to learn GUI programming anyway! :)

EDIT:
Quote:

Originally Posted by misiak (Post 1212364)
[sarcasm]
fixed dependancy issue with libxau6? :D
[/sarcasm]

<sarcasm> Yeaaaaah, now it requires libxau6 = 1.0.7. (MeeGo's is 1.0.6) and this will eat your children if installed :D
</sarcasm>

Only jokin' :)

Seriously: libxau6 stuff is a lesson learned for me. I'm happy it's fixed now.

misiak 2012-05-25 15:19

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

Originally Posted by marmistrz (Post 1212381)
I think I'll start with the low-level command-line program, then I'll add the gui. I need to learn GUI programming anyway! :)

As you wish, you may stay with low-level command-line program anyway and then create separate program only with gui, which, after choosing some options, runs programs in cmd adding appropriate arguments (I think this is how psx4m is made - there are command line emulators and gui just runs them with parameters), maybe in this particular case it will be better than messing low level parts of code with gui (and then there would be less possibilities of conflicts if more than one person works on source code). But the decision is, like David Kitt said in his song, up to you ;)
Quote:

Originally Posted by marmistrz (Post 1212381)
<sarcasm> Yeaaaaah, now it requires libxau6 = 1.0.7. (MeeGo's is 1.0.6) and this will eat your children if installed :D
</sarcasm>

Only jokin' :)

Seriously: libxau6 stuff is a lesson learned for me. I'm happy it's fixed now.

Good to know you're not butthurt about that little immature joke :D Anyway, I'm glad you solved that issue, that is a lesson not only for you, but for other devs, too ;) And you gave a great reason to fix that ugly bug in autobuilder as soon as possible ;)

Mohammed Muid 2012-05-25 16:59

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
i did install this meecolay but couldnt run harmattan app. I tried to run eyrie but couldnt install because of missing dependencies. Just installing this meecolay would do or something else need to be done?

AWasisto 2012-05-25 17:23

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
I've tried CameraPro but failed, seems Qt problem. Anyone can post here which Harmattan apps we can run?
Btw, in every Harmattan .desktop file there are an 'invoker' command. Can we run apps without it? I've tried on Nemo 1.3 and it still works.

imo 2012-05-25 17:42

Re: [Announce][Pre-Alpha] MeeCoLay - run Harmattan apps on Fremantle!
 
i believe this is amazing really , please make it usable and in any case if we could manage to find the libc 6 alternatives or analouge ?


All times are GMT. The time now is 10:17.

vBulletin® Version 3.8.8