Somes quick notes about compiling and testing Freevo2 from today's SVN
snapshot:

In guide "http://doc.freevo.org/Contributing"; I had to replace line:

"python setup.py install --prefix=~/freevo2"

with:

"env PYTHONPATH="~/freevo2/lib64/python2.6/site-packages/" python
setup.py install --prefix=~/freevo2"

to get the compilation to work. Basically, the addpath part in the
beginning of setup.py did not work as intended.

Also I need:

env PYTHONPATH="~/freevo2/lib64/python2.6/site-packages/" ./freevo2

To run it.

Running Freevo2 I get quite a lot of graphical corruption in the menus,
which is hard to describe. The corruption is persistent in the topmost
pixels, which shows as random coloured horizontal lines.

The functionality and animated behavior in the menus works, however. The
music player and image viewer work and are very nice. They are also very
nicely integrated to the menus.

The movie player starts, but I have no keyboard control at all. I can
only switch to the console that started Freevo and terminate it with
CRTL+C to end playback.

-- 
Tuomas Tonteri

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to