>
> I wonder if anyone with more enlightenment knowledge than me could  
> possibly
> figure out how to duplicate the functionality of syscon and allow us to
> create the user-selectable action menu as discussed above...
>
> It would allow a long press on the aux key to bring up a "favorite
> applications" menu with 4-6 user selectable apps.
> Would be great to have something like the dialer, contacts, the rotate  
> app
> mentioned, and shr-settings on a quick launch pop up like this....
>
>
> As far as getting the syscon menu to correctly lock, from what I read on
> some other boards it seems that the lock button is calling the wrong lock
> function.
> It is calling "Desktop Lock" instead of "Desktop Simple Lock".  Perhaps
> someone with more edje knowledge than me could change this?
>
> Thanks,
> -Dan Staley
>

It is supposed to be sort of simple with edje but there is no simple edj  
file for syscon.... I finally found the sources here  
http://trac.enlightenment.org/e/changeset/37797, it looks like the layout  
is hardcoded in modules/syscon/e_syscon.c and the actions are in  
illume/e.src the offending section would be:
        796       group "syscon.actions" list {
        797         group "E_Config_Syscon_Action" struct {
        798           value "action" string: "desk_lock";
        799           value "button" string: "button";
        800           value "icon" string: "enlightenment/desklock_menu";
        801           value "is_main" int: 1;
        802         }
        803       }

so line 798 should be:
        798           value "action" string: "simple_lock";

Now sombody needs to explain what to do with a *.src file....

Cheers,

Ido
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to