Re: [E-devel] E18 CFBugs #2

2013-09-09 Thread Vadim Efimov
Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Mon, 09 Sep 
2013 01:46:31 +0200:

 On Sun, 08 Sep 2013 20:58:38 +0200 Vadim Efimov eva...@evadim.ru said:

 do you have a /proc/acpi/SOMETHING that tells you tablet state? (use find 
 -
 it may be in a subdir somewhere)? what states does it support open/closed?
 on/off?


Seems, nothing in /proc/acpi, but I'll try to find something relevant
according to udev rules from MagickRotation, manufacturers make it in different 
ways:

SUBSYSTEM==input, ATTRS{name}==HP WMI hotkeys, MODE=640, GROUP=magick, 
SYMLINK=input/magick-rotation
SUBSYSTEM==input, ATTRS{name}==Dell WMI hotkeys, MODE=640, 
GROUP=magick, SYMLINK=input/magick-rotation
SUBSYSTEM==input, ATTRS{name}==ThinkPad Extra Buttons, MODE=640, 
GROUP=magick, SYMLINK=input/magick-rotation
SUBSYSTEM==input, ATTRS{name}==Fujitsu FUJ02B[DF], MODE=640, 
GROUP=magick, SYMLINK=input/magick-rotation

Yes, cat device show reaction only 2 times - seems tabled mode on and off

Also, after your commit it start work, but you need to swap names = 1 = on 0 = 
off

Thanks a lot for your work!

 Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Fri, 12 Jul
 2013 08:50:35 +0200:

  On Sun, 16 Jun 2013 10:14:29 +0200 Vadim Efimov eva...@evadim.ru said:
 
  Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Sun, 16 
  Jun
  2013 03:39:56 +0200:
 
   On Sat, 15 Jun 2013 19:55:06 +0200 Vadim Efimov eva...@evadim.ru
   said:
  
   Michael Blumenkrantz michael.blumenkra...@gmail.com писал(а) в своём
   письме Tue, 11 Jun 2013 11:55:23 +0200:
  
The old thread was too long for me to see if I fixed everything, so
post here if you have a bug that's present using the latest revision.
  
   1) Can't add some new signals not via ACPI Bindings nor via Key
   Bindings, but they visible via acpi_listen:
  
   video/tabletmode TBLT on K
   video/tabletmode TBLT off K
  
   i just added support in e_acpi.c for these kind of acpi events. it
   needed a whole new bit of logic to deal with them. untested as only you
   have that hardware. :) you'll need to test and get back to me. :)
  
 
  Hm, still no reaction. I just recompile E and try. Maybe I miss something?
 
  well i added them and relevant code... see e_acpi.c - as i dont have your
  hw, i can't test that. can you do the digging and find out? look for
  _devices_simple_state.
 

 Hello,

 Long time ago, in another galaxy, somebody asked about talet support... :-D
 Anyway, better later than never. Today I finally figure out whole damn story
 about tablet acpi event:

 — Special software (like MagickRotate) detect tablet status from hardware
 itself (by polling something) and do some actions - rotate screen, etc...

 — To acpid 2.0.17 added new event - video/tabletmode TBLT

 — xorg server start crashed every time then event received - unfortunately
 acpid devs make it malformed, and xorg devs didn't filter events from acpid.
 Fixed in xorg-server 1.14

 — in acpid 2.0.18 devs fix tablet event, so, software start recognize it:
changed from
 video/tabletmode TBLT on K
 video/tabletmode TBLT off K
to more standard
 video/tabletmode TBLT 008A 0001 K
 video/tabletmode TBLT 008A  K

 So, I try to do some research in e_acpi.c , but as I'm not a coder, just add

 {video/tabletmode, E_ACPI_TYPE_TABLET},

 in line 79, to

 E_ACPI_Device_Simple _devices_simple[] =

 comment lines about it in

 E_ACPI_Device_Simple_State _devices_simple_state[] =

 and change one line in e_acpi.h to E_ACPI_TYPE_TABLET

 Now I can add an unknown acpi event into acpi bindings dialog - woohoo!

 As of the original idea of switching E's profiles switch via rotate screen
 still unsuccessful. I can't figure out what to assign to event. Binding
 run command didn't work, and then I add second, command in first one wiped.

 Which module produce config e_randr.cfg ? If I switch profiles from xterm
 via enlightenment_remote -default-profile-set mobile
 enlightenment_remote -default-profile-set standard
 sometimes after switch I see black screen, and seems E crashed. I can sun E
 successfully only after remove e_randr.cfg* files.

 If I insert commands to switch E profiles to magick rotate, X crashed and
 I see kdm screen. magick rotate can run command before and after rotate,
 and I see first thing - switch profile or rotate screen works fine, but
 second action - rotate screen or switch profile crash X. After that, some
 times I have to remove e_randr configs to start normally.

 I update EFL+E today.

 Have a nice day, Vadim

   these I'm able to add via Key Bindings:
  
   button/zoom ZOOM 0080  K
   button/screenlock SCRNLCK 0080  K
   button/battery BAT 0080  K
  
   i also stuffed these in. again - untested. :)
  
  and these 3 works...
 
   In fact, I have convertible tablet and want to setup switching to
   another(kind of tablet) profile, then convert to/from tablet mode.
 
  

Re: [E-devel] E18 CFBugs #2

2013-09-09 Thread The Rasterman
On Mon, 09 Sep 2013 08:36:07 +0200 Vadim Efimov eva...@evadim.ru said:

 Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Mon, 09 Sep
 2013 01:46:31 +0200:
 
  On Sun, 08 Sep 2013 20:58:38 +0200 Vadim Efimov eva...@evadim.ru said:
 
  do you have a /proc/acpi/SOMETHING that tells you tablet state? (use
  find - it may be in a subdir somewhere)? what states does it support
  open/closed? on/off?
 
 
 Seems, nothing in /proc/acpi, but I'll try to find something relevant
 according to udev rules from MagickRotation, manufacturers make it in
 different ways:

hmm really? normally there is some /proc/acpi stuff to get the CURRENT tablet
state = there is for the lid button under the button dir (several levels down).

 SUBSYSTEM==input, ATTRS{name}==HP WMI hotkeys, MODE=640,
 GROUP=magick, SYMLINK=input/magick-rotation SUBSYSTEM==input, ATTRS
 {name}==Dell WMI hotkeys, MODE=640, GROUP=magick,
 SYMLINK=input/magick-rotation SUBSYSTEM==input, ATTRS{name}==ThinkPad
 Extra Buttons, MODE=640, GROUP=magick, SYMLINK=input/magick-rotation
 SUBSYSTEM==input, ATTRS{name}==Fujitsu FUJ02B[DF], MODE=640,
 GROUP=magick, SYMLINK=input/magick-rotation
 
 Yes, cat device show reaction only 2 times - seems tabled mode on and off
 
 Also, after your commit it start work, but you need to swap names = 1 = on 0
 = off
 
 Thanks a lot for your work!

btw - sorry. no action to switch profiles. you can run:

  enlightenment_remote -default-profile-get PROFILENAME

as a command... it should work. a little round-about though as it can be done
directly in code, but no action glue for it.


  Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Fri, 12 Jul
  2013 08:50:35 +0200:
 
   On Sun, 16 Jun 2013 10:14:29 +0200 Vadim Efimov eva...@evadim.ru
   said:
  
   Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Sun, 16
   Jun 2013 03:39:56 +0200:
  
On Sat, 15 Jun 2013 19:55:06 +0200 Vadim Efimov eva...@evadim.ru
said:
   
Michael Blumenkrantz michael.blumenkra...@gmail.com писал(а) в
своём письме Tue, 11 Jun 2013 11:55:23 +0200:
   
 The old thread was too long for me to see if I fixed everything, so
 post here if you have a bug that's present using the latest
 revision.
   
1) Can't add some new signals not via ACPI Bindings nor via Key
Bindings, but they visible via acpi_listen:
   
video/tabletmode TBLT on K
video/tabletmode TBLT off K
   
i just added support in e_acpi.c for these kind of acpi events. it
needed a whole new bit of logic to deal with them. untested as only
you have that hardware. :) you'll need to test and get back to me. :)
   
  
   Hm, still no reaction. I just recompile E and try. Maybe I miss
   something?
  
   well i added them and relevant code... see e_acpi.c - as i dont have your
   hw, i can't test that. can you do the digging and find out? look for
   _devices_simple_state.
  
 
  Hello,
 
  Long time ago, in another galaxy, somebody asked about talet support... :-D
  Anyway, better later than never. Today I finally figure out whole damn
  story about tablet acpi event:
 
  — Special software (like MagickRotate) detect tablet status from hardware
  itself (by polling something) and do some actions - rotate screen, etc...
 
  — To acpid 2.0.17 added new event - video/tabletmode TBLT
 
  — xorg server start crashed every time then event received - unfortunately
  acpid devs make it malformed, and xorg devs didn't filter events from
  acpid. Fixed in xorg-server 1.14
 
  — in acpid 2.0.18 devs fix tablet event, so, software start recognize it:
 changed from
  video/tabletmode TBLT on K
  video/tabletmode TBLT off K
 to more standard
  video/tabletmode TBLT 008A 0001 K
  video/tabletmode TBLT 008A  K
 
  So, I try to do some research in e_acpi.c , but as I'm not a coder, just
  add
 
  {video/tabletmode, E_ACPI_TYPE_TABLET},
 
  in line 79, to
 
  E_ACPI_Device_Simple _devices_simple[] =
 
  comment lines about it in
 
  E_ACPI_Device_Simple_State _devices_simple_state[] =
 
  and change one line in e_acpi.h to E_ACPI_TYPE_TABLET
 
  Now I can add an unknown acpi event into acpi bindings dialog - woohoo!
 
  As of the original idea of switching E's profiles switch via rotate screen
  still unsuccessful. I can't figure out what to assign to event. Binding
  run command didn't work, and then I add second, command in first one
  wiped.
 
  Which module produce config e_randr.cfg ? If I switch profiles from xterm
  via enlightenment_remote -default-profile-set mobile
  enlightenment_remote -default-profile-set standard
  sometimes after switch I see black screen, and seems E crashed. I can sun E
  successfully only after remove e_randr.cfg* files.
 
  If I insert commands to switch E profiles to magick rotate, X crashed and
  I see kdm screen. magick rotate can run command before and after rotate,
  and I see first thing - switch profile or rotate screen works fine, but
  second action - 

Re: [E-devel] E18 CFBugs #2

2013-09-09 Thread Massimo Maiurana
Michael Blumenkrantz, il 11/06/2013 11:55, ha scritto:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

Just rebuilt E and now clicking inside a window doesn't raise it
anymore, it raises it only if I click on the title bar.

I have sloppy focus, raise while moving/resizing, no send
pointer..., and of course click raises window.

-- 

  Massimo Maiurana   GPG keyID #7044D601

  La fede e' credere in cio' che sai non essere vero
[Mark Twain]

--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-09-09 Thread Vadim Efimov
Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Mon, 09 Sep 
2013 11:43:40 +0200:

 On Mon, 09 Sep 2013 08:36:07 +0200 Vadim Efimov eva...@evadim.ru said:

 Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Mon, 09 Sep
 2013 01:46:31 +0200:

  On Sun, 08 Sep 2013 20:58:38 +0200 Vadim Efimov eva...@evadim.ru said:
 
  do you have a /proc/acpi/SOMETHING that tells you tablet state? (use
  find - it may be in a subdir somewhere)? what states does it support
  open/closed? on/off?
 

 Seems, nothing in /proc/acpi, but I'll try to find something relevant
 according to udev rules from MagickRotation, manufacturers make it in
 different ways:

 hmm really? normally there is some /proc/acpi stuff to get the CURRENT tablet
 state = there is for the lid button under the button dir (several levels 
 down).


I made a little bit more research
I found, the /sys/devices/platform/thinkpad_acpi/hotkey_tablet_mode show 0/1
depending on state. As you can see, it seems to be platform specific. Same
info I found in MagickRotation sources, but they work before acpi event added,
and try parse something inside input divuce.
http://bazaar.launchpad.net/~magick-admin-team/magick-rotation/stable/view/head:/hinge.py

#!/usr/bin/env python2

# For tablet PC's with switches that transmit hinge state (laptop or tablet)
# through an oem-wmi or oem-acpi, permitting a 'magick-rotation' symlink to be
# created for them in 62-magick.rules.  Currently supported examples include
# the hp-wmi, dell-wmi (modified version in MagickExtras), fujitsu-tablet
# (Fujitsu FUJ02BD, Fujitsu FUJ02BF), and lenovo-acpi.

manual review, grep or ls | grep show only above file...

 SUBSYSTEM==input, ATTRS{name}==HP WMI hotkeys, MODE=640,
 GROUP=magick, SYMLINK=input/magick-rotation SUBSYSTEM==input, ATTRS
 {name}==Dell WMI hotkeys, MODE=640, GROUP=magick,
 SYMLINK=input/magick-rotation SUBSYSTEM==input, ATTRS{name}==ThinkPad
 Extra Buttons, MODE=640, GROUP=magick, SYMLINK=input/magick-rotation
 SUBSYSTEM==input, ATTRS{name}==Fujitsu FUJ02B[DF], MODE=640,
 GROUP=magick, SYMLINK=input/magick-rotation

 Yes, cat device show reaction only 2 times - seems tabled mode on and off

 Also, after your commit it start work, but you need to swap names = 1 = on 0
 = off

 Thanks a lot for your work!

 btw - sorry. no action to switch profiles. you can run:

   enlightenment_remote -default-profile-get PROFILENAME

 as a command... it should work. a little round-about though as it can be done
 directly in code, but no action glue for it.


yep, I already try this way. It mostly work, but I found few bugs in it:

After adding of new events, I choose command and put to ON event:
enlightenment_remote -default-profile-set mobile
and to OFF event:
enlightenment_remote -default-profile-set standard
if I want to check value of ON event I see nothing, but it still work as 
expected.
next thing: if I copy via X-selection buffer it work OK, but after pressing 
ctrl+v
inside command field I see E's crash dialog...
and last, but not least, as I wrote - I got black screen every time I switch
profiles, and have to remove e_randr* files. Is it possible to (temporally) 
destroy
somehow randr module in E ? :-) Just to klook where is a issue.



  Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Fri, 12 
  Jul
  2013 08:50:35 +0200:
 
   On Sun, 16 Jun 2013 10:14:29 +0200 Vadim Efimov eva...@evadim.ru
   said:
  
   Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Sun, 16
   Jun 2013 03:39:56 +0200:
  
On Sat, 15 Jun 2013 19:55:06 +0200 Vadim Efimov eva...@evadim.ru
said:
   
Michael Blumenkrantz michael.blumenkra...@gmail.com писал(а) в
своём письме Tue, 11 Jun 2013 11:55:23 +0200:
   
 The old thread was too long for me to see if I fixed everything, 
 so
 post here if you have a bug that's present using the latest
 revision.
   
1) Can't add some new signals not via ACPI Bindings nor via Key
Bindings, but they visible via acpi_listen:
   
video/tabletmode TBLT on K
video/tabletmode TBLT off K
   
i just added support in e_acpi.c for these kind of acpi events. it
needed a whole new bit of logic to deal with them. untested as only
you have that hardware. :) you'll need to test and get back to me. :)
   
  
   Hm, still no reaction. I just recompile E and try. Maybe I miss
   something?
  
   well i added them and relevant code... see e_acpi.c - as i dont have 
   your
   hw, i can't test that. can you do the digging and find out? look for
   _devices_simple_state.
  
 
  Hello,
 
  Long time ago, in another galaxy, somebody asked about talet support... 
  :-D
  Anyway, better later than never. Today I finally figure out whole damn
  story about tablet acpi event:
 
  — Special software (like MagickRotate) detect tablet status from hardware
  itself (by polling something) and do some actions - rotate screen, etc...
 
  — To acpid 2.0.17 added new event - video/tabletmode TBLT
 

Re: [E-devel] E18 CFBugs #2

2013-09-08 Thread Vadim Efimov
Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Fri, 12 Jul 
2013 08:50:35 +0200:

 On Sun, 16 Jun 2013 10:14:29 +0200 Vadim Efimov eva...@evadim.ru said:

 Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Sun, 16 Jun
 2013 03:39:56 +0200:

  On Sat, 15 Jun 2013 19:55:06 +0200 Vadim Efimov eva...@evadim.ru said:
 
  Michael Blumenkrantz michael.blumenkra...@gmail.com писал(а) в своём
  письме Tue, 11 Jun 2013 11:55:23 +0200:
 
   The old thread was too long for me to see if I fixed everything, so post
   here if you have a bug that's present using the latest revision.
 
  1) Can't add some new signals not via ACPI Bindings nor via Key Bindings,
  but they visible via acpi_listen:
 
  video/tabletmode TBLT on K
  video/tabletmode TBLT off K
 
  i just added support in e_acpi.c for these kind of acpi events. it needed a
  whole new bit of logic to deal with them. untested as only you have that
  hardware. :) you'll need to test and get back to me. :)
 

 Hm, still no reaction. I just recompile E and try. Maybe I miss something?

 well i added them and relevant code... see e_acpi.c - as i dont have your hw,
 i can't test that. can you do the digging and find out? look for
 _devices_simple_state.


Hello,

Long time ago, in another galaxy, somebody asked about talet support... :-D
Anyway, better later than never. Today I finally figure out whole damn story
about tablet acpi event:

— Special software (like MagickRotate) detect tablet status from hardware itself
   (by polling something) and do some actions - rotate screen, etc...

— To acpid 2.0.17 added new event - video/tabletmode TBLT

— xorg server start crashed every time then event received - unfortunately acpid
   devs make it malformed, and xorg devs didn't filter events from acpid. Fixed
   in xorg-server 1.14

— in acpid 2.0.18 devs fix tablet event, so, software start recognize it:
   changed from
video/tabletmode TBLT on K
video/tabletmode TBLT off K
   to more standard
video/tabletmode TBLT 008A 0001 K
video/tabletmode TBLT 008A  K

So, I try to do some research in e_acpi.c , but as I'm not a coder, just add

{video/tabletmode, E_ACPI_TYPE_TABLET},

in line 79, to

E_ACPI_Device_Simple _devices_simple[] =

comment lines about it in

E_ACPI_Device_Simple_State _devices_simple_state[] =

and change one line in e_acpi.h to E_ACPI_TYPE_TABLET

Now I can add an unknown acpi event into acpi bindings dialog - woohoo!

As of the original idea of switching E's profiles switch via rotate screen
still unsuccessful. I can't figure out what to assign to event. Binding
run command didn't work, and then I add second, command in first one wiped.

Which module produce config e_randr.cfg ? If I switch profiles from xterm via
enlightenment_remote -default-profile-set mobile
enlightenment_remote -default-profile-set standard
sometimes after switch I see black screen, and seems E crashed. I can sun E
successfully only after remove e_randr.cfg* files.

If I insert commands to switch E profiles to magick rotate, X crashed and
I see kdm screen. magick rotate can run command before and after rotate,
and I see first thing - switch profile or rotate screen works fine, but
second action - rotate screen or switch profile crash X. After that, some
times I have to remove e_randr configs to start normally.

I update EFL+E today.

Have a nice day, Vadim

  these I'm able to add via Key Bindings:
 
  button/zoom ZOOM 0080  K
  button/screenlock SCRNLCK 0080  K
  button/battery BAT 0080  K
 
  i also stuffed these in. again - untested. :)
 
 and these 3 works...

  In fact, I have convertible tablet and want to setup switching to
  another(kind of tablet) profile, then convert to/from tablet mode.

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-09-08 Thread The Rasterman
On Sun, 08 Sep 2013 20:58:38 +0200 Vadim Efimov eva...@evadim.ru said:

do you have a /proc/acpi/SOMETHING that tells you tablet state? (use find -
it may be in a subdir somewhere)? what states does it support open/closed?
on/off?

 Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Fri, 12 Jul
 2013 08:50:35 +0200:
 
  On Sun, 16 Jun 2013 10:14:29 +0200 Vadim Efimov eva...@evadim.ru said:
 
  Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Sun, 16 Jun
  2013 03:39:56 +0200:
 
   On Sat, 15 Jun 2013 19:55:06 +0200 Vadim Efimov eva...@evadim.ru
   said:
  
   Michael Blumenkrantz michael.blumenkra...@gmail.com писал(а) в своём
   письме Tue, 11 Jun 2013 11:55:23 +0200:
  
The old thread was too long for me to see if I fixed everything, so
post here if you have a bug that's present using the latest revision.
  
   1) Can't add some new signals not via ACPI Bindings nor via Key
   Bindings, but they visible via acpi_listen:
  
   video/tabletmode TBLT on K
   video/tabletmode TBLT off K
  
   i just added support in e_acpi.c for these kind of acpi events. it
   needed a whole new bit of logic to deal with them. untested as only you
   have that hardware. :) you'll need to test and get back to me. :)
  
 
  Hm, still no reaction. I just recompile E and try. Maybe I miss something?
 
  well i added them and relevant code... see e_acpi.c - as i dont have your
  hw, i can't test that. can you do the digging and find out? look for
  _devices_simple_state.
 
 
 Hello,
 
 Long time ago, in another galaxy, somebody asked about talet support... :-D
 Anyway, better later than never. Today I finally figure out whole damn story
 about tablet acpi event:
 
 — Special software (like MagickRotate) detect tablet status from hardware
 itself (by polling something) and do some actions - rotate screen, etc...
 
 — To acpid 2.0.17 added new event - video/tabletmode TBLT
 
 — xorg server start crashed every time then event received - unfortunately
 acpid devs make it malformed, and xorg devs didn't filter events from acpid.
 Fixed in xorg-server 1.14
 
 — in acpid 2.0.18 devs fix tablet event, so, software start recognize it:
changed from
 video/tabletmode TBLT on K
 video/tabletmode TBLT off K
to more standard
 video/tabletmode TBLT 008A 0001 K
 video/tabletmode TBLT 008A  K
 
 So, I try to do some research in e_acpi.c , but as I'm not a coder, just add
 
 {video/tabletmode, E_ACPI_TYPE_TABLET},
 
 in line 79, to
 
 E_ACPI_Device_Simple _devices_simple[] =
 
 comment lines about it in
 
 E_ACPI_Device_Simple_State _devices_simple_state[] =
 
 and change one line in e_acpi.h to E_ACPI_TYPE_TABLET
 
 Now I can add an unknown acpi event into acpi bindings dialog - woohoo!
 
 As of the original idea of switching E's profiles switch via rotate screen
 still unsuccessful. I can't figure out what to assign to event. Binding
 run command didn't work, and then I add second, command in first one wiped.
 
 Which module produce config e_randr.cfg ? If I switch profiles from xterm
 via enlightenment_remote -default-profile-set mobile
 enlightenment_remote -default-profile-set standard
 sometimes after switch I see black screen, and seems E crashed. I can sun E
 successfully only after remove e_randr.cfg* files.
 
 If I insert commands to switch E profiles to magick rotate, X crashed and
 I see kdm screen. magick rotate can run command before and after rotate,
 and I see first thing - switch profile or rotate screen works fine, but
 second action - rotate screen or switch profile crash X. After that, some
 times I have to remove e_randr configs to start normally.
 
 I update EFL+E today.
 
 Have a nice day, Vadim
 
   these I'm able to add via Key Bindings:
  
   button/zoom ZOOM 0080  K
   button/screenlock SCRNLCK 0080  K
   button/battery BAT 0080  K
  
   i also stuffed these in. again - untested. :)
  
  and these 3 works...
 
   In fact, I have convertible tablet and want to setup switching to
   another(kind of tablet) profile, then convert to/from tablet mode.
 
  --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 --
 Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
 Discover the easy way to master current and previous Microsoft technologies
 and advance your career. Get an incredible 1,500+ hours of step-by-step
 tutorial videos with LearnDevNow. Subscribe today and save!
 http://pubads.g.doubleclick.net/gampad/clk?id=58041391iu=/4140/ostg.clktrk
 ___
 

Re: [E-devel] E18 CFBugs #2

2013-08-13 Thread Nikolas Arend
Hi,

I seem to have problems with moving and resizing ibar as a gadget:

- if I try to resize a newly created ibar gadget (orientation 'free') I 
can only make it larger, not smaller

- changing the orientation of an ibar gadget from 'free' (which seems to 
be the default) to 'vertical' makes it grow to a ridiculous size and I 
have found no way to shrink it again, I need to remove it from the 
gadget layer


Cheers,  Nick

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-08-13 Thread Michael Blumenkrantz
On Tue, Aug 13, 2013 at 9:29 AM, Nikolas Arend sns...@gmail.com wrote:

 Hi,

 I seem to have problems with moving and resizing ibar as a gadget:

 - if I try to resize a newly created ibar gadget (orientation 'free') I
 can only make it larger, not smaller

 - changing the orientation of an ibar gadget from 'free' (which seems to
 be the default) to 'vertical' makes it grow to a ridiculous size and I
 have found no way to shrink it again, I need to remove it from the
 gadget layer


 Cheers,  Nick




fixed, but I'm |..| close to removing gadman entirely because it's so hacky
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-08-13 Thread Nikolas Arend
On 08/13/2013 12:28 PM, Michael Blumenkrantz wrote:
 On Tue, Aug 13, 2013 at 9:29 AM, Nikolas Arend sns...@gmail.com wrote:

 Hi,

 I seem to have problems with moving and resizing ibar as a gadget:

 - if I try to resize a newly created ibar gadget (orientation 'free') I
 can only make it larger, not smaller

 - changing the orientation of an ibar gadget from 'free' (which seems to
 be the default) to 'vertical' makes it grow to a ridiculous size and I
 have found no way to shrink it again, I need to remove it from the
 gadget layer


 Cheers,  Nick




 fixed, but I'm |..| close to removing gadman entirely because it's so hacky


I understand, but please don't, at least not until there is an 
alternative ;-)

The commits fix most of my issues, however, now pager seems to have a 
problem to remember size and location when changing screen resolutions 
via xrander (e.g. for an external display). Also ibar doesn't keep or 
adjust its size properly like it did before the fix.

