View Single Post
Posts: 7 | Thanked: 3 times | Joined on Apr 2011
#16
Originally Posted by Saturn View Post
Some people had success with the following:
http://talk.maemo.org/showpost.php?p...1&postcount=13
Yes! You have to install qt-components-10 and the libqtm-12 of the extras repository (not the extras-devel!)

This is how I success :
- Desactivate the extras-devel repository
- Then (root):
Code:
# to remove the libqtm-12 and qt-components-examples version of extras-devel and "force" for ignoring dependencies.

dpkg -r --force- libqtm-12 qt-components-examples

# to install the good versions of packages :
 
apt-get install libqtm-12* qt-components-10
If you reactivate the extras-devel repository, don't upgrade these packages.

Last edited by fr_78knots; 2012-01-07 at 19:55.