Hello,I had a segv when dragging an Eterm from one desk to another - not sure exactly how to reproduce it, but the bt shows that the e_app "win_name" got a bogus value from somewhere. There were some changes in the source here a few days back.
Regards!David(gdb) bt#0 0x403957e6 in poll () from /li
This sounds like your engine wasn't initialized properly. I'd do a full
rebuild (make maintainer-clean; ./autogen and so on) to make sure
everything is installed.
dan
Rafael Ugalde wrote:
> Hello, working with ewl have segfault at
>
>
> ewl_tree_new(1) -> ...->
>
> ecore_x_cursor_
Ok.. Added the other patch as well and made it work with the latest cvsAvailable here: http://war.interhact.net/~iamsthitha/junk/taskbar-0.0.5.tar.gz
On 6/5/06, Morten Nilsen <[EMAIL PROTECTED]> wrote:
> BTW: for those who asked to add this to the core modules..> raster said the taskbar he wants in
On Sat, Jun 10, 2006 at 11:04:39PM +0200, Morten Nilsen wrote:
> Aleksej Struk wrote:
> > But, if I move some of its functionality to E, then it will be
> > dependent on E. And actually, the module will only flip the input
> > keyboard layout and visualize the current language icon.
> > So, then it
Hello, working with ewl have segfault at
ewl_tree_new(1) -> ...->
ecore_x_cursor_shape_get -> XCreateFontCursor
Have latest cvs libs
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sour
Aleksej Struk wrote:
> But, if I move some of its functionality to E, then it will be
> dependent on E. And actually, the module will only flip the input
> keyboard layout and visualize the current language icon.
> So, then it cannot be standalone as now.
Uhm.. isn't it dependant on E anyway?
--
Hey raster,
H, actually, I already implemented all the things in
e_modules/language module. Now it is standalone. It is able to manage
actual input language for each window, and flip between keybord
layouts on the fly. Moreover it hooks into E and defines 2 new actions
and keybindings for them
On Sat, 10 Jun 2006 12:25:55 -0500 "Matthew R. Dempsky"
<[EMAIL PROTECTED]> wrote:
> On Sat, Jun 10, 2006 at 07:20:47PM +0200, Kim Woelders wrote:
> > I forgot to mention - I think I have seen cases where c is zero.
> > I'm not sure malloc(0) always is legal.
>
> It's legal. Thus spake POSIX[1]:
Ciro Mattia Gonano wrote:
> Hi all!
> I'm having some little trouble compiling epsilon: I have imlib2 headers
> installed in non-standard path (/opt/e17), configure finds them well but
> when it comes to the src/plugins directory and starts to compile
> xine_thumbnailer I get:
>
> In file included
While trying to compile ecore on OpenBSD, the build failed on
ecore_con_dns.c because OpenBSD doesn't have ,
but commenting out that include line lets it build fine.
While looking through the file, I looked at ecore_con_dns_lookup, and it
looks like fd[1] is leaked whenever the function is succ
On Sat, Jun 10, 2006 at 07:21:10PM +0200, Kim Woelders wrote:
// Kim Woelders wrote:
// > Enlightenment CVS wrote:
// >
// >>Enlightenment CVS committal
// >>
// >>Author : sndev
// >>Project : e17
// >>Module : libs/ecore
// >>
// >>Dir : e17/libs/ecore/src/lib/ecore_x
// >>
// >>
// >>Modi
On Sat, Jun 10, 2006 at 07:20:47PM +0200, Kim Woelders wrote:
> I forgot to mention - I think I have seen cases where c is zero. I'm not
> sure malloc(0) always is legal.
It's legal. Thus spake POSIX[1]:
If size is 0, either a null pointer or a unique pointer that can be
successfully p
On Sat, Jun 10, 2006 at 07:13:33PM +0200, Kim Woelders wrote:
> > --- ecore_x_icccm.c 8 Jun 2006 20:03:42 - 1.43
> > +++ ecore_x_icccm.c 10 Jun 2006 16:54:36 - 1.44
> > @@ -752,8 +752,12 @@
> > if (argc) *argc = c;
> > if (argv)
> > {
> > - (*argv) = malloc(c);
>
Kim Woelders wrote:
> Enlightenment CVS wrote:
>
>>Enlightenment CVS committal
>>
>>Author : sndev
>>Project : e17
>>Module : libs/ecore
>>
>>Dir : e17/libs/ecore/src/lib/ecore_x
>>
>>
>>Modified Files:
>> ecore_x_icccm.c
>>
>>
>>Log Message:
>>
>>* use calloc instead of malloc
>>* set
Enlightenment CVS wrote:
> Enlightenment CVS committal
>
> Author : sndev
> Project : e17
> Module : libs/ecore
>
> Dir : e17/libs/ecore/src/lib/ecore_x
>
>
> Modified Files:
> ecore_x_icccm.c
>
>
> Log Message:
>
> * use calloc instead of malloc
> * set *argc = 0 if mem for the
Hey Chady,
On 6/10/06, Enlightenment CVS <[EMAIL PROTECTED]> wrote:
> Enlightenment CVS committal
>
> Author : leviathan
> Project : e17
> Module : proto
>
> Dir : e17/proto/etk-perl/lib/Etk
>
>
> Modified Files:
> Object.pm
> Added Files:
> StatusBar.pm
>
>
> Log Message:
>
David Seikel [2006-06-08 05:54]:
> On Wed, 7 Jun 2006 15:43:59 -0400 (EDT) Enlightenment CVS
> <[EMAIL PROTECTED]> wrote:
>
> > Added mail module based on embrace code (Thanks Tilman :) )
>
> Does this make misc/embrace obsolete?
No, because misc/embrace can also be used as a stand-alone applic
Hey,
it seems that some distro (debian) update autoconf with an unstable
version of autoconf. This version does not seems to work with
configure.in/ac that uses the datadir variable.
I know that the topic of #edevelop mentions it. But a mail on the autoconf
ML says that we must be careful on the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sebastian Dransfeld wrote:
> You should consider implementing server pooling, so that one server is
> only connected to once for all mailboxes. Like in embrace.
>
> Sebastian
>
>
> ___
> enlightenment-dev
Rafael Ugalde wrote:
> It's this patch applied at CVS ?, my e17 crash with xterminal exit.
Yes.
Sebastian
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
Hi all!
I'm having some little trouble compiling epsilon: I have imlib2 headers
installed in non-standard path (/opt/e17), configure finds them well but
when it comes to the src/plugins directory and starts to compile
xine_thumbnailer I get:
In file included from xine_thumbnailer.c:2:
../../src/in
It's this patch applied at CVS ?, my e17 crash with xterminal exit.
El Fri, 09 Jun 2006 23:47:29 +0200
Sebastian Dransfeld <[EMAIL PROTECTED]> escribió:
> I fixed it in ecore_x_icccm.c
>
> Sebastian
>
> [EMAIL PROTECTED] wrote:
> > Hi Mathieu,
> >
> > I've noticed the bug (e can crash if yo
22 matches
Mail list logo