View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#152
First I'm posting a workaround to remove the dependency problem:
Code:
sudo gainroot
leafpad /var/lib/dpkg/status
Find
Code:
Package: libstdc++6
In version there's 4.2.1-4maemo13. Change it to 4.4.1-4maemo13

But remember, you're doing it at your own risk!

Originally Posted by Alfred View Post
Here are some of my tests

Tap2Count app complains because of
libqtcore4
libqtgui4

Shopper same
libqtcore4
libqtgui4


i guess, that's just a misswritten name of a lib, which can be probably fixed(i am not a programmer or coder) by a recompiling of the existed lib with change of the name.

P.S. I will add more apps-libs connections into this post as i test meego/maemo6 apps.
I've already created the metapackages they're in devel.

Originally Posted by teroyk View Post
This may sound stupid, but only app that I miss from Meego is that Drive app from N9. Is there any possibility transfer it to N900 and run it with MeeCoLay? If somebody make step by step instructions then I will donate both MeeCoLay project and instructions maker.

p.s. Am I only guy who switch from Meego to Maemo, because Meamo has some nice apps ?

I don't know whether it works, but:
0. Look for it on my-meego.com. If it doesn't work, where is the ssu repo for N9?
1. Install libqtcore4, libqtgui4, libqtwebkit4 from devel (it'll be included with newer meecolay), use the workaround I posted for clean install (no dependency problem)
2.
Code:
sudo dpkg -i /path/to/drive.deb
3. Save the log from installation
4. Use
Code:
dpkg -L <drivepackagename>
to find where the executable is
5. meecolay /opt/<productname>/bin/<productname>

If any errors, post them together with the dpkg log
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here

Last edited by marmistrz; 2012-06-15 at 18:06.