Re: [e-users] a virtual desktop bug with the unlinked monitors?

2013-02-12 Thread The Rasterman
On Tue, 05 Feb 2013 13:22:48 +0100 Christian Ullmann said: > hi! > > Thirst of all, I have had some problemes compiling E17 (email from > 01/25). After using the E17.1 release, the problems gone! > > So I'm using the newest relese, compiled yesterday. Great work everyone, > its nice and eyeca

Re: [e-users] Completing the elm_player mouse interface

2013-02-12 Thread The Rasterman
On Sat, 9 Feb 2013 17:26:04 +0530 Arvind R said: cedric - comments? > Hi, > I needed to "swallow" an elm_player in my clip preparation program. In > the process, I completed the mouse support for the player widget. > 1. Modified in player.edc: > incorporated a volume attenuator using a dis

Re: [e-users] efm symlink error

2013-02-12 Thread The Rasterman
On Sun, 10 Feb 2013 19:11:25 + Gary said: > 2013/02/10 - 09:45 > > This is an effort on my part to find a way to make the efm symlink > error repeatable for anyone. This test was run on a Lenovo T430 Intel > I5 laptop with NVIDIA NVS 5400M Graphics enabled. As far as I know, as > of th

Re: [e-users] Meaning of some strings

2013-02-12 Thread The Rasterman
On Sat, 9 Feb 2013 17:12:21 +0100 Adrián Arévalo Tirado said: > Hi > > First of all, I don´t know if this post should have been posted in the intl > list. > I would like to know what these string mean. I believe that, most of them > refer to advanced settings. > > PRNG was not seeded error fro

Re: [e-users] Econnman release?

2013-02-12 Thread Willy Sudiarto Raharjo
> > > is there a release of econnman somewhere? Or do I need to build from svn? > > Is so, what revision works OK with e17 0.17.1? > > It's only available on svn, no official release AFAIK The latest revision works with 0.17.1. I have been using it on my Slackware machines -- Willy Sudiarto Raha

Re: [e-users] Econnman release?

2013-02-12 Thread Gabriele Piccini
Hi Stefano, I used econnman from svn. I had some issues about python because my distro has python 2.6. Better to have a distro with python 2.7.x. If you find my mail list topics all is there. Cheers Gabriele On 02/12/2013 09:02 PM, Stefano wrote: > Hi all, > > is there a release of econnman som

[e-users] Econnman release?

2013-02-12 Thread Stefano
Hi all, is there a release of econnman somewhere? Or do I need to build from svn? Is so, what revision works OK with e17 0.17.1? Thanks, -- Stefano Fortune of the day: "Exercise caution in your daily affairs." -- Free

Re: [e-users] compile issue for econnman

2013-02-12 Thread Willy Sudiarto Raharjo
> I think have understood my problem is about python modules.. I explain.. > Since econnman needs Python >= 2.7 I installed it in /usr/local but > econnman needs dbus module which is under python 2.6 site-packages. > I partially solved adding PYTHONPATH variable. > > How do you resolved?? Do you h

Re: [e-users] compile issue for econnman

2013-02-12 Thread Gabriele Piccini
Hi Willy, I think have understood my problem is about python modules.. I explain.. Since econnman needs Python >= 2.7 I installed it in /usr/local but econnman needs dbus module which is under python 2.6 site-packages. I partially solved adding PYTHONPATH variable. How do you resolved?? Do you ha

Re: [e-users] curl 7.29.0 segfaults Enlightenment and Terminology

2013-02-12 Thread Mats Bertil Tegner
Marc Burkhardt skrev 2013-02-12 16:20: > * Mats Bertil Tegner [2013-02-08 12:29:40 > +0100]: > > Hi, > > maybe this could help: https://bugs.gentoo.org/show_bug.cgi?id=456842 > > Regards, > Marc Yes, there is a bug in libcurl 7.29.0. It's fixed in the latest snapshot of 7.29.1/git. I'm currentl

Re: [e-users] curl 7.29.0 segfaults Enlightenment and Terminology

2013-02-12 Thread Marc Burkhardt
* Mats Bertil Tegner [2013-02-08 12:29:40 +0100]: Hi, maybe this could help: https://bugs.gentoo.org/show_bug.cgi?id=456842 Regards, Marc > Hello everyone, > I just upgraded to curl 7.29.0 and Terminology and Enlightenment segfaults > on exit every time. Anybody else experiencing this? Rebuild

Re: [e-users] 3 small corrections in elc_player

2013-02-12 Thread The Rasterman
On Sat, 9 Feb 2013 16:53:29 +0530 Arvind R said: these are in svn now for sure. these are good. > Hi, > 1. remove __UNUSED__ for parameter that is used. > > diff -uprN a/src/lib/elc_player.c b/src/lib/elc_player.c > --- a/src/lib/elc_player.c2012-11-26 14:59:01.0 +0530 > +++ b/src/l

Re: [e-users] elm_player: interference of slider with playback

2013-02-12 Thread The Rasterman
On Fri, 1 Feb 2013 22:29:56 +0530 Arvind R said: there - i did my changes to update less frequently - different to your framecount method (time based with timeouts and deletion handling). rev 83854. > Hi, > > The slider emits a "changed" signal when its internal representation > of value reall

Re: [e-users] elm_player: interference of slider with playback

2013-02-12 Thread The Rasterman
On Sat, 9 Feb 2013 16:34:17 +0530 Arvind R said: > On Fri, Feb 8, 2013 at 3:18 PM, Carsten Haitzler wrote: > > On Fri, 1 Feb 2013 22:29:56 +0530 Arvind R said: > > > > ummm i'm just testing with slider directly... and i ONLY get change > > callbacks when the user drags it around, not when code