Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-08-15 Thread Daniel Willmann
Hello, On 08/14/2012 08:04 PM, Enlightenment SVN wrote: > Log: > elev8: Flush stdout when printing debug message > > Author: acidx > Modified: trunk/PROTO/elev8/src/bin/main.cc > === > --- trunk/PROTO/elev8/src/bin/main.cc 201

[E-devel] Filing Bugs

2012-08-15 Thread Michael Blumenkrantz
Hi, Before filing a visual bug with the component as enlightenment (E17), please ensure that the bug occurs in the default theme. If they do not, file them with the component "Themes". -- Live Security Virtual Conference E

Re: [E-devel] E SVN: barbieri IN trunk: . econnman econnman/data econnman/data/desktop

2012-08-15 Thread Massimo Maiurana
Gustavo Sverzut Barbieri, il 02/07/2012 05:34, ha scritto: > On Mon, Jul 2, 2012 at 12:26 AM, Enlightenment SVN > wrote: >> Log: >> welcome econnman application. just tried it, very useful, thanks :) >> python-elementary is not a compile time dependency and thus not >> checked by configure,

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

2012-08-15 Thread Michael Blumenkrantz
this change was originally made to fix issues where randr mode would constantly change the backlight level without apparent cause On Wed, Aug 15, 2012 at 10:31 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > umm lets use xrandr first/ it SHOULD be better than going to /sys as

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

2012-08-15 Thread The Rasterman
On Wed, 15 Aug 2012 10:32:27 +0100 Michael Blumenkrantz said: i tested - and backlight doesn't change (for me) when using xrandr - intel drivers so xbacklight works. i don't see the brightness change. fullscreening windows back and forth etc. etc. - i'd rather find the issue than avoid it. > thi

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

2012-08-15 Thread Michael Blumenkrantz
sure. it's something that happens due to backlight hooking all the different events; the level is somehow getting misapplied repeatedly on every triggered event, causing flickering and unwanted behavior. I can't reproduce since I don't have a backlight. On Wed, Aug 15, 2012 at 10:43 AM, Carsten Ha

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

2012-08-15 Thread The Rasterman
On Wed, 15 Aug 2012 10:47:19 +0100 Michael Blumenkrantz said: > sure. it's something that happens due to backlight hooking all the > different events; the level is somehow getting misapplied repeatedly on > every triggered event, causing flickering and unwanted behavior. I can't > reproduce since

Re: [E-devel] [Terminology] cannot access cmd-mode with foreign keyboards

2012-08-15 Thread Lionel Orry
On Wed, Aug 15, 2012 at 6:42 AM, Carsten Haitzler wrote: > On Tue, 14 Aug 2012 17:41:17 +0200 Lionel Orry said: > >> On Tue, Aug 14, 2012 at 5:38 PM, Lionel Orry wrote: >> > On Tue, Aug 14, 2012 at 5:21 PM, Carsten Haitzler >> > wrote: >> >> On Tue, 14 Aug 2012 16:58:46 +0200 Lionel Orry >> >>

[E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-15 Thread ChunEon Park
Hi Vincent, I encounted some problems when I'm setting up the developement env on windows using MingW/MSYS for d3d port. Could you please answer (if u can) about the below questions? 1. I installed toolchain with "mingw-w64-bin_x86_64-linux_20129313.tar.bz3" where at http://sourceforge

Re: [E-devel] E SVN: barbieri IN trunk: . econnman econnman/data econnman/data/desktop

2012-08-15 Thread Lucas De Marchi
On Wed, Aug 15, 2012 at 6:06 AM, Massimo Maiurana wrote: > Gustavo Sverzut Barbieri, il 02/07/2012 05:34, ha scritto: >> On Mon, Jul 2, 2012 at 12:26 AM, Enlightenment SVN >> wrote: >>> Log: >>> welcome econnman application. > > just tried it, very useful, thanks :) > >>> python-elementary is n

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-15 Thread Vincent Torri
hey On Wed, Aug 15, 2012 at 2:11 PM, ChunEon Park wrote: > Hi Vincent, > > I encounted some problems when I'm setting up the developement env on windows > using MingW/MSYS for d3d port. > > Could you please answer (if u can) about the below questions? > > 1. I installed toolchain with "mingw-w6

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_applications modules/fileman

2012-08-15 Thread Gustavo Sverzut Barbieri
There is a similar code in our "xdg-open" version enlightenment_open. Could u check? On Wednesday, August 15, 2012, Enlightenment SVN wrote: > Log: > abstract the "get terminal desktop" code into util code and now use > from e_exec AND in efm - open terminal here menu item is there with > cod

Re: [E-devel] TO:Vincent. PROBLEMS when setting on Windows

2012-08-15 Thread Vincent Torri
On Wed, Aug 15, 2012 at 3:23 PM, Vincent Torri wrote: > hey > > On Wed, Aug 15, 2012 at 2:11 PM, ChunEon Park wrote: >> Hi Vincent, >> >> I encounted some problems when I'm setting up the developement env on >> windows using MingW/MSYS for d3d port. >> >> Could you please answer (if u can) abou

[E-devel] elev8: dbus_test.js is broken

2012-08-15 Thread Daniel Willmann
Hello, while trying to figure out how the dbus support in elev8 works I noticed that the example is out of date. I've attached a patch that fixes the UI logic of the example, but unfortunately it still aborts whenever dbus is used. I tried with require("dbus") and similar to no avail. Regards,

Re: [E-devel] elev8: dbus_test.js is broken

2012-08-15 Thread Gustavo Sverzut Barbieri
On Wed, Aug 15, 2012 at 2:15 PM, Daniel Willmann wrote: > Hello, > > while trying to figure out how the dbus support in elev8 works I noticed > that the example is out of date. I've attached a patch that fixes the UI > logic of the example, but unfortunately it still aborts whenever dbus is > used

Re: [E-devel] elev8: dbus_test.js is broken

2012-08-15 Thread Daniel Willmann
On 08/15/2012 06:27 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Aug 15, 2012 at 2:15 PM, Daniel Willmann > wrote: >> while trying to figure out how the dbus support in elev8 works I noticed >> that the example is out of date. I've attached a patch that fixes the UI >> logic of the example, but u

Re: [E-devel] elev8: dbus_test.js is broken

2012-08-15 Thread Gustavo Sverzut Barbieri
On Wed, Aug 15, 2012 at 2:55 PM, Daniel Willmann wrote: > On 08/15/2012 06:27 PM, Gustavo Sverzut Barbieri wrote: > > On Wed, Aug 15, 2012 at 2:15 PM, Daniel Willmann >wrote: > >> while trying to figure out how the dbus support in elev8 works I noticed > >> that the example is out of date. I've a

Re: [E-devel] [Terminology] cannot access cmd-mode with foreign keyboards

2012-08-15 Thread David Seikel
On Wed, 15 Aug 2012 13:42:55 +0900 Carsten Haitzler (The Rasterman) wrote: > On Tue, 14 Aug 2012 17:41:17 +0200 Lionel Orry > said: > > > On Tue, Aug 14, 2012 at 5:38 PM, Lionel Orry > > wrote: > > > On Tue, Aug 14, 2012 at 5:21 PM, Carsten Haitzler > > > wrote: > > >> On Tue, 14 Aug 2012 16:

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_applications modules/fileman

2012-08-15 Thread The Rasterman
On Wed, 15 Aug 2012 10:32:54 -0300 Gustavo Sverzut Barbieri said: > There is a similar code in our "xdg-open" version enlightenment_open. Could > u check? well xdg-open (and e_open by inference) take a file/uri ... but a terminal takes nothing. well maybe a command. i'm not sure how this fits in

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_applications modules/fileman

2012-08-15 Thread Gustavo Sverzut Barbieri
On Wednesday, August 15, 2012, Carsten Haitzler wrote: > On Wed, 15 Aug 2012 10:32:54 -0300 Gustavo Sverzut Barbieri > > said: > > > There is a similar code in our "xdg-open" version enlightenment_open. > Could > > u check? > > well xdg-open (and e_open by inference) take a file/uri ... but a term

Re: [E-devel] E SVN: raster IN trunk/e/src: bin modules/conf_applications modules/fileman

2012-08-15 Thread The Rasterman
On Wed, 15 Aug 2012 22:57:35 -0300 Gustavo Sverzut Barbieri said: > On Wednesday, August 15, 2012, Carsten Haitzler wrote: > > > On Wed, 15 Aug 2012 10:32:54 -0300 Gustavo Sverzut Barbieri > > > said: > > > > > There is a similar code in our "xdg-open" version enlightenment_open. > > Could > > >

Re: [E-devel] [Terminology] cannot access cmd-mode with foreign keyboards

2012-08-15 Thread The Rasterman
On Wed, 15 Aug 2012 12:52:30 +0200 Lionel Orry said: > On Wed, Aug 15, 2012 at 6:42 AM, Carsten Haitzler > wrote: > > On Tue, 14 Aug 2012 17:41:17 +0200 Lionel Orry said: > > > >> On Tue, Aug 14, 2012 at 5:38 PM, Lionel Orry wrote: > >> > On Tue, Aug 14, 2012 at 5:21 PM, Carsten Haitzler > >>