Re: [e-users] E18 modules Teamwork and Application Menu: where can I find more information?

2013-12-26 Thread Jose Souza
You can test application menu in elementary_test in 'Main menu' example. To enable it in GTK you need install "appmenu-gtk" and set this enviroment variable 'UBUNTU_MENUPROXY="libappmenu.so"' Information about TeamWork you can find here: https://e18releasemanager.wordpress.com/2013/06/14/monsters/

Re: [e-users] Is there *real* documentation for edje?

2013-10-29 Thread Jose Souza
Have you read this? http://docs.enlightenment.org/auto/edje/edcref.html On Tue, Oct 29, 2013 at 5:14 PM, Robert Heller wrote: > I am trying to write an alternitive version of the Enlightenment's 'start > menu', where instead of a cascade menu it is a three column thingy (I am > not > sure what

Re: [e-users] Help getting Empris modules going

2013-01-15 Thread Jose Souza
I think that EMpris support Mpris version 1, maybe some of these player export the version 2. You could check it with d-feet. On Tue, Jan 15, 2013 at 7:53 AM, Andreas Martens wrote: > Hey Eddie > > On 15 January 2013 08:04, Eddie Baxter wrote: > >> Hey everyone, I'm fairly new to e17, been using

Re: [e-users] Crash on efreet-init()

2012-12-03 Thread Jose Souza
Its seen that efreet_language_get() in efreet_cache_init() is returning NULL... On Sun, Dec 2, 2012 at 3:50 PM, mik firestone wrote: > CTION__ = "_edbus_message_arguments_vset" > #9 0xb7186732 in _edbus_proxy_vcall (prox --

Re: [e-users] Enlil error using easy_e17.sh

2012-11-13 Thread Jose Souza
Try first install this dependency apt-get install libiptcdata0-dev On Tue, Nov 13, 2012 at 5:16 PM, Andrea De Paola wrote: > Hello > > I'm trying to install e17 on debian wheezy, using the script > easy_e17.sh (it's not very easy for me). > > I'm using the development version of the script (revi

Re: [e-users] Fileman dbus error

2012-07-20 Thread Jose Souza
Could you please attach gdb logs? You have tryed update your e17? Look below the actual line 202 of e/src/modules/fileman/e_mod_ dbus.c Efreet_Uri *uri = efreet_uri_decode(param_file); real_file = NULL; if (uri) { if ((uri->protocol) && (strcmp(uri->protoco