Other gadgets, like tasks or places, work fine in this respect.

Thanks,   Nick



 --
 Get 100% visibility into Java/.NET code with AppDynamics Lite!
 It's a free troubleshooting tool designed for production.
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-07-12 Thread The Rasterman
On Sun, 16 Jun 2013 10:14:29 +0200 Vadim Efimov eva...@evadim.ru said:

 Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Sun, 16 Jun
 2013 03:39:56 +0200:
 
  On Sat, 15 Jun 2013 19:55:06 +0200 Vadim Efimov eva...@evadim.ru said:
 
  Michael Blumenkrantz michael.blumenkra...@gmail.com писал(а) в своём
  письме Tue, 11 Jun 2013 11:55:23 +0200:
 
   The old thread was too long for me to see if I fixed everything, so post
   here if you have a bug that's present using the latest revision.
 
  1) Can't add some new signals not via ACPI Bindings nor via Key Bindings,
  but they visible via acpi_listen:
 
  video/tabletmode TBLT on K
  video/tabletmode TBLT off K
 
  i just added support in e_acpi.c for these kind of acpi events. it needed a
  whole new bit of logic to deal with them. untested as only you have that
  hardware. :) you'll need to test and get back to me. :)
 
 
 Hm, still no reaction. I just recompile E and try. Maybe I miss something?

well i added them and relevant code... see e_acpi.c - as i dont have your hw,
i can't test that. can you do the digging and find out? look for
_devices_simple_state.

  these I'm able to add via Key Bindings:
 
  button/zoom ZOOM 0080  K
  button/screenlock SCRNLCK 0080  K
  button/battery BAT 0080  K
 
  i also stuffed these in. again - untested. :)
 
 and these 3 works...
 
  In fact, I have convertible tablet and want to setup switching to
  another(kind of tablet) profile, then convert to/from tablet mode.
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-07-01 Thread Michael Blumenkrantz
going to need a sample app...

On Sun, Jun 30, 2013 at 7:52 PM, David Seikel onef...@gmail.com wrote:

 On Mon, 1 Jul 2013 03:03:10 +1000 David Seikel onef...@gmail.com
 wrote:

  On Mon, 1 Jul 2013 02:56:14 +1000 David Seikel onef...@gmail.com
  wrote:
 
   On Mon, 1 Jul 2013 02:45:09 +1000 David Seikel onef...@gmail.com
   wrote:
  
Is it April the first?  Brilliant joke, I get it, now fix it.
   
I can't click on anything on the right half of my screen that's
in a window.  Right edge binding also not working, possibly
related.
   
Updated just now, clean update to, I deleted everything first.
  
   Further info - anything on the right side of my screen that changes
   the mouse pointer on hover is also affected.  Probably the root
   cause.  E gadgets are not affected, only stuff in windows.
 
  Window border stuff works, and interestingly enough, for borderless
  windows, stuff in the area that would have been the border works.
  Hours of fun.

 Ah it happens with Irrlicht windows.  They end up completely invisible,
 sticky, on top, and grabbing all input.  First one just happened to be
 taking up the right half of my screen.  They never used to do that.

 --
 A big old stinking pile of genius that no one wants
 coz there are too many silver coated monkeys in the world.


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-07-01 Thread David Seikel
On Mon, 1 Jul 2013 07:50:21 +0100 Michael Blumenkrantz
michael.blumenkra...@gmail.com wrote:

 going to need a sample app...

http://irrlicht.sourceforge.net/downloads/ or look in your distro's
software repo to see if they have a version there (Ubuntu has).
Try the HelloWorld example.  1.8 is the version I'm using.

 On Sun, Jun 30, 2013 at 7:52 PM, David Seikel onef...@gmail.com
 wrote:
 
  On Mon, 1 Jul 2013 03:03:10 +1000 David Seikel onef...@gmail.com
  wrote:
 
   On Mon, 1 Jul 2013 02:56:14 +1000 David Seikel onef...@gmail.com
   wrote:
  
On Mon, 1 Jul 2013 02:45:09 +1000 David Seikel
onef...@gmail.com wrote:
   
 Is it April the first?  Brilliant joke, I get it, now fix it.

 I can't click on anything on the right half of my screen
 that's in a window.  Right edge binding also not working,
 possibly related.

 Updated just now, clean update to, I deleted everything first.
   
Further info - anything on the right side of my screen that
changes the mouse pointer on hover is also affected.  Probably
the root cause.  E gadgets are not affected, only stuff in
windows.
  
   Window border stuff works, and interestingly enough, for
   borderless windows, stuff in the area that would have been the
   border works. Hours of fun.
 
  Ah it happens with Irrlicht windows.  They end up completely
  invisible, sticky, on top, and grabbing all input.  First one just
  happened to be taking up the right half of my screen.  They never
  used to do that.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-07-01 Thread Michael Blumenkrantz
On Mon, Jul 1, 2013 at 9:06 AM, David Seikel onef...@gmail.com wrote:

 On Mon, 1 Jul 2013 07:50:21 +0100 Michael Blumenkrantz
 michael.blumenkra...@gmail.com wrote:

  going to need a sample app...

 http://irrlicht.sourceforge.net/downloads/ or look in your distro's
 software repo to see if they have a version there (Ubuntu has).
 Try the HelloWorld example.  1.8 is the version I'm using.


works fine



  On Sun, Jun 30, 2013 at 7:52 PM, David Seikel onef...@gmail.com
  wrote:
 
   On Mon, 1 Jul 2013 03:03:10 +1000 David Seikel onef...@gmail.com
   wrote:
  
On Mon, 1 Jul 2013 02:56:14 +1000 David Seikel onef...@gmail.com
wrote:
   
 On Mon, 1 Jul 2013 02:45:09 +1000 David Seikel
 onef...@gmail.com wrote:

  Is it April the first?  Brilliant joke, I get it, now fix it.
 
  I can't click on anything on the right half of my screen
  that's in a window.  Right edge binding also not working,
  possibly related.
 
  Updated just now, clean update to, I deleted everything first.

 Further info - anything on the right side of my screen that
 changes the mouse pointer on hover is also affected.  Probably
 the root cause.  E gadgets are not affected, only stuff in
 windows.
   
Window border stuff works, and interestingly enough, for
borderless windows, stuff in the area that would have been the
border works. Hours of fun.
  
   Ah it happens with Irrlicht windows.  They end up completely
   invisible, sticky, on top, and grabbing all input.  First one just
   happened to be taking up the right half of my screen.  They never
   used to do that.

 --
 A big old stinking pile of genius that no one wants
 coz there are too many silver coated monkeys in the world.


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-30 Thread David Seikel
Is it April the first?  Brilliant joke, I get it, now fix it.

I can't click on anything on the right half of my screen that's in a
window.  Right edge binding also not working, possibly related.

Updated just now, clean update to, I deleted everything first.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-30 Thread David Seikel
On Mon, 1 Jul 2013 02:45:09 +1000 David Seikel onef...@gmail.com
wrote:

 Is it April the first?  Brilliant joke, I get it, now fix it.
 
 I can't click on anything on the right half of my screen that's in a
 window.  Right edge binding also not working, possibly related.
 
 Updated just now, clean update to, I deleted everything first.

Further info - anything on the right side of my screen that changes the
mouse pointer on hover is also affected.  Probably the root cause.  E
gadgets are not affected, only stuff in windows.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-30 Thread David Seikel
On Mon, 1 Jul 2013 02:56:14 +1000 David Seikel onef...@gmail.com
wrote:

 On Mon, 1 Jul 2013 02:45:09 +1000 David Seikel onef...@gmail.com
 wrote:
 
  Is it April the first?  Brilliant joke, I get it, now fix it.
  
  I can't click on anything on the right half of my screen that's in a
  window.  Right edge binding also not working, possibly related.
  
  Updated just now, clean update to, I deleted everything first.
 
 Further info - anything on the right side of my screen that changes
 the mouse pointer on hover is also affected.  Probably the root
 cause.  E gadgets are not affected, only stuff in windows.

Window border stuff works, and interestingly enough, for borderless
windows, stuff in the area that would have been the border works.
Hours of fun.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-30 Thread David Seikel
On Mon, 1 Jul 2013 03:03:10 +1000 David Seikel onef...@gmail.com
wrote:

 On Mon, 1 Jul 2013 02:56:14 +1000 David Seikel onef...@gmail.com
 wrote:
 
  On Mon, 1 Jul 2013 02:45:09 +1000 David Seikel onef...@gmail.com
  wrote:
  
   Is it April the first?  Brilliant joke, I get it, now fix it.
   
   I can't click on anything on the right half of my screen that's
   in a window.  Right edge binding also not working, possibly
   related.
   
   Updated just now, clean update to, I deleted everything first.
  
  Further info - anything on the right side of my screen that changes
  the mouse pointer on hover is also affected.  Probably the root
  cause.  E gadgets are not affected, only stuff in windows.
 
 Window border stuff works, and interestingly enough, for borderless
 windows, stuff in the area that would have been the border works.
 Hours of fun.

Ah it happens with Irrlicht windows.  They end up completely invisible,
sticky, on top, and grabbing all input.  First one just happened to be
taking up the right half of my screen.  They never used to do that.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.


signature.asc
Description: PGP signature
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-25 Thread Michael Blumenkrantz
fixed

On Tue, Jun 25, 2013 at 12:55 AM, Carsten Haitzler ras...@rasterman.comwrote:

 On Tue, 11 Jun 2013 10:55:23 +0100 Michael Blumenkrantz
 michael.blumenkra...@gmail.com said:

  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.

 alt+left mouse  drag window around to move it. keep dragging.

 while alt+left mouse is pressed.. also press:

 ctrl+alt+x

 to close window... pretty soon after that.. segv. :)


 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-25 Thread Massimo Maiurana
Massimo Maiurana, il 16/06/2013 09:24, ha scritto:

 Don't know if it's really a bug, but when I maximize a window it goes
 partly under a shelf set as above all

I don't see this anymore, but there is another problem with a
configuration option.

By default the battery module is set to suspend the system if battery is
low. I would prefer if it would hibernate instead, so I go in advanced
options and tell it to hibernate when under 3%, but at next startup the
option is set again to suspend.
Hibernation does work if I select it from syscon.

-- 

  Massimo Maiurana   GPG keyID #7044D601

  La fede e' credere in cio' che sai non essere vero
[Mark Twain]

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-25 Thread thomasg
On Tue, Jun 11, 2013 at 11:55 AM, Michael Blumenkrantz
michael.blumenkra...@gmail.com wrote:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.
 --

The pager live previews are broken and show noise instead, see
screenshot below (it should show a different live preview picture for
each desktop).
http://www.enlightenment.org/ss/e-51ca2e51d24c10.20360856.jpg

I think this was introduced in the last days, maybe not an e but an efl bug.
Maybe someone will know of the top of the head what caused it,
otherwise I can bisect.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-25 Thread Doug Newgard
 From: tho...@gstaedtner.net
 Date: Wed, 26 Jun 2013 02:00:18 +0200
 To: enlightenment-devel@lists.sourceforge.net
 Subject: Re: [E-devel] E18 CFBugs #2
 
 On Tue, Jun 11, 2013 at 11:55 AM, Michael Blumenkrantz
 michael.blumenkra...@gmail.com wrote:
  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.
  --
 
 The pager live previews are broken and show noise instead, see
 screenshot below (it should show a different live preview picture for
 each desktop).
 http://www.enlightenment.org/ss/e-51ca2e51d24c10.20360856.jpg
 
 I think this was introduced in the last days, maybe not an e but an efl bug.
 Maybe someone will know of the top of the head what caused it,
 otherwise I can bisect.
Looks similar: https://phab.enlightenment.org/T187
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-24 Thread Michael Blumenkrantz
aha, I had been searching for this one for some time. fixed

On Sat, Jun 22, 2013 at 1:33 AM, Luca Galli ji...@fastwebnet.it wrote:

 On Tue, 11 Jun 2013 10:55:23 +0100
 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.

 Hi, closing a window with keystroke while resizing it cause the mouse
 pointer to keep the resizing animation until e is restarted


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-24 Thread The Rasterman
On Tue, 11 Jun 2013 10:55:23 +0100 Michael Blumenkrantz
michael.blumenkra...@gmail.com said:

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

alt+left mouse  drag window around to move it. keep dragging.

while alt+left mouse is pressed.. also press:

ctrl+alt+x

to close window... pretty soon after that.. segv. :) 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-23 Thread The Rasterman
On Tue, 11 Jun 2013 10:55:23 +0100 Michael Blumenkrantz
michael.blumenkra...@gmail.com said:

 The old thread was too long for me to see if I fixed everything, so post

ibar bug:

in your new lets pretend to be like osx dock feature.. you add icons of
running apps/windows not launched by ibar on the right (past a separator).
unfortunately these act as launchers not app/window selectors. these launch new
instances of that same app. this is rather unexpected behavior. if you're going
to copy the osx dock.. then mimic it by using it as a task/window switcher.
note - you may need to make this apply always it extra right-side icons always,
but for the fixed launcher set i suspect u will need to be able to mark icons
as switch OR as launch. people used to their terminal icon launching a new
term will be mightily upset to find it cant launch anymore and only switch to 1
terminal window... :)

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-23 Thread Michael Blumenkrantz
I was going for windows 7 over osx doc, which is why it doesn't zoom. Fixed

On Mon, Jun 24, 2013 at 4:11 AM, Carsten Haitzler ras...@rasterman.comwrote:

 On Tue, 11 Jun 2013 10:55:23 +0100 Michael Blumenkrantz
 michael.blumenkra...@gmail.com said:

  The old thread was too long for me to see if I fixed everything, so post

 ibar bug:

 in your new lets pretend to be like osx dock feature.. you add icons of
 running apps/windows not launched by ibar on the right (past a separator).
 unfortunately these act as launchers not app/window selectors. these
 launch new
 instances of that same app. this is rather unexpected behavior. if you're
 going
 to copy the osx dock.. then mimic it by using it as a task/window switcher.
 note - you may need to make this apply always it extra right-side icons
 always,
 but for the fixed launcher set i suspect u will need to be able to mark
 icons
 as switch OR as launch. people used to their terminal icon launching a new
 term will be mightily upset to find it cant launch anymore and only switch
 to 1
 terminal window... :)

 --
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-23 Thread Michael Blumenkrantz
On Sat, Jun 22, 2013 at 1:31 PM, Igor Murzov 
intergalactic.anonym...@gmail.com wrote:

 On Tue, 11 Jun 2013 10:55:23 +0100
 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.

 1. Opening composite settings dialog crashes E.

 2. No listable items in Navigate menu is now clickable
never worked. Clicking 'No listable items' opens '~'.
It should open directory to which that item belongs to.


fixed



 3. appmenu: externally show a menu of the current focused application
never worked for me.


 -- Igor

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-22 Thread The Rasterman
On Fri, 21 Jun 2013 09:00:28 +0100 Michael Blumenkrantz
michael.blumenkra...@gmail.com said:

 On Thu, Jun 20, 2013 at 7:36 PM, Doug Newgard scimmi...@outlook.com wrote:
 
  
   Date: Tue, 11 Jun 2013 10:55:23 +0100
   From: michael.blumenkra...@gmail.com
   To: enlightenment-devel@lists.sourceforge.net
   Subject: [E-devel] E18 CFBugs #2
  
   The old thread was too long for me to see if I fixed everything, so post
   here if you have a bug that's present using the latest revision.
 
  Latest update (udisks2 support) completely breaks EFM for me. No icons on
  the desktop, blank EFM windows, and this in stderr:
 
  process 23300: arguments to dbus_message_iter_get_arg_type() were
  incorrect, assertion real-iter_type == DBUS_MESSAGE_ITER_TYPE_READER
  failed in file dbus-message.c line 2066.
  This is normally a bug in some application using the D-Bus library.
D-Bus not built with -rdynamic so unable to print a backtrace
 
  If I hit refresh in the EFM window, a few icons show up then it just hangs
  with the loading animation in the lower left until I close it. Rebuilt at
  HEAD~1 and everything's back to normal.
 
 
 not sure what to tell you, udisks2 works fine here. must not be configured
 correctly on your system or something.
 
 I've gotten that dbus error a few times in testing, but it's harmless and
 appears to be an eldbus bug

it's definitely not harmless... libdbus itself is calling abort(). dbus seems
to be unhappy about the iterator type itself - that it is not a reader type. it
looks like an eldbus bug... eldbus_message_error_new():

   /*
* Technically user should not append more arguments in an error message but
* we can't leave its iter as NULL.
*/
   dbus_message_iter_init_append(reply-dbus_msg,
 reply-iterator-dbus_iterator);

that's not a read-only iterator... it's read-write.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-22 Thread Igor Murzov
On Tue, 11 Jun 2013 10:55:23 +0100
Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

1. Opening composite settings dialog crashes E.

2. No listable items in Navigate menu is now clickable
   never worked. Clicking 'No listable items' opens '~'.
   It should open directory to which that item belongs to.

3. appmenu: externally show a menu of the current focused application
   never worked for me.


-- Igor

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-22 Thread The Rasterman
On Sat, 22 Jun 2013 16:31:05 +0400 Igor Murzov
intergalactic.anonym...@gmail.com said:

 On Tue, 11 Jun 2013 10:55:23 +0100
 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:
 
  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.
 
 1. Opening composite settings dialog crashes E.

cedric bug in efl.. i fixed it already. :)

 2. No listable items in Navigate menu is now clickable
never worked. Clicking 'No listable items' opens '~'.
It should open directory to which that item belongs to.
 
 3. appmenu: externally show a menu of the current focused application
never worked for me.
 
 
 -- Igor
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-22 Thread Doug Newgard


 Date: Sat, 22 Jun 2013 20:17:51 +0900
 From: ras...@rasterman.com
 To: enlightenment-devel@lists.sourceforge.net
 Subject: Re: [E-devel] E18 CFBugs #2
 
 On Fri, 21 Jun 2013 09:00:28 +0100 Michael Blumenkrantz
 michael.blumenkra...@gmail.com said:
 
  On Thu, Jun 20, 2013 at 7:36 PM, Doug Newgard scimmi...@outlook.com wrote:
  
   
Date: Tue, 11 Jun 2013 10:55:23 +0100
From: michael.blumenkra...@gmail.com
To: enlightenment-devel@lists.sourceforge.net
Subject: [E-devel] E18 CFBugs #2
   
The old thread was too long for me to see if I fixed everything, so post
here if you have a bug that's present using the latest revision.
  
   Latest update (udisks2 support) completely breaks EFM for me. No icons on
   the desktop, blank EFM windows, and this in stderr:
  
   process 23300: arguments to dbus_message_iter_get_arg_type() were
   incorrect, assertion real-iter_type == DBUS_MESSAGE_ITER_TYPE_READER
   failed in file dbus-message.c line 2066.
   This is normally a bug in some application using the D-Bus library.
 D-Bus not built with -rdynamic so unable to print a backtrace
  
   If I hit refresh in the EFM window, a few icons show up then it just hangs
   with the loading animation in the lower left until I close it. Rebuilt at
   HEAD~1 and everything's back to normal.
  
  
  not sure what to tell you, udisks2 works fine here. must not be configured
  correctly on your system or something.
  
  I've gotten that dbus error a few times in testing, but it's harmless and
  appears to be an eldbus bug
 
 it's definitely not harmless... libdbus itself is calling abort(). dbus seems
 to be unhappy about the iterator type itself - that it is not a reader type. 
 it
 looks like an eldbus bug... eldbus_message_error_new():
Yep, he came to the same conclusion after some debugging: 
https://phab.enlightenment.org/T171
 
/*
 * Technically user should not append more arguments in an error message 
 but
 * we can't leave its iter as NULL.
 */
dbus_message_iter_init_append(reply-dbus_msg,
  reply-iterator-dbus_iterator);
 
 that's not a read-only iterator... it's read-write.  -- 
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-22 Thread The Rasterman
On Sat, 22 Jun 2013 10:04:29 -0500 Doug Newgard scimmi...@outlook.com said:

 
 
  Date: Sat, 22 Jun 2013 20:17:51 +0900
  From: ras...@rasterman.com
  To: enlightenment-devel@lists.sourceforge.net
  Subject: Re: [E-devel] E18 CFBugs #2
  
  On Fri, 21 Jun 2013 09:00:28 +0100 Michael Blumenkrantz
  michael.blumenkra...@gmail.com said:
  
   On Thu, Jun 20, 2013 at 7:36 PM, Doug Newgard scimmi...@outlook.com
   wrote:
   

 Date: Tue, 11 Jun 2013 10:55:23 +0100
 From: michael.blumenkra...@gmail.com
 To: enlightenment-devel@lists.sourceforge.net
 Subject: [E-devel] E18 CFBugs #2

 The old thread was too long for me to see if I fixed everything, so
 post here if you have a bug that's present using the latest revision.
   
Latest update (udisks2 support) completely breaks EFM for me. No icons
on the desktop, blank EFM windows, and this in stderr:
   
process 23300: arguments to dbus_message_iter_get_arg_type() were
incorrect, assertion real-iter_type == DBUS_MESSAGE_ITER_TYPE_READER
failed in file dbus-message.c line 2066.
This is normally a bug in some application using the D-Bus library.
  D-Bus not built with -rdynamic so unable to print a backtrace
   
If I hit refresh in the EFM window, a few icons show up then it just
hangs with the loading animation in the lower left until I close it.
Rebuilt at HEAD~1 and everything's back to normal.
   
   
   not sure what to tell you, udisks2 works fine here. must not be configured
   correctly on your system or something.
   
   I've gotten that dbus error a few times in testing, but it's harmless and
   appears to be an eldbus bug
  
  it's definitely not harmless... libdbus itself is calling abort(). dbus
  seems to be unhappy about the iterator type itself - that it is not a
  reader type. it looks like an eldbus bug... eldbus_message_error_new():
 Yep, he came to the same conclusion after some debugging:
 https://phab.enlightenment.org/T171

i fixed it in git already :) i concluded this.. and found a way to fix it
too. :) sorry - tired after this week. it's been long... :)

  
 /*
  * Technically user should not append more arguments in an error message
  but
  * we can't leave its iter as NULL.
  */
 dbus_message_iter_init_append(reply-dbus_msg,
   reply-iterator-dbus_iterator);
  
  that's not a read-only iterator... it's read-write.  -- 
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
  
  
  --
  This SF.net email is sponsored by Windows:
  
  Build for Windows Store.
  
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-21 Thread Michael Blumenkrantz
On Thu, Jun 20, 2013 at 7:36 PM, Doug Newgard scimmi...@outlook.com wrote:

 
  Date: Tue, 11 Jun 2013 10:55:23 +0100
  From: michael.blumenkra...@gmail.com
  To: enlightenment-devel@lists.sourceforge.net
  Subject: [E-devel] E18 CFBugs #2
 
  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.

 Latest update (udisks2 support) completely breaks EFM for me. No icons on
 the desktop, blank EFM windows, and this in stderr:

 process 23300: arguments to dbus_message_iter_get_arg_type() were
 incorrect, assertion real-iter_type == DBUS_MESSAGE_ITER_TYPE_READER
 failed in file dbus-message.c line 2066.
 This is normally a bug in some application using the D-Bus library.
   D-Bus not built with -rdynamic so unable to print a backtrace

 If I hit refresh in the EFM window, a few icons show up then it just hangs
 with the loading animation in the lower left until I close it. Rebuilt at
 HEAD~1 and everything's back to normal.


not sure what to tell you, udisks2 works fine here. must not be configured
correctly on your system or something.

I've gotten that dbus error a few times in testing, but it's harmless and
appears to be an eldbus bug
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-21 Thread Luca Galli
On Tue, 11 Jun 2013 10:55:23 +0100
Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

Hi, closing a window with keystroke while resizing it cause the mouse
pointer to keep the resizing animation until e is restarted

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-20 Thread Doug Newgard

 Date: Tue, 11 Jun 2013 10:55:23 +0100
 From: michael.blumenkra...@gmail.com
 To: enlightenment-devel@lists.sourceforge.net
 Subject: [E-devel] E18 CFBugs #2

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

Latest update (udisks2 support) completely breaks EFM for me. No icons on the 
desktop, blank EFM windows, and this in stderr:

process 23300: arguments to dbus_message_iter_get_arg_type() were incorrect, 
assertion real-iter_type == DBUS_MESSAGE_ITER_TYPE_READER failed in file 
dbus-message.c line 2066.
This is normally a bug in some application using the D-Bus library.
  D-Bus not built with -rdynamic so unable to print a backtrace

If I hit refresh in the EFM window, a few icons show up then it just hangs with 
the loading animation in the lower left until I close it. Rebuilt at HEAD~1 and 
everything's back to normal.  
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-20 Thread Eduardo Lima (Etrunko)
On Tue, Jun 18, 2013 at 10:18 AM, Chris Michael devilho...@comcast.net wrote:
 On 18/06/13 00:29, Eduardo Lima (Etrunko) wrote:

 Laptop with external display monitor connected - disconnect monitor -
 PrtSrc

 The preview shows monitor screeen as if it was connected.

 Preview ??


The Screenshot preview dialog, when you press the PrtSrc key.

 dh


 On Tue, Jun 11, 2013 at 6:55 AM, Michael Blumenkrantz
 michael.blumenkra...@gmail.com wrote:

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel







-- 
Eduardo de Barros Lima ◤✠◢
ebl...@gmail.com

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-20 Thread Chris Michael
On 20/06/13 20:25, Eduardo Lima (Etrunko) wrote:
 On Tue, Jun 18, 2013 at 10:18 AM, Chris Michael devilho...@comcast.net 
 wrote:
 On 18/06/13 00:29, Eduardo Lima (Etrunko) wrote:
 Laptop with external display monitor connected - disconnect monitor -
 PrtSrc

 The preview shows monitor screeen as if it was connected.
 Preview ??

 The Screenshot preview dialog, when you press the PrtSrc key.
Ohhh ok. I don't use the screenshot module so had no clue what you were 
referring to. I thought you meant the preview of the monitors in the 
randr dialog, lol.

Cheers,
dh

 dh


 On Tue, Jun 11, 2013 at 6:55 AM, Michael Blumenkrantz
 michael.blumenkra...@gmail.com wrote:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel






--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-19 Thread Nikolas Arend
On 06/13/2013 09:50 AM, Nikolas Arend wrote:
 On 06/13/2013 09:14 AM, Michael Blumenkrantz wrote:
 fixed

 Here it seems to be partly fixed. I just tried to trigger the problem 
 by changing the shelf settings while having two status icons in the 
 systray. What happens now is that the icon on the right is staying put 
 as it should, while the left one jumps to the very left end of the 
 shelf (as described below). Again, an e - restart fixes it. A can 
 also provide a screenshot if necessary.

Just to provide some feedback, this is currently still happening for me.


Nick





 Sorry,   Nick




 On Wed, Jun 12, 2013 at 12:07 PM, Nikolas Arend sns...@gmail.com 
 wrote:

 On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:

 Hi,

 My systray, which I have in a top border shelf somewhere on the right,
 is now sometimes jumping to the very left edge of the shelf. In my
 case it there overlaps the start module. This seems to be triggered by

 - modifying the shelf settings
 - changing the screen setup, i.e. output and resolution changes through
 xrandr

 An e - restart fixes the issue and the systray goes back to its
 original place.


 Thanks,   Nick



 The old thread was too long for me to see if I fixed everything, so 
 post
 here if you have a bug that's present using the latest revision.

 --
  

 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


 --
  

 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
  

 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-19 Thread Nikolas Arend
On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.
 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Having my shelf set to be above everything prevents the hovering gadget 
layer to appear. With below windows all is well.


Best,Nick

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-19 Thread Michael Blumenkrantz
On Wed, Jun 19, 2013 at 1:35 AM, Doug Newgard scimmi...@outlook.com wrote:

 
  Date: Tue, 18 Jun 2013 01:11:26 +0200
  From: ji...@fastwebnet.it
  To: enlightenment-devel@lists.sourceforge.net
  Subject: Re: [E-devel] E18 CFBugs #2
 
  On Tue, 11 Jun 2013 10:55:23 +0100
  Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:
 
  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.
 
  Hi,
  * gadgets (ibar, pager, clock and places) on my desktop seem to refresh
 every now and then. They flicker for a moment. Very bad looking :)


okay, this is fixed though it probably needs more testing with multiple
monitors and pnp.


  * In Settings - Gadgets - Background - Configure Layer, moving or
 clicling on the config dialog make it disappear

 I'm glad someone else is getting this, nobody on IRC was able to reproduce
 it. I don't have to move or click on anything, just bringing up the dialog
 and waiting a few seconds is enough to make it disappear.


my best guess here is that it was (correctly) being deleted when the gadget
container was deleted due to zone geometry change. if that's the case, it
should no longer happen.



 
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-19 Thread Doug Newgard

 Date: Wed, 19 Jun 2013 09:38:57 +0100
 From: michael.blumenkra...@gmail.com
 To: enlightenment-devel@lists.sourceforge.net
 Subject: Re: [E-devel] E18 CFBugs #2

 On Wed, Jun 19, 2013 at 1:35 AM, Doug Newgard scimmi...@outlook.com wrote:

 
 Date: Tue, 18 Jun 2013 01:11:26 +0200
 From: ji...@fastwebnet.it
 To: enlightenment-devel@lists.sourceforge.net
 Subject: Re: [E-devel] E18 CFBugs #2

 On Tue, 11 Jun 2013 10:55:23 +0100
 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

 Hi,
 * gadgets (ibar, pager, clock and places) on my desktop seem to refresh
 every now and then. They flicker for a moment. Very bad looking :)


 okay, this is fixed though it probably needs more testing with multiple
 monitors and pnp.


 * In Settings - Gadgets - Background - Configure Layer, moving or
 clicling on the config dialog make it disappear

 I'm glad someone else is getting this, nobody on IRC was able to reproduce
 it. I don't have to move or click on anything, just bringing up the dialog
 and waiting a few seconds is enough to make it disappear.


 my best guess here is that it was (correctly) being deleted when the gadget
 container was deleted due to zone geometry change. if that's the case, it
 should no longer happen.

It is indeed fixed. Thank you.






 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel  
   
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-19 Thread Luca Galli
On Wed, 19 Jun 2013 09:38:57 +0100
Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

 On Wed, Jun 19, 2013 at 1:35 AM, Doug Newgard scimmi...@outlook.com wrote:
 
  
   Date: Tue, 18 Jun 2013 01:11:26 +0200
   From: ji...@fastwebnet.it
   To: enlightenment-devel@lists.sourceforge.net
   Subject: Re: [E-devel] E18 CFBugs #2
  
   On Tue, 11 Jun 2013 10:55:23 +0100
   Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:
  
   The old thread was too long for me to see if I fixed everything, so post
   here if you have a bug that's present using the latest revision.
  
   Hi,
   * gadgets (ibar, pager, clock and places) on my desktop seem to refresh
  every now and then. They flicker for a moment. Very bad looking :)
 
 
 okay, this is fixed though it probably needs more testing with multiple
 monitors and pnp.

No more gadget flickering here on single monitor

 
   * In Settings - Gadgets - Background - Configure Layer, moving or
  clicling on the config dialog make it disappear
 
  I'm glad someone else is getting this, nobody on IRC was able to reproduce
  it. I don't have to move or click on anything, just bringing up the dialog
  and waiting a few seconds is enough to make it disappear.
 
 
 my best guess here is that it was (correctly) being deleted when the gadget
 container was deleted due to zone geometry change. if that's the case, it
 should no longer happen.

Your guess was good, problem is gone. Thanks for fixing it :)

 
 
 
  
  
  --
   This SF.net email is sponsored by Windows:
  
   Build for Windows Store.
  
   http://p.sf.net/sfu/windows-dev2dev
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
  --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-19 Thread The Rasterman
On Wed, 19 Jun 2013 10:28:27 +0900 Daniel Juyung Seo seojuyu...@gmail.com
said:

u - what version of efl have you built? this is not latest from git. this
bug was already fixed:

commit ab0fdf5916757d9f30c606ef464f10852d7fa42d
Author: Carsten Haitzler (Rasterman) ras...@rasterman.com
Date:   Tue Apr 30 23:10:24 2013 +0900

it is possible with wchart_t to have it signed.. so unicode can be 
0... dont crash.

:) you're our of date.

THAT is the power of open source. bugs fixed long before you find them. :)
heheheheh

 Hello, one of my student got a random crash during the class.
 Here is the crashlog.
 https://phab.enlightenment.org/P29
 
 I hope I can have a chance to show the power of open source community to my
 students.
 
 The EFL/E18 were built from latest git (last Sunday, June 16, version)
 
 Thank.
 
 Daniel Juyung Seo (SeoZ)
 
 
 On Tue, Jun 11, 2013 at 6:55 PM, Michael Blumenkrantz 
 michael.blumenkra...@gmail.com wrote:
 
  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.
 
  --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-18 Thread Michael Blumenkrantz
* I have gadgets on my desktop and they do not refresh like this
* this config dialog does not disappear in my testing

On Tue, Jun 18, 2013 at 12:11 AM, Luca Galli ji...@fastwebnet.it wrote:

 On Tue, 11 Jun 2013 10:55:23 +0100
 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.

 Hi,
 * gadgets (ibar, pager, clock and places) on my desktop seem to refresh
 every now and then. They flicker for a moment. Very bad looking :)
 * In Settings - Gadgets - Background - Configure Layer, moving or
 clicling on the config dialog make it disappear


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-18 Thread Chris Michael
On 18/06/13 00:29, Eduardo Lima (Etrunko) wrote:
 Laptop with external display monitor connected - disconnect monitor - PrtSrc

 The preview shows monitor screeen as if it was connected.
Preview ??

dh

 On Tue, Jun 11, 2013 at 6:55 AM, Michael Blumenkrantz
 michael.blumenkra...@gmail.com wrote:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.
 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-18 Thread Luca Galli
On Tue, 18 Jun 2013 10:24:37 +0100
Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

 * I have gadgets on my desktop and they do not refresh like this
 * this config dialog does not disappear in my testing

I am not so lucky :)
With valgrind enabled after the first disappearing of the config
dialog, clicking again on Configure Layer makes xorg restart.
Valgrind log attacched

 
 On Tue, Jun 18, 2013 at 12:11 AM, Luca Galli ji...@fastwebnet.it wrote:
 
  On Tue, 11 Jun 2013 10:55:23 +0100
  Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:
 
   The old thread was too long for me to see if I fixed everything, so post
   here if you have a bug that's present using the latest revision.
 
  Hi,
  * gadgets (ibar, pager, clock and places) on my desktop seem to refresh
  every now and then. They flicker for a moment. Very bad looking :)
  * In Settings - Gadgets - Background - Configure Layer, moving or
  clicling on the config dialog make it disappear
 
 
  --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


xsession-errors4.gz
Description: Binary data
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-18 Thread Luca Galli
On Tue, 18 Jun 2013 16:54:02 +0200
Luca Galli ji...@fastwebnet.it wrote:

 On Tue, 18 Jun 2013 10:24:37 +0100
 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:
 
  * I have gadgets on my desktop and they do not refresh like this
  * this config dialog does not disappear in my testing
 
 I am not so lucky :)
 With valgrind enabled after the first disappearing of the config
 dialog, clicking again on Configure Layer makes xorg restart.
 Valgrind log attacched

Problems look to be related because if after have clicked on Configure
Layer I do nothing, next gadgets refresh makes the config dialog
disappear the same way 

 
  
  On Tue, Jun 18, 2013 at 12:11 AM, Luca Galli ji...@fastwebnet.it wrote:
  
   On Tue, 11 Jun 2013 10:55:23 +0100
   Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:
  
The old thread was too long for me to see if I fixed everything, so post
here if you have a bug that's present using the latest revision.
  
   Hi,
   * gadgets (ibar, pager, clock and places) on my desktop seem to refresh
   every now and then. They flicker for a moment. Very bad looking :)
   * In Settings - Gadgets - Background - Configure Layer, moving or
   clicling on the config dialog make it disappear
  
  
   --
   This SF.net email is sponsored by Windows:
  
   Build for Windows Store.
  
   http://p.sf.net/sfu/windows-dev2dev
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
  --
  This SF.net email is sponsored by Windows:
  
  Build for Windows Store.
  
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-18 Thread Doug Newgard

 Date: Tue, 18 Jun 2013 01:11:26 +0200
 From: ji...@fastwebnet.it
 To: enlightenment-devel@lists.sourceforge.net
 Subject: Re: [E-devel] E18 CFBugs #2

 On Tue, 11 Jun 2013 10:55:23 +0100
 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

 Hi,
 * gadgets (ibar, pager, clock and places) on my desktop seem to refresh every 
 now and then. They flicker for a moment. Very bad looking :)
 * In Settings - Gadgets - Background - Configure Layer, moving or clicling 
 on the config dialog make it disappear

I'm glad someone else is getting this, nobody on IRC was able to reproduce it. 
I don't have to move or click on anything, just bringing up the dialog and 
waiting a few seconds is enough to make it disappear.


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel  
   
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-18 Thread Daniel Juyung Seo
Hello, one of my student got a random crash during the class.
Here is the crashlog.
https://phab.enlightenment.org/P29

I hope I can have a chance to show the power of open source community to my
students.

The EFL/E18 were built from latest git (last Sunday, June 16, version)

Thank.

Daniel Juyung Seo (SeoZ)


On Tue, Jun 11, 2013 at 6:55 PM, Michael Blumenkrantz 
michael.blumenkra...@gmail.com wrote:

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-18 Thread Michael Blumenkrantz
this has nothing to do with e

On Wed, Jun 19, 2013 at 2:28 AM, Daniel Juyung Seo seojuyu...@gmail.comwrote:

 Hello, one of my student got a random crash during the class.
 Here is the crashlog.
 https://phab.enlightenment.org/P29

 I hope I can have a chance to show the power of open source community to my
 students.

 The EFL/E18 were built from latest git (last Sunday, June 16, version)

 Thank.

 Daniel Juyung Seo (SeoZ)


 On Tue, Jun 11, 2013 at 6:55 PM, Michael Blumenkrantz 
 michael.blumenkra...@gmail.com wrote:

  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.
 
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-17 Thread Michael Blumenkrantz
hmm seems to be maximizing fine here?

On Sun, Jun 16, 2013 at 8:24 AM, Massimo Maiurana maiur...@gmail.comwrote:

 Michael Blumenkrantz, il 11/06/2013 11:55, ha scritto:
  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.

 Don't know if it's really a bug, but when I maximize a window it goes
 partly under a shelf set as above all, and it is very annoying as most
 of the time in the covered part there is an horizontal scroller and/or a
 status bar.
 allow windows over fullscreen windows is not set, limit at the useful
 geometry and ensure placing inside useful geometry (I'm roughly
 translating option names from italian) are both set.


 --

   Massimo Maiurana   GPG keyID #7044D601

   La fede e' credere in cio' che sai non essere vero
 [Mark Twain]


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-17 Thread Massimo Maiurana
Michael Blumenkrantz, il 17/06/2013 10:54, ha scritto:
 hmm seems to be maximizing fine here?
 

I'll try to update then, and to start with a brand new config if needed.

-- 

  Massimo Maiurana   GPG keyID #7044D601

  La fede e' credere in cio' che sai non essere vero
[Mark Twain]

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-17 Thread Luca Galli
On Tue, 11 Jun 2013 10:55:23 +0100
Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

Hi, 
* gadgets (ibar, pager, clock and places) on my desktop seem to refresh every 
now and then. They flicker for a moment. Very bad looking :)
* In Settings - Gadgets - Background - Configure Layer, moving or clicling 
on the config dialog make it disappear

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-17 Thread Eduardo Lima (Etrunko)
Laptop with external display monitor connected - disconnect monitor - PrtSrc

The preview shows monitor screeen as if it was connected.

On Tue, Jun 11, 2013 at 6:55 AM, Michael Blumenkrantz
michael.blumenkra...@gmail.com wrote:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.
 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Eduardo de Barros Lima ◤✠◢
ebl...@gmail.com

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-16 Thread Massimo Maiurana
Michael Blumenkrantz, il 11/06/2013 11:55, ha scritto:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

Don't know if it's really a bug, but when I maximize a window it goes
partly under a shelf set as above all, and it is very annoying as most
of the time in the covered part there is an horizontal scroller and/or a
status bar.
allow windows over fullscreen windows is not set, limit at the useful
geometry and ensure placing inside useful geometry (I'm roughly
translating option names from italian) are both set.


-- 

  Massimo Maiurana   GPG keyID #7044D601

  La fede e' credere in cio' che sai non essere vero
[Mark Twain]

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-16 Thread Vadim Efimov
Carsten Haitzler ras...@rasterman.com писал(а) в своём письме Sun, 16 Jun 
2013 03:39:56 +0200:

 On Sat, 15 Jun 2013 19:55:06 +0200 Vadim Efimov eva...@evadim.ru said:

 Michael Blumenkrantz michael.blumenkra...@gmail.com писал(а) в своём письме
 Tue, 11 Jun 2013 11:55:23 +0200:

  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.

 1) Can't add some new signals not via ACPI Bindings nor via Key Bindings,
 but they visible via acpi_listen:

 video/tabletmode TBLT on K
 video/tabletmode TBLT off K

 i just added support in e_acpi.c for these kind of acpi events. it needed a
 whole new bit of logic to deal with them. untested as only you have that
 hardware. :) you'll need to test and get back to me. :)


Hm, still no reaction. I just recompile E and try. Maybe I miss something?

 these I'm able to add via Key Bindings:

 button/zoom ZOOM 0080  K
 button/screenlock SCRNLCK 0080  K
 button/battery BAT 0080  K

 i also stuffed these in. again - untested. :)

and these 3 works...

 In fact, I have convertible tablet and want to setup switching to
 another(kind of tablet) profile, then convert to/from tablet mode.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-15 Thread Vadim Efimov
Michael Blumenkrantz michael.blumenkra...@gmail.com писал(а) в своём письме 
Tue, 11 Jun 2013 11:55:23 +0200:

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

1) Can't add some new signals not via ACPI Bindings nor via Key Bindings,
but they visible via acpi_listen:

video/tabletmode TBLT on K
video/tabletmode TBLT off K

these I'm able to add via Key Bindings:

button/zoom ZOOM 0080  K
button/screenlock SCRNLCK 0080  K
button/battery BAT 0080  K

In fact, I have convertible tablet and want to setup switching to
another(kind of tablet) profile, then convert to/from tablet mode.

2) Then I want to add new module to shelf, this dialog isn't
resize, but cropped, and I see modules icons
http://www.enlightenment.org/ss/th-e-51bca6ecc65394.98626068.jpg
or modules status
http://www.enlightenment.org/ss/th-e-51bca765c84d92.87487306.jpg
not both.

3) Built-in screenshot module don't show URL of picture, and sometimes
show wrong status of upload, but in fact uploads image to E's server.
(this one found during writing this email)

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-15 Thread The Rasterman
On Sat, 15 Jun 2013 19:55:06 +0200 Vadim Efimov eva...@evadim.ru said:

 Michael Blumenkrantz michael.blumenkra...@gmail.com писал(а) в своём письме
 Tue, 11 Jun 2013 11:55:23 +0200:
 
  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.
 
 1) Can't add some new signals not via ACPI Bindings nor via Key Bindings,
 but they visible via acpi_listen:
 
 video/tabletmode TBLT on K
 video/tabletmode TBLT off K

i just added support in e_acpi.c for these kind of acpi events. it needed a
whole new bit of logic to deal with them. untested as only you have that
hardware. :) you'll need to test and get back to me. :)

 these I'm able to add via Key Bindings:
 
 button/zoom ZOOM 0080  K
 button/screenlock SCRNLCK 0080  K
 button/battery BAT 0080  K

i also stuffed these in. again - untested. :)

 In fact, I have convertible tablet and want to setup switching to
 another(kind of tablet) profile, then convert to/from tablet mode.

-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-13 Thread Michael Blumenkrantz
fixed

On Wed, Jun 12, 2013 at 3:04 PM, Nikolas Arend sns...@gmail.com wrote:

 On 06/12/2013 03:07 PM, Michael Blumenkrantz wrote:
  fixed

 I can confirm that drag'n drop from pager to the current desktop is fixed.

 However, now I have the same problem within the pager module: drag'n
 dropping a window from one pager pane to another requires a desktop
 switch to make the window show up.


 Nick


 
  On Wed, Jun 12, 2013 at 1:54 PM, Nikolas Arend sns...@gmail.com wrote:
 
  On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:
  The old thread was too long for me to see if I fixed everything, so
 post
  here if you have a bug that's present using the latest revision.
 
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  When dragging and dropping a window from the pager (which can be either
  a gadget or located in a shelf) to the currently active desktop, the
  window shows up correctly in the pager, but not on the desktop. I have
  to switch to another desktop and back for it to appear.
 
 
  Cheers,Nick
 
 
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-13 Thread Michael Blumenkrantz
On Wed, Jun 12, 2013 at 3:32 PM, Gustavo Lima Chaves
gl...@profusion.mobiwrote:

 * Michael Blumenkrantz michael.blumenkra...@gmail.com [2013-06-12
 09:15:21 +0100]:

  On Wed, Jun 12, 2013 at 3:17 AM, Gustavo Lima Chaves
  gl...@profusion.mobiwrote:
 
   * Carsten Haitzler ras...@rasterman.com [2013-06-12 09:02:31 +0900]:
  
On Tue, 11 Jun 2013 16:35:01 +0100 Ian Lee ian.rob@gmail.com
 said:
   
 Application based resize markers don't let me resize the
 application.

 I sometimes use my keyboard on another system, when I plug it back
 in
   it
 defaults to the X11 keyboard layout which is US and not what is
   configure
 in E17
   
e has no xinput hotplug support at all. there is zero code, so you
   basically
just get whatever xorg is configured to do by default with a new kbd
   device - i
think in xorg.conf. e has no idea you plugged in a new keyboard (or
   mouse etc.).
  
   - on e dialogs, checkboxes toggled by the spacebar only get re-drawn
 after
   we unselect the item
  
 
  there's no code anywhere which handles keyboard for check widgets...where
  are you seeing it?
 

 Call a window's menu, navigate by keyboard on it from now on.
 Enable quickaccess, enter its menu, try to change those checks with the
 space bar.
 You toggle, press the down arrow to only then see the new value.


works as expected here. I could toggle this all day



 
  
   - quickaccess has lots of bugs. i think it gets misconfigured, for
 non-transient windows (only mode that matters for me), very easily.
 at
   least on e restart/re-login, i can say.
  
  
  I guess this got broken a few months ago by my rewrite of the module
  loading subsystem. fixed now
 
 
   
 On 11 June 2013 16:15, Massimo Maiurana maiur...@gmail.com
 wrote:

  Michael Blumenkrantz, il 11/06/2013 12:32, ha scritto:
   efl bug, see http://edevel.tumblr.com/image/52633161038
  
 
  :)))
 
 
  --
 
Massimo Maiurana   GPG keyID #7044D601
 
La fede e' credere in cio' che sai non essere vero
  [Mark Twain]
 
 
 
  
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

  
 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

   
   
--
- Codito, ergo sum - I code, therefore I am
 --
The Rasterman (Carsten Haitzler)ras...@rasterman.com
   
   
   
  
 --
This SF.net email is sponsored by Windows:
   
Build for Windows Store.
   
http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
   --
   Gustavo Lima Chaves
   Senior Developer @ Intel - Open Source Technology Center
  
  
  
 --
   This SF.net email is sponsored by Windows:
  
   Build for Windows Store.
  
   http://p.sf.net/sfu/windows-dev2dev
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 Gustavo Lima Chaves
 Senior Developer @ Intel - Open Source Technology Center


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-13 Thread Michael Blumenkrantz
fixed

On Wed, Jun 12, 2013 at 12:07 PM, Nikolas Arend sns...@gmail.com wrote:

 On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:

 Hi,

 My systray, which I have in a top border shelf somewhere on the right,
 is now sometimes jumping to the very left edge of the shelf. In my
 case it there overlaps the start module. This seems to be triggered by

 - modifying the shelf settings
 - changing the screen setup, i.e. output and resolution changes through
 xrandr

 An e - restart fixes the issue and the systray goes back to its
 original place.


 Thanks,   Nick



  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-13 Thread Nikolas Arend
On 06/13/2013 09:14 AM, Michael Blumenkrantz wrote:
 fixed

Here it seems to be partly fixed. I just tried to trigger the problem by 
changing the shelf settings while having two status icons in the 
systray. What happens now is that the icon on the right is staying put 
as it should, while the left one jumps to the very left end of the shelf 
(as described below). Again, an e - restart fixes it. A can also 
provide a screenshot if necessary.


Sorry,   Nick




 On Wed, Jun 12, 2013 at 12:07 PM, Nikolas Arend sns...@gmail.com wrote:

 On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:

 Hi,

 My systray, which I have in a top border shelf somewhere on the right,
 is now sometimes jumping to the very left edge of the shelf. In my
 case it there overlaps the start module. This seems to be triggered by

 - modifying the shelf settings
 - changing the screen setup, i.e. output and resolution changes through
 xrandr

 An e - restart fixes the issue and the systray goes back to its
 original place.


 Thanks,   Nick



 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Michael Blumenkrantz
fixed

On Tue, Jun 11, 2013 at 8:53 PM, Nikolas Arend sns...@gmail.com wrote:

 On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:
  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


 Hello,

 The recent fixes/changes seem to have messed with hovering gadgets
 again. I have an ibar, pager, tasks, evry-starter, and places module
 configured on the hover layer. However, after toggling them and
 mouse-clicking on either the pager or the underlying desktop background,
 all gadgets are frozen with respect to the mouse. I have to maneuver to
 a desktop with windows on it again (using a keyboard shortcut) and click
 on a window to make the hover layer disappear and regain control of the
 desktop. Clicking on the bare desktop background would not hide the
 gadgets.

 Let me know if you need any other information.


 Thanks,   Nick


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Michael Blumenkrantz
I battled with X and won. fixed.

On Wed, Jun 12, 2013 at 5:48 AM, Daniel Juyung Seo seojuyu...@gmail.comwrote:

 I have another focus issue.
 Also this was introduced a while ago. Maybe a month? I don't remember the
 date exactly (sorry for not reporting the issue. lazy..)

 1. there are two terminologies A and B in one virtual desktop.
 2. A is focused and can get the keyboard input.
 3. ALT + TAB
 4. Still A has a focus. Still A gets the keyboard input.

 When I press alt+tab, both A and B's boarders are lighlighted as if the
 focus move from A to B and from B to A again.

 My e18 focus settings is:
 - Focus Policy : Sloppy
 - New Window Focus : All windows

 If you need more information, let me know.
 Thanks in advance.

 Daniel Juyung Seo (SeoZ)




 On Tue, Jun 11, 2013 at 6:55 PM, Michael Blumenkrantz 
 michael.blumenkra...@gmail.com wrote:

  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.
 
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Michael Blumenkrantz
On Wed, Jun 12, 2013 at 3:17 AM, Gustavo Lima Chaves
gl...@profusion.mobiwrote:

 * Carsten Haitzler ras...@rasterman.com [2013-06-12 09:02:31 +0900]:

  On Tue, 11 Jun 2013 16:35:01 +0100 Ian Lee ian.rob@gmail.com said:
 
   Application based resize markers don't let me resize the application.
  
   I sometimes use my keyboard on another system, when I plug it back in
 it
   defaults to the X11 keyboard layout which is US and not what is
 configure
   in E17
 
  e has no xinput hotplug support at all. there is zero code, so you
 basically
  just get whatever xorg is configured to do by default with a new kbd
 device - i
  think in xorg.conf. e has no idea you plugged in a new keyboard (or
 mouse etc.).

 - on e dialogs, checkboxes toggled by the spacebar only get re-drawn after
 we unselect the item


there's no code anywhere which handles keyboard for check widgets...where
are you seeing it?



 - quickaccess has lots of bugs. i think it gets misconfigured, for
   non-transient windows (only mode that matters for me), very easily. at
 least on e restart/re-login, i can say.


I guess this got broken a few months ago by my rewrite of the module
loading subsystem. fixed now


 
   On 11 June 2013 16:15, Massimo Maiurana maiur...@gmail.com wrote:
  
Michael Blumenkrantz, il 11/06/2013 12:32, ha scritto:
 efl bug, see http://edevel.tumblr.com/image/52633161038

   
:)))
   
   
--
   
  Massimo Maiurana   GPG keyID #7044D601
   
  La fede e' credere in cio' che sai non essere vero
[Mark Twain]
   
   
   
 --
This SF.net email is sponsored by Windows:
   
Build for Windows Store.
   
http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
  
 --
   This SF.net email is sponsored by Windows:
  
   Build for Windows Store.
  
   http://p.sf.net/sfu/windows-dev2dev
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 Gustavo Lima Chaves
 Senior Developer @ Intel - Open Source Technology Center


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Daniel Juyung Seo
Confirmed.
AWESOME.

Daniel Juyung Seo (SeoZ)


On Wed, Jun 12, 2013 at 4:42 PM, Michael Blumenkrantz 
michael.blumenkra...@gmail.com wrote:

 I battled with X and won. fixed.

 On Wed, Jun 12, 2013 at 5:48 AM, Daniel Juyung Seo seojuyu...@gmail.com
 wrote:

  I have another focus issue.
  Also this was introduced a while ago. Maybe a month? I don't remember the
  date exactly (sorry for not reporting the issue. lazy..)
 
  1. there are two terminologies A and B in one virtual desktop.
  2. A is focused and can get the keyboard input.
  3. ALT + TAB
  4. Still A has a focus. Still A gets the keyboard input.
 
  When I press alt+tab, both A and B's boarders are lighlighted as if the
  focus move from A to B and from B to A again.
 
  My e18 focus settings is:
  - Focus Policy : Sloppy
  - New Window Focus : All windows
 
  If you need more information, let me know.
  Thanks in advance.
 
  Daniel Juyung Seo (SeoZ)
 
 
 
 
  On Tue, Jun 11, 2013 at 6:55 PM, Michael Blumenkrantz 
  michael.blumenkra...@gmail.com wrote:
 
   The old thread was too long for me to see if I fixed everything, so
 post
   here if you have a bug that's present using the latest revision.
  
  
 
 --
   This SF.net email is sponsored by Windows:
  
   Build for Windows Store.
  
   http://p.sf.net/sfu/windows-dev2dev
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Nikolas Arend
On 06/12/2013 08:41 AM, Michael Blumenkrantz wrote:
 fixed

Thanks much! However, there still seem to be some inconsistencies in the 
way hovering gadgets behave:

- I noticed that mouse-clicks are now passed through to the desktop. If 
the gadget layer is active and I left-click on a window title bar, the 
window is (in my case) raised and focused, which is what I would expect. 
If I left-click somewhere on a window itself (not its bar) I get the 
left-click on background action (main menu pops up in my case)

- Sometimes (erratically for all I can tell), clicking on either a 
window or the background would not trigger the hovering gadgets to 
disappear. I can have mouse interactions with the windows (e.g. marking 
text), but the gadget layer is still active. So far a mouse-click 
anywhere but on a hovering gadget would cause them to hide


Cheers,Nick




 On Tue, Jun 11, 2013 at 8:53 PM, Nikolas Arend sns...@gmail.com wrote:

 On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 Hello,

 The recent fixes/changes seem to have messed with hovering gadgets
 again. I have an ibar, pager, tasks, evry-starter, and places module
 configured on the hover layer. However, after toggling them and
 mouse-clicking on either the pager or the underlying desktop background,
 all gadgets are frozen with respect to the mouse. I have to maneuver to
 a desktop with windows on it again (using a keyboard shortcut) and click
 on a window to make the hover layer disappear and regain control of the
 desktop. Clicking on the bare desktop background would not hide the
 gadgets.

 Let me know if you need any other information.


 Thanks,   Nick


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Nikolas Arend
On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:

Hi,

My systray, which I have in a top border shelf somewhere on the right, 
is now sometimes jumping to the very left edge of the shelf. In my 
case it there overlaps the start module. This seems to be triggered by

- modifying the shelf settings
- changing the screen setup, i.e. output and resolution changes through 
xrandr

An e - restart fixes the issue and the systray goes back to its 
original place.


Thanks,   Nick



 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.
 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Nikolas Arend
On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.
 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

When dragging and dropping a window from the pager (which can be either 
a gadget or located in a shelf) to the currently active desktop, the 
window shows up correctly in the pager, but not on the desktop. I have 
to switch to another desktop and back for it to appear.


Cheers,Nick

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Michael Blumenkrantz
theme bug. fixed.

On Wed, Jun 12, 2013 at 12:01 PM, Nikolas Arend sns...@gmail.com wrote:

 On 06/12/2013 08:41 AM, Michael Blumenkrantz wrote:
  fixed

 Thanks much! However, there still seem to be some inconsistencies in the
 way hovering gadgets behave:

 - I noticed that mouse-clicks are now passed through to the desktop. If
 the gadget layer is active and I left-click on a window title bar, the
 window is (in my case) raised and focused, which is what I would expect.
 If I left-click somewhere on a window itself (not its bar) I get the
 left-click on background action (main menu pops up in my case)

 - Sometimes (erratically for all I can tell), clicking on either a
 window or the background would not trigger the hovering gadgets to
 disappear. I can have mouse interactions with the windows (e.g. marking
 text), but the gadget layer is still active. So far a mouse-click
 anywhere but on a hovering gadget would cause them to hide


 Cheers,Nick



 
  On Tue, Jun 11, 2013 at 8:53 PM, Nikolas Arend sns...@gmail.com wrote:
 
  On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:
  The old thread was too long for me to see if I fixed everything, so
 post
  here if you have a bug that's present using the latest revision.
 
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
  Hello,
 
  The recent fixes/changes seem to have messed with hovering gadgets
  again. I have an ibar, pager, tasks, evry-starter, and places module
  configured on the hover layer. However, after toggling them and
  mouse-clicking on either the pager or the underlying desktop background,
  all gadgets are frozen with respect to the mouse. I have to maneuver to
  a desktop with windows on it again (using a keyboard shortcut) and click
  on a window to make the hover layer disappear and regain control of the
  desktop. Clicking on the bare desktop background would not hide the
  gadgets.
 
  Let me know if you need any other information.
 
 
  Thanks,   Nick
 
 
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Michael Blumenkrantz
fixed

On Wed, Jun 12, 2013 at 1:54 PM, Nikolas Arend sns...@gmail.com wrote:

 On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:
  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 When dragging and dropping a window from the pager (which can be either
 a gadget or located in a shelf) to the currently active desktop, the
 window shows up correctly in the pager, but not on the desktop. I have
 to switch to another desktop and back for it to appear.


 Cheers,Nick


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Michael Blumenkrantz
http://25.media.tumblr.com/21a4ffc7acb416cadf728a193e81997d/tumblr_moa942lrHP1rrju89o1_400.png

On Wed, Jun 12, 2013 at 12:07 PM, Nikolas Arend sns...@gmail.com wrote:

 On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:

 Hi,

 My systray, which I have in a top border shelf somewhere on the right,
 is now sometimes jumping to the very left edge of the shelf. In my
 case it there overlaps the start module. This seems to be triggered by

 - modifying the shelf settings
 - changing the screen setup, i.e. output and resolution changes through
 xrandr

 An e - restart fixes the issue and the systray goes back to its
 original place.


 Thanks,   Nick



  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.
 
 --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Nikolas Arend
On 06/12/2013 03:07 PM, Michael Blumenkrantz wrote:
 fixed

I can confirm that drag'n drop from pager to the current desktop is fixed.

However, now I have the same problem within the pager module: drag'n 
dropping a window from one pager pane to another requires a desktop 
switch to make the window show up.


Nick



 On Wed, Jun 12, 2013 at 1:54 PM, Nikolas Arend sns...@gmail.com wrote:

 On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 When dragging and dropping a window from the pager (which can be either
 a gadget or located in a shelf) to the currently active desktop, the
 window shows up correctly in the pager, but not on the desktop. I have
 to switch to another desktop and back for it to appear.


 Cheers,Nick


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Nikolas Arend
On 06/12/2013 02:58 PM, Michael Blumenkrantz wrote:
 theme bug. fixed.

Looks like issue #1 is fixed here, the behavior is basically that from 
before the gadman rewrite.

Unfortunately, the (maybe unintended) pass-through feature seems to be 
gone, i.e. clicking on a window or window title with active gadget hover 
layer does not raise/focus/... it anymore.

Nick




 On Wed, Jun 12, 2013 at 12:01 PM, Nikolas Arend sns...@gmail.com wrote:

 On 06/12/2013 08:41 AM, Michael Blumenkrantz wrote:
 fixed
 Thanks much! However, there still seem to be some inconsistencies in the
 way hovering gadgets behave:

 - I noticed that mouse-clicks are now passed through to the desktop. If
 the gadget layer is active and I left-click on a window title bar, the
 window is (in my case) raised and focused, which is what I would expect.
 If I left-click somewhere on a window itself (not its bar) I get the
 left-click on background action (main menu pops up in my case)

 - Sometimes (erratically for all I can tell), clicking on either a
 window or the background would not trigger the hovering gadgets to
 disappear. I can have mouse interactions with the windows (e.g. marking
 text), but the gadget layer is still active. So far a mouse-click
 anywhere but on a hovering gadget would cause them to hide


 Cheers,Nick



 On Tue, Jun 11, 2013 at 8:53 PM, Nikolas Arend sns...@gmail.com wrote:

 On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:
 The old thread was too long for me to see if I fixed everything, so
 post
 here if you have a bug that's present using the latest revision.

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 Hello,

 The recent fixes/changes seem to have messed with hovering gadgets
 again. I have an ibar, pager, tasks, evry-starter, and places module
 configured on the hover layer. However, after toggling them and
 mouse-clicking on either the pager or the underlying desktop background,
 all gadgets are frozen with respect to the mouse. I have to maneuver to
 a desktop with windows on it again (using a keyboard shortcut) and click
 on a window to make the hover layer disappear and regain control of the
 desktop. Clicking on the bare desktop background would not hide the
 gadgets.

 Let me know if you need any other information.


 Thanks,   Nick



 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread Gustavo Lima Chaves
* Michael Blumenkrantz michael.blumenkra...@gmail.com [2013-06-12 09:15:21 
+0100]:

 On Wed, Jun 12, 2013 at 3:17 AM, Gustavo Lima Chaves
 gl...@profusion.mobiwrote:
 
  * Carsten Haitzler ras...@rasterman.com [2013-06-12 09:02:31 +0900]:
 
   On Tue, 11 Jun 2013 16:35:01 +0100 Ian Lee ian.rob@gmail.com said:
  
Application based resize markers don't let me resize the application.
   
I sometimes use my keyboard on another system, when I plug it back in
  it
defaults to the X11 keyboard layout which is US and not what is
  configure
in E17
  
   e has no xinput hotplug support at all. there is zero code, so you
  basically
   just get whatever xorg is configured to do by default with a new kbd
  device - i
   think in xorg.conf. e has no idea you plugged in a new keyboard (or
  mouse etc.).
 
  - on e dialogs, checkboxes toggled by the spacebar only get re-drawn after
  we unselect the item
 
 
 there's no code anywhere which handles keyboard for check widgets...where
 are you seeing it?
 

Call a window's menu, navigate by keyboard on it from now on.
Enable quickaccess, enter its menu, try to change those checks with the space 
bar.
You toggle, press the down arrow to only then see the new value.

 
 
  - quickaccess has lots of bugs. i think it gets misconfigured, for
non-transient windows (only mode that matters for me), very easily. at
  least on e restart/re-login, i can say.
 
 
 I guess this got broken a few months ago by my rewrite of the module
 loading subsystem. fixed now
 
 
  
On 11 June 2013 16:15, Massimo Maiurana maiur...@gmail.com wrote:
   
 Michael Blumenkrantz, il 11/06/2013 12:32, ha scritto:
  efl bug, see http://edevel.tumblr.com/image/52633161038
 

 :)))


 --

   Massimo Maiurana   GPG keyID #7044D601

   La fede e' credere in cio' che sai non essere vero
 [Mark Twain]



  --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

   
  --
This SF.net email is sponsored by Windows:
   
Build for Windows Store.
   
http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
   
  
  
   --
   - Codito, ergo sum - I code, therefore I am --
   The Rasterman (Carsten Haitzler)ras...@rasterman.com
  
  
  
  --
   This SF.net email is sponsored by Windows:
  
   Build for Windows Store.
  
   http://p.sf.net/sfu/windows-dev2dev
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
  --
  Gustavo Lima Chaves
  Senior Developer @ Intel - Open Source Technology Center
 
 
  --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-- 
