View Single Post
James_Littler's Avatar
Posts: 820 | Thanked: 436 times | Joined on May 2010 @ Portsmouth, UK.
#193
Originally Posted by Saturn View Post
I had followed up and eventually solved this for a user few pages back. The last steps where done offline.

So here is what helped in his case.

Disable all repos that come from outside maemo.
Disable the devel repo.
Code:
apt-get remove --purge swappolube
apt-get remove --purge swappolube-nogui
apt-get update
apt-get install python2.5-qt-common
apt-get install swappolube
If you don't understand the above then don't do it!

HIH
Should be

Code:
apt-get remove --purge swappolube
apt-get remove --purge swappolube-nogui
apt-get update
apt-get install python2.5-qt4-common
apt-get install swappolube
 

The Following User Says Thank You to James_Littler For This Useful Post: