Re: [e-users] Fileman dbus error

2012-07-20 Thread rustyBSD
I have this error when doing: right-clic -> open with -> enlightenment file manager When simply double-clicking on the folder, file manager opens and is empty (no file appears). I modified e_mod_dbus.c like this (line 188): printf("FIRST URI: %s\n", param_file); char *pp = strstr(param_fi

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

[e-users] Fileman dbus error

2012-07-19 Thread rustyBSD
Hi, I can't use enlightenment's file manager because of the error : org.enlightenment.FileManager.Error unsupported protocol It seems to come from line 202 of e/src/modules/fileman/e_mod_dbus.c Does someone know how I can get it work ? (I'm using Fedora 17) Thanks, Max -