Gustavo Lima Chaves
Senior Developer @ Intel - Open Source Technology Center

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-12 Thread thomasg
On Tue, Jun 11, 2013 at 11:55 AM, Michael Blumenkrantz
michael.blumenkra...@gmail.com wrote:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.
 --

I have an DPMS related bug.
I'm not sure there isn't a deeper X/driver issue, but it seems to be
largely a bug within E.

Issue: After manually activating DPMS (which partially fails), E will
have a full black screen, only the mouse is visible (and the mouse
even changes to X cursor for some windows at their position.
I can (blindly) open Evry and do a enlightenment_remote -restart
(because I always forget there's a keyboard shortcut for restart...),
after the restart it will become fully unresponsive and I will have to
kill/restart E.

Steps to reproduce:
1) execute xset dpms force off
2) display will switch off for one second and turn on again
3) E is broken / black screen of death

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] E18 CFBugs #2

2013-06-11 Thread Michael Blumenkrantz
The old thread was too long for me to see if I fixed everything, so post
here if you have a bug that's present using the latest revision.
--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread Massimo Maiurana
Michael Blumenkrantz, il 11/06/2013 11:55, ha scritto:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

Using yesterday git I have E fonts messed up at every startup, some
letters are shown at the correct size while others are much bigger. See
screenshot attached.
Restarting with ctrl+alt+end fixes it, but I have to do it every time I
start E.

-- 

  Massimo Maiurana   GPG keyID #7044D601

  La fede e' credere in cio' che sai non essere vero
[Mark Twain]
attachment: menu.png--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread Michael Blumenkrantz
efl bug, see http://edevel.tumblr.com/image/52633161038

On Tue, Jun 11, 2013 at 11:25 AM, Massimo Maiurana maiur...@gmail.comwrote:

 Michael Blumenkrantz, il 11/06/2013 11:55, ha scritto:
  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.

 Using yesterday git I have E fonts messed up at every startup, some
 letters are shown at the correct size while others are much bigger. See
 screenshot attached.
 Restarting with ctrl+alt+end fixes it, but I have to do it every time I
 start E.

 --

   Massimo Maiurana   GPG keyID #7044D601

   La fede e' credere in cio' che sai non essere vero
 [Mark Twain]


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread Tom Hacohen
On 11/06/13 11:25, Massimo Maiurana wrote:
 Michael Blumenkrantz, il 11/06/2013 11:55, ha scritto:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

 Using yesterday git I have E fonts messed up at every startup, some
 letters are shown at the correct size while others are much bigger. See
 screenshot attached.
 Restarting with ctrl+alt+end fixes it, but I have to do it every time I
 start E.

Should be fixed with 3137e18962146fa3a1f5565c4d84dbb2759056c9.

Try it.

--
Tom.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread thomasg
On Tue, Jun 11, 2013 at 11:55 AM, Michael Blumenkrantz
michael.blumenkra...@gmail.com wrote:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.
 --

I have a tough one for you:
1) Necessary options: Sloppy or Pointer Focus
2) Open 2 Windows, one random, one mplayer.
3) Klick on the border of random window to raise it
4) Focus the mplayer window by moving the mouse to it, don't click (on border)
5) press 'f' to make mplayer fullscreen

You should notice, that the mplayer fullscreen window is below the
other window (and possibly below some others as well.
To work around that, press 'f' twice to make it go out of fullscreen
and fullscreen again, than it works. Also klicking the border to
focus, not just moving the mouse usually works.

Expected result: an fullscreen window should always be on top,
allow_above_fullscreen is off.

Sometimes, though not reproducibly, other windows are still above an
mplayer fullscreen window, then the workarounds often don't work and a
E restart is necessary to fix it.

This might be related to another problem I've been having but not been
able to reproduce: sometimes E doesn't seem to react to focus events,
this means the border doesn't change if focused and many things might
not work (even though most events are propagated through to the
window). Here also, only restart helps.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread Luca Galli
On Tue, 11 Jun 2013 10:55:23 +0100
Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

* Systray always visible when using fullscreen applications (mplayer,
games, etc..).
* Files in efm disappear when I click between two icons and I try to
select one of them. A refresh is necessary to show them again.
* In Steam, popups from groups, instead of disappear after some time,
become a small rectangle in the top left corner of the screen and they
keep on being visible in the task gadget.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread Michael Blumenkrantz
fixed

On Tue, Jun 11, 2013 at 11:48 AM, thomasg tho...@gstaedtner.net wrote:

 On Tue, Jun 11, 2013 at 11:55 AM, Michael Blumenkrantz
 michael.blumenkra...@gmail.com wrote:
  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.
 
 --

 I have a tough one for you:
 1) Necessary options: Sloppy or Pointer Focus
 2) Open 2 Windows, one random, one mplayer.
 3) Klick on the border of random window to raise it
 4) Focus the mplayer window by moving the mouse to it, don't click (on
 border)
 5) press 'f' to make mplayer fullscreen

 You should notice, that the mplayer fullscreen window is below the
 other window (and possibly below some others as well.
 To work around that, press 'f' twice to make it go out of fullscreen
 and fullscreen again, than it works. Also klicking the border to
 focus, not just moving the mouse usually works.

 Expected result: an fullscreen window should always be on top,
 allow_above_fullscreen is off.

 Sometimes, though not reproducibly, other windows are still above an
 mplayer fullscreen window, then the workarounds often don't work and a
 E restart is necessary to fix it.

 This might be related to another problem I've been having but not been
 able to reproduce: sometimes E doesn't seem to react to focus events,
 this means the border doesn't change if focused and many things might
 not work (even though most events are propagated through to the
 window). Here also, only restart helps.


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread Michael Blumenkrantz
On Tue, Jun 11, 2013 at 12:43 PM, Luca Galli ji...@fastwebnet.it wrote:

 On Tue, 11 Jun 2013 10:55:23 +0100
 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

  The old thread was too long for me to see if I fixed everything, so post
  here if you have a bug that's present using the latest revision.

 * Systray always visible when using fullscreen applications (mplayer,
 games, etc..).


fixed


 * Files in efm disappear when I click between two icons and I try to
 select one of them. A refresh is necessary to show them again.


fixed


 * In Steam, popups from groups, instead of disappear after some time,
 become a small rectangle in the top left corner of the screen and they
 keep on being visible in the task gadget.


screenshots? is this steam for linux? need more details since I've never
used it




 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread Tom Hacohen
On 11/06/13 14:19, Michael Blumenkrantz wrote:
 On Tue, Jun 11, 2013 at 12:43 PM, Luca Galli ji...@fastwebnet.it wrote:

 On Tue, 11 Jun 2013 10:55:23 +0100
 Michael Blumenkrantz michael.blumenkra...@gmail.com wrote:

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

 * Systray always visible when using fullscreen applications (mplayer,
 games, etc..).


 fixed


 * Files in efm disappear when I click between two icons and I try to
 select one of them. A refresh is necessary to show them again.


 fixed


 * In Steam, popups from groups, instead of disappear after some time,
 become a small rectangle in the top left corner of the screen and they
 keep on being visible in the task gadget.


 screenshots? is this steam for linux? need more details since I've never
 used it


I think it's time you install Steam again and play a few games. For the 
sake of bug fixing, of course.

--
Tom.


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread Massimo Maiurana
Michael Blumenkrantz, il 11/06/2013 12:32, ha scritto:
 efl bug, see http://edevel.tumblr.com/image/52633161038
 

:)))


-- 

  Massimo Maiurana   GPG keyID #7044D601

  La fede e' credere in cio' che sai non essere vero
[Mark Twain]

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread Ian Lee
Application based resize markers don't let me resize the application.

I sometimes use my keyboard on another system, when I plug it back in it
defaults to the X11 keyboard layout which is US and not what is configure
in E17



On 11 June 2013 16:15, Massimo Maiurana maiur...@gmail.com wrote:

 Michael Blumenkrantz, il 11/06/2013 12:32, ha scritto:
  efl bug, see http://edevel.tumblr.com/image/52633161038
 

 :)))


 --

   Massimo Maiurana   GPG keyID #7044D601

   La fede e' credere in cio' che sai non essere vero
 [Mark Twain]


 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread Nikolas Arend
On 06/11/2013 11:55 AM, Michael Blumenkrantz wrote:
 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.
 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Hello,

The recent fixes/changes seem to have messed with hovering gadgets 
again. I have an ibar, pager, tasks, evry-starter, and places module 
configured on the hover layer. However, after toggling them and 
mouse-clicking on either the pager or the underlying desktop background, 
all gadgets are frozen with respect to the mouse. I have to maneuver to 
a desktop with windows on it again (using a keyboard shortcut) and click 
on a window to make the hover layer disappear and regain control of the 
desktop. Clicking on the bare desktop background would not hide the 
gadgets.

Let me know if you need any other information.


Thanks,   Nick

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread The Rasterman
On Tue, 11 Jun 2013 16:35:01 +0100 Ian Lee ian.rob@gmail.com said:

 Application based resize markers don't let me resize the application.
 
 I sometimes use my keyboard on another system, when I plug it back in it
 defaults to the X11 keyboard layout which is US and not what is configure
 in E17

e has no xinput hotplug support at all. there is zero code, so you basically
just get whatever xorg is configured to do by default with a new kbd device - i
think in xorg.conf. e has no idea you plugged in a new keyboard (or mouse etc.).

 On 11 June 2013 16:15, Massimo Maiurana maiur...@gmail.com wrote:
 
  Michael Blumenkrantz, il 11/06/2013 12:32, ha scritto:
   efl bug, see http://edevel.tumblr.com/image/52633161038
  
 
  :)))
 
 
  --
 
Massimo Maiurana   GPG keyID #7044D601
 
La fede e' credere in cio' che sai non essere vero
  [Mark Twain]
 
 
  --
  This SF.net email is sponsored by Windows:
 
  Build for Windows Store.
 
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 


-- 
- Codito, ergo sum - I code, therefore I am --
The Rasterman (Carsten Haitzler)ras...@rasterman.com


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread Gustavo Lima Chaves
* Carsten Haitzler ras...@rasterman.com [2013-06-12 09:02:31 +0900]:

 On Tue, 11 Jun 2013 16:35:01 +0100 Ian Lee ian.rob@gmail.com said:
 
  Application based resize markers don't let me resize the application.
  
  I sometimes use my keyboard on another system, when I plug it back in it
  defaults to the X11 keyboard layout which is US and not what is configure
  in E17
 
 e has no xinput hotplug support at all. there is zero code, so you basically
 just get whatever xorg is configured to do by default with a new kbd device - 
 i
 think in xorg.conf. e has no idea you plugged in a new keyboard (or mouse 
 etc.).

- on e dialogs, checkboxes toggled by the spacebar only get re-drawn after we 
unselect the item

- quickaccess has lots of bugs. i think it gets misconfigured, for
  non-transient windows (only mode that matters for me), very easily. at least 
on e restart/re-login, i can say.

 
  On 11 June 2013 16:15, Massimo Maiurana maiur...@gmail.com wrote:
  
   Michael Blumenkrantz, il 11/06/2013 12:32, ha scritto:
efl bug, see http://edevel.tumblr.com/image/52633161038
   
  
   :)))
  
  
   --
  
 Massimo Maiurana   GPG keyID #7044D601
  
 La fede e' credere in cio' che sai non essere vero
   [Mark Twain]
  
  
   --
   This SF.net email is sponsored by Windows:
  
   Build for Windows Store.
  
   http://p.sf.net/sfu/windows-dev2dev
   ___
   enlightenment-devel mailing list
   enlightenment-devel@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
  --
  This SF.net email is sponsored by Windows:
  
  Build for Windows Store.
  
  http://p.sf.net/sfu/windows-dev2dev
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
  
 
 
 -- 
 - Codito, ergo sum - I code, therefore I am --
 The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 --
 This SF.net email is sponsored by Windows:
 
 Build for Windows Store.
 
 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-- 
Gustavo Lima Chaves
Senior Developer @ Intel - Open Source Technology Center

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] E18 CFBugs #2

2013-06-11 Thread Daniel Juyung Seo
I have another focus issue.
Also this was introduced a while ago. Maybe a month? I don't remember the
date exactly (sorry for not reporting the issue. lazy..)

1. there are two terminologies A and B in one virtual desktop.
2. A is focused and can get the keyboard input.
3. ALT + TAB
4. Still A has a focus. Still A gets the keyboard input.

When I press alt+tab, both A and B's boarders are lighlighted as if the
focus move from A to B and from B to A again.

My e18 focus settings is:
- Focus Policy : Sloppy
- New Window Focus : All windows

If you need more information, let me know.
Thanks in advance.

Daniel Juyung Seo (SeoZ)




On Tue, Jun 11, 2013 at 6:55 PM, Michael Blumenkrantz 
michael.blumenkra...@gmail.com wrote:

 The old thread was too long for me to see if I fixed everything, so post
 here if you have a bug that's present using the latest revision.

 --
 This SF.net email is sponsored by Windows:

 Build for Windows Store.

 http://p.sf.net/sfu/windows-dev2dev
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel