Le mercredi 24 janvier 2007 à 12:42 +0100, Robert Smol a écrit : > Hello guys, > > besides couple of reply to your questions, I've tested elisa-0.1.3 and > pigment today with following results. > > [EMAIL PROTECTED] ~ $ python -c "import pgmrender" > Traceback (most recent call last): > File "<string>", line 1, in ? > ImportError: /usr/lib/python2.4/site-packages/pgmrendermodule.so: > undefined symbol: pgm_render_button_get_type > > > I've uninstalled pigment-0.1.2 by running > make uninstall and installed (0.1.3) one and it installation seemed ok > to me > > What should I check? >
Just to be sure you can remove the .so files and the pgm/ python package and reinstall 0.1.3. lib/libpgmrender-0.1.so lib/pigment-0.1/gstreamer/libpgmrendersink.so lib/pigment-0.1/libpgmrendergl1.so lib/python2.4/site-packages/pgmrendermodule.so lib/python2.4/site-packages/pgm/ > > On Wed, 2007-01-03 at 16:53 +0100, Philippe Normand wrote: > > Le mardi 02 janvier 2007 à 10:45 +0100, Robert Smol a écrit : > > > Hello folks, > > > > > > I've tried elisa 0.1.1 and it looks promising, however I had not fonts > > > displayed in it. Today I've tried elisa-0.1.2 and latest pigment. > > > > > > * I have fonts displayed correctly - nice! > > > * I can't play MOV and 3GP files, that is ok, I get error message to > > > check www.fluendo.com/elisa/codecs but there is no such a place. BTW > > > what can I do to make these works? > > > > What GStreamer plugins have you installed? > > I was missing some of the gst-plugins-*, after I installed ugly,bad and > couple of others everything is fine. > > > > > > > * No OSD when playing movies (like one in mplayer), seeking is working, > > > but only in 5sec (or so) intervals. > > > > When you hit 'enter' while the movie is playing fullscreen (e,g the menu > > is hidden) the dock will appear, and auto-hide after few seconds of > > inactivity. > > I can confirm that, although it would be nice to have progress bars as > well. And allow faster seeking (i.e. 5mins instead of slowing down, > speeding up which is nice effects but honestly how many is this used in > daily playing of stuff. But I believe it is there for demonstrating > purposes.) > > About that we plan to progressively increment playback speed as the user keeps pressing on the seek+ button. When playback speed reaches something like 5/10 or so, we can start seeking higher time slots. > > > > * Pictures works fine, but it happened to me that I have one directory > > > with movie and some pictures. This location is in move plugin path. When > > > accessing this via Movies-> movie plays great, however pcitures are not > > > displayed correctly. > > > > Yes, the "movies" plugin is not intended to do what the "pictures" > > plugin does. In development version of elisa, there's better support for > > pictures which fail to load/display.. > > ok > > > > * I haven't tested DVD playback yet. > > > * I do not see weather forecast plugin. > > > > Yes in the next release it will probably be activated by default. By now > > you just need to add 'weather' in the plugins.misc config option list > > and install METAR.py which is located at: > > > > http://homepage.mac.com/wtpollard/Software/FileSharing4.html > > > > Did that, plugin appeared but has always locked my app for long time. > Likely as I'm behind proxy. Do you guys handle proxy? > Ha, not yet.. Will fill a new ticket for that. > > > * I have some problems with dbus bindings on gentoo, not sure which > > > package to emerge as I have python-2.4.4, dbus-1.0.2 and > > > dbus-python-0.71 installed and this disables some of the plugins (i.e. > > > HAL) > > > > Do you get a particular error in the console output? > > No nothing particulary, only that it is not found and disabled. Wanted to > give feedback with 0.1.3 but this does not start. > > > > * Services->Config does not show anything (not sure if this is > > > implemented) > > > > Yes it's quite empty at the moment. For the next release it's planned to > > start filling that space, at least to allow the user to easily add new > > media locations. > > > > > * I get no fancy screen when music is played, though I believe this is > > > because I did not know there is elisa in breakmygentoo repo (can't wait > > > till it gets into main repository) and compiled packages by myself and > > > not sure whether I catched all dependencies. > > > > > > > Is the show_visualization option set to 1 in the config? Also, when you > > play music in totem-gstreamer, can you see the animations? > > Yes I have the visualisation in totem, but it takes a couple of secconds > to appear. Since I was only testing elisa and no real playing I might > have not waited long enough. > > > > > Guys you do great SW there, sometimes I have problems to install it > > > (like when I tried to run fluendo streaming software), but it looks > > > good. Elisa is already very usable at the moment. > > > > > > > Thank you for the detailled feedback, we appreciate it! :) > > > > Philippe > > > > > > Robert
