On 04/30/2010 10:02 PM, Gustavo Sverzut Barbieri wrote:
> Hi all,
>
> I've noticed some breakages with last E17... actually an unfortunate
> "svn up + make" made me get the exact version from ZMike that br0ken
> e_config and then I had to start from a fresh profile... what would be
> just a trivial annoyance ended as an excellent test to try to
> configure E17 to my like... and to found part of it is not working :-D
>
> So far I've noticed:
>
>     - conf_keybindings: right list association is broken, likely this
> is my fault due some stringshare change where things are not
> stringshared... maybe not, needs investigating.
>
>      - editing virtual desktops is not possible anymore. Settings>
> Screen>  Virtual Desktops. clicking at the desktop preview should
> create a dialog to configure it, but it is not receiving the mouse
> down! :-(   I tried some basic printf() investigation and nothing
> clear comes to mind, none of the objects in the hierarchy is set to
> pass_events, the object is visible and all... but no
> EVAS_CALLBACK_MOUSE_DOWN to it :-/
>
this seems to be happening due to the deskpreview widget using e_icon. I 
have a mouse_down callback in the deskpreview widget (see line 95) but 
it appears that it's not being called :( Hrrmm...will have to look into 
this more after the weekend.

dh

>     - couple of critical warnings from eina in stderr. export
> EINA_LOG_ABORT=1;  gdb enlightenment_start;  bt at abort() and have
> fun!
>
>
> I'm recompiling the whole stack with debug to hunt those tomorrow, but
> any help is appreciated.  If you are experiencing other bugs, just
> reply to this mail.  Provide some steps to reproduce and if possible a
> backtrace from GDB or Valgrind.
>
> BR,
>


------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to