Re: [E-devel] E SVN: raster trunk/edbus/src/lib

2012-11-09 Thread The Rasterman
On Sat, 10 Nov 2012 03:59:06 -0200 Lucas De Marchi said: > On Sat, Nov 10, 2012 at 2:26 AM, Enlightenment SVN > wrote: > > Log: > > even if we have an older libdbus - let's #define the strings that are > > missing - at r4untime we wont get them, but hey - we'll compile at > > least and when

Re: [E-devel] E SVN: raster trunk/edbus/src/lib

2012-11-09 Thread Lucas De Marchi
On Sat, Nov 10, 2012 at 2:26 AM, Enlightenment SVN wrote: > Log: > even if we have an older libdbus - let's #define the strings that are > missing - at r4untime we wont get them, but hey - we'll compile at > least and when dbus is upgrade... we'll get them and work right. :) > > > > Author:

Re: [E-devel] applications at startup

2012-11-09 Thread The Rasterman
On Thu, 8 Nov 2012 20:37:06 +0100 Sebastian Dransfeld said: > On 11/08/2012 07:52 PM, Sebastian Dransfeld wrote: > > Den 8. nov. 2012 kl. 13:39 skrev Massimo Maiurana : > > > >> Sebastian Dransfeld, il 08/11/2012 05:49, ha scritto: > >> > >>> Try to copy > >>> ${prefix}/share/dbus-1/services/org

Re: [E-devel] efl evas merge: removal of options

2012-11-09 Thread Gustavo Sverzut Barbieri
On Thursday, November 8, 2012, Vincent Torri wrote: > On Wed, Nov 7, 2012 at 5:38 PM, Gustavo Sverzut Barbieri > > wrote: > > Some updates based on talks here, Vincent would you look at doing them? > > > > On Mon, Nov 5, 2012 at 11:51 AM, Gustavo Sverzut Barbieri < > > barbi...@profusion.mobi > wr

Re: [E-devel] E17 crash after login.

2012-11-09 Thread The Rasterman
On Fri, 9 Nov 2012 22:34:02 -0400 Deon Thomas said: no symbol table... it just says "there is some crash somewhere inside evas"... that's about as useful as saying "there's a needle somewhere in that haystack, but you have to find it by guessing where it might be as you can't look through the hay

Re: [E-devel] E17 - my list of biggest issues before we release

2012-11-09 Thread David Seikel
On Fri, 09 Nov 2012 20:52:27 +0200 Tom Hacohen wrote: > 5. Get an alternative desktop config that's more > "windows/mac/gnome/kde" friendly wrt key-bindings and general > behaviour. If this includes using the damn "Win" key instead of the Alt key, coz Alt key tends to conflict with application,

Re: [E-devel] eo, evas and ecore had a dispute.

2012-11-09 Thread The Rasterman
On Fri, 09 Nov 2012 10:05:01 +0100 Guillaume Friloux said: > Hello efl devs. > I just had a crash of e17 right now. > > Here is the backtrace : http://pastebin.com/XCbKKpyn NULL return from eo_data_get... no checks for that case. added a bunch in evas_object_main.c but this will be elsewhere to

[E-devel] E17 crash after login.

2012-11-09 Thread Deon Thomas
Logs and GDB: http://pastebin.com/raw.php?i=7AhpZx49 It seems to only happen the fist time I login. Thank You. --- --- --- --- --- --- --- --- --- Deon Thomas [ http://www.elivecd.org ] Programmer / Network Admin / Microsoft Certified Technology Specialist -

Re: [E-devel] strange code in evas_box

2012-11-09 Thread Gustavo Lima Chaves
* Igor Murzov [2012-11-10 01:00:18 +0400]: > On Fri, 9 Nov 2012 21:34:51 +0100 > Vincent Torri wrote: > > > hey > > > > from gcc 4.8: > > > > lib/evas/canvas/evas_object_box.c: In function > > '_box_layout_flow_horizontal': > > lib/evas/canvas/evas_object_box.c:1427:31: warning: argument to

Re: [E-devel] E SVN: caro IN trunk/evas: . src/lib/canvas

2012-11-09 Thread The Rasterman
On Fri, 9 Nov 2012 13:22:56 -0800 "Enlightenment SVN" said: and i backported it to stable branches for u. :) > Log: > Evas: fix memset bug and no need to check returned value of alloca > > > > Author: caro > Date: 2012-11-09 13:22:56 -0800 (Fri, 09 Nov 2012) > New Revision:

Re: [E-devel] e17 Alpha crash in First time configuration.

2012-11-09 Thread The Rasterman
On Fri, 9 Nov 2012 17:07:08 +0100 Thanatermesis said: > Problem seems to be the option --enable-thread-safety in ecore as has been suggested so often here and on irc... don't go enabling or disabling options. take efl's build as standard default. :) there's an option for every atom in the univer

Re: [E-devel] ecore_x_screensaver_set wtf

2012-11-09 Thread Thanatermesis
Im not sure if this is related but I have experienced some stubborn screen-blanking (dpms turned off) in e17 with new configurations, a possible way to reproduce the problem is to change the dpms minutes (20 set here), after i saved this option my screen wanted to turn blank constantly 2012/10/23

Re: [E-devel] pmaps loader : void* arithmetic

2012-11-09 Thread Vincent Torri
On Fri, Nov 9, 2012 at 4:34 PM, Vincent Torri wrote: > Hey > > can someone fix the pmaps loader, as it uses void* arith pointer. Just > compile efl/ and you'll see where the problem is (can't remember the > lines right now) > > Vincent modules/evas/loaders/pmaps/evas_image_load_pmaps.c: In functi

Re: [E-devel] QRCode generation support

2012-11-09 Thread Lucas De Marchi
On Fri, Nov 9, 2012 at 3:01 PM, Tom Hacohen wrote: > On 08/11/12 21:49, Rafael Coutinho wrote: >> Hi, >> Anyone has any experience or suggestion on how to generate QRCode images >> using EFL? >> > > This really has nothing to do with the EFL. I mean you can do that and > draw them with the EFL but

Re: [E-devel] strange code in evas_box

2012-11-09 Thread Igor Murzov
On Fri, 9 Nov 2012 21:34:51 +0100 Vincent Torri wrote: > hey > > from gcc 4.8: > > lib/evas/canvas/evas_object_box.c: In function '_box_layout_flow_horizontal': > lib/evas/canvas/evas_object_box.c:1427:31: warning: argument to > 'sizeof' in 'memset' call is the same expression as the destinatio

Re: [E-devel] strange code in evas_box

2012-11-09 Thread Gustavo Lima Chaves
* Vincent Torri [2012-11-09 21:34:51 +0100]: > hey > > from gcc 4.8: > > lib/evas/canvas/evas_object_box.c: In function '_box_layout_flow_horizontal': > lib/evas/canvas/evas_object_box.c:1427:31: warning: argument to > 'sizeof' in 'memset' call is the same expression as the destination; > did y

[E-devel] strange code in evas_box

2012-11-09 Thread Vincent Torri
hey from gcc 4.8: lib/evas/canvas/evas_object_box.c: In function '_box_layout_flow_horizontal': lib/evas/canvas/evas_object_box.c:1427:31: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] mem

Re: [E-devel] efl evas merge: removal of options

2012-11-09 Thread Vincent Torri
hey about loaders, i have a working code for --with-loaders=gif,tiff but how do I manage the static case for each loader ? Vincent -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Do

Re: [E-devel] E SVN: tasn trunk/e/src/bin

2012-11-09 Thread Sebastian Dransfeld
E_FREE S. Den 9. nov. 2012 kl. 20:41 skrev "Enlightenment SVN" : > Log: > E entry: Fixed issue with marup and text set/get. > > This fixes #1715 or at least should. > > Author: tasn > Date: 2012-11-09 11:41:06 -0800 (Fri, 09 Nov 2012) > New Revision: 79061 > Trac: http:

Re: [E-devel] E17 - my list of biggest issues before we release

2012-11-09 Thread Igor Murzov
On Fri, 09 Nov 2012 21:23:25 +0200 Tom Hacohen wrote: > On 09/11/12 21:23, Igor Murzov wrote: > > And fix at least efenniht and detourious. Having only one theme breaks > > all the fun. > > Unrelated to the release as those are maintained externally. Fuck you. -- Igor ---

Re: [E-devel] E17 - my list of biggest issues before we release

2012-11-09 Thread Tom Hacohen
On 09/11/12 21:23, Igor Murzov wrote: > And fix at least efenniht and detourious. Having only one theme breaks > all the fun. Unrelated to the release as those are maintained externally. -- Tom. -- Everyone hates slow w

Re: [E-devel] E17 - my list of biggest issues before we release

2012-11-09 Thread Igor Murzov
On Fri, 09 Nov 2012 20:52:27 +0200 Tom Hacohen wrote: > Hey! > > So this is my list. Those issues are driving me nuts and I don't think > we can ship with them still broken. Bugs are already in trac so I'm just > sending this email to remind people, and make sure we don't forget. > > 1. E entry

Re: [E-devel] E17 - my list of biggest issues before we release

2012-11-09 Thread Massimo Maiurana
Tom Hacohen, il 09/11/2012 19:52, ha scritto: > 3. Thunderbird window - start writing an email and then try to close the > window, the windows will not close. I've had it in other places too, > don't remember exactly where though. there is also a focus problem with thunderbird, I described it in

[E-devel] E17 - my list of biggest issues before we release

2012-11-09 Thread Tom Hacohen
Hey! So this is my list. Those issues are driving me nuts and I don't think we can ship with them still broken. Bugs are already in trac so I'm just sending this email to remind people, and make sure we don't forget. 1. E entry - some focus issues, usage of TAB and password mode is broken. I will

Re: [E-devel] E17/Efreet bug

