chatbox
|
2010-12-05
, 11:26
|
Posts: 76 |
Thanked: 27 times |
Joined on Aug 2008
|
#341
|
|
2010-12-05
, 11:30
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#342
|
Question: While a video is being played, and then switching to minimize, the screen goes kinda funny...and this seems to happen to all video players (not just cutetube). Is this a Maemo / N900 issue/bug?
|
2010-12-05
, 11:36
|
|
Posts: 468 |
Thanked: 775 times |
Joined on May 2010
@ Hereford, England
|
#343
|
The Following User Says Thank You to bigears5000 For This Useful Post: | ||
|
2010-12-05
, 12:05
|
Posts: 961 |
Thanked: 565 times |
Joined on Jul 2007
@ Tyneside, North East England
|
#344
|
Because you installed something else that includes python_qt4 v4.75 and now have a conflict with the version in cuteTube. You need to try and determine what package you installed that contains the conflicting file.
You can probably do it easily like this:
Searches for <file> in package database, telling you which package(s) have that file in them. If it's something you don't need or use, then you can uninstall that to solve the conflict.Code:dpkg -S <file>
apt-get install cutetube
The Following 4 Users Say Thank You to gazza_d For This Useful Post: | ||
|
2010-12-05
, 12:53
|
|
Posts: 762 |
Thanked: 395 times |
Joined on Jan 2010
@ Helsinki
|
#345
|
|
2010-12-05
, 15:13
|
Posts: 371 |
Thanked: 252 times |
Joined on Nov 2010
|
#346
|
|
2010-12-05
, 17:31
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#347
|
i don't think this new version is ready for prime time yet. Videos stutter and sometimes don't even show image at all. It worked like a charm with kmplayer. can we have that option back?
|
2010-12-05
, 17:47
|
Posts: 133 |
Thanked: 138 times |
Joined on Nov 2007
|
#348
|
|
2010-12-05
, 17:49
|
Posts: 670 |
Thanked: 747 times |
Joined on Aug 2009
@ Kansas City, Missouri, USA
|
#349
|
Using the Maemo Application Manager, I recieved an error that cutetube was not upgradeable due to conflict with the package python2.5-qt4-gui
dpkg -S did not bring back any results, so I logged into an xterm session as root, and ran the command
and it worked a treat, so it may be worth a punt for anyone else who is having similar issues upgrading.Code:apt-get install cutetube
|
2010-12-05
, 17:57
|
Posts: 961 |
Thanked: 565 times |
Joined on Jul 2007
@ Tyneside, North East England
|
#350
|