2012-11-09 Thread Iván Briano
On Fri, Nov 9, 2012 at 4:08 PM, Christopher Michael wrote: > Hi All, > > Experiencing a weird bug with latest svn. > > I have icons for applications in the menu, but anything added to IBar > will not show icons anymore :( > > I have a sneaky feeling this is related to efreet & edbus changes... > >

[E-devel] E17/Efreet bug

2012-11-09 Thread Christopher Michael
Hi All, Experiencing a weird bug with latest svn. I have icons for applications in the menu, but anything added to IBar will not show icons anymore :( I have a sneaky feeling this is related to efreet & edbus changes... Anyone else experiencing this ? Is there anything I look for to help debug

Re: [E-devel] [PATCH] e17 & BSD's

2012-11-09 Thread Vincent Torri
On Fri, Nov 9, 2012 at 6:56 PM, rustyBSD wrote: > Le 09/11/2012 18:40, Vincent Torri a écrit : >> On Fri, Nov 9, 2012 at 6:18 PM, rustyBSD wrote: >>> > Le 09/11/2012 16:39, Vincent Torri a écrit : >> I would suggest >> >> #if !defined(__OpenBSD) && etc >> >> instead o

Re: [E-devel] [PATCH] e17 & BSD's

2012-11-09 Thread rustyBSD
Le 09/11/2012 18:40, Vincent Torri a écrit : > On Fri, Nov 9, 2012 at 6:18 PM, rustyBSD wrote: >> > Le 09/11/2012 16:39, Vincent Torri a écrit : >>> >> I would suggest >>> >> >>> >> #if !defined(__OpenBSD) && etc >>> >> >>> >> instead of >>> >> >>> >> #ifdef __linux__ >>> >> >>> >> As it will

Re: [E-devel] [PATCH] e17 & BSD's

2012-11-09 Thread Vincent Torri
On Fri, Nov 9, 2012 at 6:18 PM, rustyBSD wrote: > Le 09/11/2012 16:39, Vincent Torri a écrit : >> I would suggest >> >> #if !defined(__OpenBSD) && etc >> >> instead of >> >> #ifdef __linux__ >> >> As it will work for Mac OS X, and probably on Solaris too >> >> Btw, it's strange that it works o

Re: [E-devel] [PATCH] e17 & BSD's

2012-11-09 Thread rustyBSD
Le 09/11/2012 16:39, Vincent Torri a écrit : > I would suggest > > #if !defined(__OpenBSD) && etc > > instead of > > #ifdef __linux__ > > As it will work for Mac OS X, and probably on Solaris too > > Btw, it's strange that it works on Mac OS X and not in FreeBSD. Ah yes, forgot it. Ialso teste

Re: [E-devel] QRCode generation support

2012-11-09 Thread Tom Hacohen
On 08/11/12 21:49, Rafael Coutinho wrote: > Hi, > Anyone has any experience or suggestion on how to generate QRCode images > using EFL? > This really has nothing to do with the EFL. I mean you can do that and draw them with the EFL but you'd still have to implement the logic. -- Tom. --

Re: [E-devel] E SVN: mike_m trunk/ecore/src/lib/ecore

2012-11-09 Thread Thanatermesis
Are we talking about --enable-thread-safety in ecore options ? This option was the cause that my E17 freezed in a SLEEP line at start, only removing it from ecore i was able to run it correctly... im going to report this bug to trac 2012/11/7 Mike McCormack > > > That's quite a good patch, than

Re: [E-devel] e17 Alpha crash in First time configuration.

2012-11-09 Thread Thanatermesis
Problem seems to be the option --enable-thread-safety in ecore 2012/11/8 Deon Thomas > That is almost unreadable, but it happens to me too, tested on 2 PC. > > Thank You. > --- --- --- --- --- --- --- --- --- > Deon Thomas [ http://www.elivecd.org ] > Programmer / Network Admin / Microsoft Cert

Re: [E-devel] E SVN: raster IN trunk/e: . src/modules src/modules/access src/modules/backlight src/modules/battery src/modules/clock src/modules/comp src/modules/conf src/modules/conf_applications src

2012-11-09 Thread Lucas De Marchi
On Fri, Nov 9, 2012 at 1:48 PM, Carsten Haitzler wrote: > On Fri, 9 Nov 2012 12:41:20 -0200 Lucas De Marchi > said: > >> On Fri, Nov 9, 2012 at 12:13 PM, Carsten Haitzler >> wrote: >> > >> > On Fri, 9 Nov 2012 11:40:47 -0200 Lucas De Marchi >> > said: >> > >> > > On Fri, Nov 9, 2012 at 8:45 AM,

Re: [E-devel] E SVN: raster IN trunk/e: . src/modules src/modules/access src/modules/backlight src/modules/battery src/modules/clock src/modules/comp src/modules/conf src/modules/conf_applications src

2012-11-09 Thread The Rasterman
On Fri, 9 Nov 2012 12:41:20 -0200 Lucas De Marchi said: > On Fri, Nov 9, 2012 at 12:13 PM, Carsten Haitzler > wrote: > > > > On Fri, 9 Nov 2012 11:40:47 -0200 Lucas De Marchi > > said: > > > > > On Fri, Nov 9, 2012 at 8:45 AM, Enlightenment SVN < > > > no-re...@enlightenment.org> wrote: > > > >

Re: [E-devel] [PATCH] e17 & BSD's

2012-11-09 Thread Vincent Torri
On Fri, Nov 9, 2012 at 4:33 PM, rustyBSD wrote: > Hi, > here are patches to fix compilation on OpenBSD and FreeBSD > (and NetBSD ?). > > - The 'tainted' variable is unused, so removed. > - Switch to execv(), as FreeBSD and OpenBSD doesn't have > PTRACE_GETSIGINFO I would suggest #if !defined(_

[E-devel] pmaps loader : void* arithmetic

2012-11-09 Thread Vincent Torri
Hey can someone fix the pmaps loader, as it uses void* arith pointer. Just compile efl/ and you'll see where the problem is (can't remember the lines right now) Vincent -- Everyone hates slow websites. So do we. Make you

[E-devel] [PATCH] e17 & BSD's

2012-11-09 Thread rustyBSD
Hi, here are patches to fix compilation on OpenBSD and FreeBSD (and NetBSD ?). - The 'tainted' variable is unused, so removed. - Switch to execv(), as FreeBSD and OpenBSD doesn't have PTRACE_GETSIGINFO - Just moved to size_t to avoid warning on FreeBSD Thanks --- src/bin/e_start_main.c 2012-11-

Re: [E-devel] E SVN: raster IN trunk/e: . src/modules src/modules/access src/modules/backlight src/modules/battery src/modules/clock src/modules/comp src/modules/conf src/modules/conf_applications src

2012-11-09 Thread Lucas De Marchi
On Fri, Nov 9, 2012 at 12:13 PM, Carsten Haitzler wrote: > > On Fri, 9 Nov 2012 11:40:47 -0200 Lucas De Marchi > said: > > > On Fri, Nov 9, 2012 at 8:45 AM, Enlightenment SVN < > > no-re...@enlightenment.org> wrote: > > > Log: > > > lucas... u're going to hate me... but i'm reverting this whole l

Re: [E-devel] E SVN: raster IN trunk/e: . src/modules src/modules/access src/modules/backlight src/modules/battery src/modules/clock src/modules/comp src/modules/conf src/modules/conf_applications src

2012-11-09 Thread The Rasterman
On Fri, 9 Nov 2012 11:40:47 -0200 Lucas De Marchi said: > On Fri, Nov 9, 2012 at 8:45 AM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > > Log: > > lucas... u're going to hate me... but i'm reverting this whole lot of > > module build chnages because its fundamentally broken. it DOE

Re: [E-devel] E SVN: raster IN trunk/e: . src/modules src/modules/access src/modules/backlight src/modules/battery src/modules/clock src/modules/comp src/modules/conf src/modules/conf_applications src

2012-11-09 Thread The Rasterman
On Fri, 9 Nov 2012 11:40:47 -0200 Lucas De Marchi said: > On Fri, Nov 9, 2012 at 8:45 AM, Enlightenment SVN < > no-re...@enlightenment.org> wrote: > > Log: > > lucas... u're going to hate me... but i'm reverting this whole lot of > > module build chnages because its fundamentally broken. it DOE

[E-devel] [Announce] E17 Release Date

2012-11-09 Thread Michael Blumenkrantz
Hi, The release date for E17, as well as some other interesting info about LinuxCon and the EFL Dev Day can be found in the following post on the release blog: http://e17releasemanager.wordpress.com/2012/11/09/friday-of-doom/ Any assistance from translators, bug fixers, and testers is great appr

Re: [E-devel] some little issues with recent builds of E

2012-11-09 Thread Massimo Maiurana
Massimo Maiurana, il 16/09/2012 08:54, ha scritto: > actually I've experienced these issues even the last time I rebuilt E, but I > thought they were transitional problems due to work in progress and so I've > never reported them. now I've rebuilt all and they are still there, so here I > am :) >

Re: [E-devel] [e] OpenBSD

2012-11-09 Thread Chris Michael
Typo fixed in svn now, thanks :) dh -Original Message- From: rustyBSD [mailto:rusty...@gmx.fr] Sent: 09 November 2012 10:47 AM To: Enlightenment developer list Subject: [E-devel] [e] OpenBSD Hi, I just compiled e17 on OpenBSD, and when starting e I get this: Enlightenment was started wi

[E-devel] [e] OpenBSD

2012-11-09 Thread rustyBSD
Hi, I just compiled e17 on OpenBSD, and when starting e I get this: Enlightenment was started without any configuration files available for the given profile (normally default or the last profile used or provided on the command-line with -profile etc.) Cannot contiue without configuration to work

Re: [E-devel] [Patch][edje] Prevent duplicated inherition of "after"

2012-11-09 Thread Daniel Juyung Seo
thanks for the quick fix. btw how can i reproduce/check the bug? Daniel Juyung Seo (SeoZ) On Nov 8, 2012 6:37 PM, "Bluezery" wrote: > Oops, actually I removed automated whitespace removal by editor. > Something is remained.. sorry :( > > I attached patch again. > In the orianal code, tab & spa

[E-devel] eo, evas and ecore had a dispute.

2012-11-09 Thread Guillaume Friloux
Hello efl devs. I just had a crash of e17 right now. Here is the backtrace : http://pastebin.com/XCbKKpyn <>-- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite f

Re: [E-devel] E SVN: lucas IN trunk/e: . src/modules src/modules/wizard

2012-11-09 Thread Michael Blumenkrantz
On Thu, 8 Nov 2012 22:08:32 -0200 Lucas De Marchi wrote: > On Thu, Nov 8, 2012 at 8:47 PM, Michael Blumenkrantz > wrote: > > On Wed, 7 Nov 2012 13:46:36 -0800 > > "Enlightenment SVN" wrote: > > > >> Log: > >> e/modules: Do not use recursive Makefiles > >> > >> > >> > >> Author: lucas > >

Re: [E-devel] E SVN: glima IN trunk/elementary/src: bin edje_externals examples lib

2012-11-09 Thread ChunEon Park
thank you glima :) -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: ; Cc: Sent: 2012-11-07 (수) 04:54:16 Subject: E SVN: glima IN trunk/elementary/src: bin edje