[e-users] Trying to run Terminology in the fbcon

2014-03-14 Thread John Magolske
Hi,

I just installed terminology (version 0.5.99) on Debian Sid like so:

aptitude install e17
aptitude install e17-dev
aptitude install libelementary-bin
aptitude install libelementary-dev
aptitude install libemotion-dev
aptitude install libethumb-dev
git clone git://git.enlightenment.org/apps/terminology.git
cd terminology
./autogen.sh
make
make install

It runs fine in X11 -- a very nice terminal indeed. But I can't
seem to get it running in the framebuffer console. According to
http://www.enlightenment.org/p.php?p=about/terminology :

* Works directly in the linux framebuffer (fbcon)

But upon switching to a VT running a framebuffer console and trying to
run terminology:

% terminology
ERR11682:elementary elm_config.c:2196 _elm_config_sub_init()
   Cannot connect to X11 display. check $DISPLAY variable
ERR11682:eldbus lib/eldbus/eldbus_core.c:1003 _connection_get()
   Error connecting to bus of type 1.
   error name: org.freedesktop.DBus.Error.NotSupported
   error message: Unable to autolaunch a dbus-daemon without a 
$DISPLAY for X11
ERR11682:lib/eldbus/eldbus_core.c:1065 eldbus_connection_get() safety 
check failed:
   conn == NULL
CRI11682:elementary elm_win.c:2388 elm_win_add() Software X11 engine 
creation failed.
   Trying default.
ERR11682:elementary elm_win.c:2574 elm_win_add() Cannot create window.

Any suggestions/clarifications much appreciated,

John

-- 
John Magolske
http://B79.net/contact

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Trying to run Terminology in the fbcon

2014-03-14 Thread The Rasterman
On Thu, 13 Mar 2014 23:55:54 -0700 John Magolske listm...@b79.net said:

do:

  export ELM_ENGINE=fb
  terminology

if that doesn't work - maybe you don't have permission to /dev/fb* (write
perms). what about /dev/console, /dev/tty*, /dev/input/... ? the simple way to
get around perms to start with is.. run as root:

  sudo terminology

it could be your efl is not built with fb support.

 Hi,
 
 I just installed terminology (version 0.5.99) on Debian Sid like so:
 
 aptitude install e17
 aptitude install e17-dev
 aptitude install libelementary-bin
 aptitude install libelementary-dev
 aptitude install libemotion-dev
 aptitude install libethumb-dev
 git clone git://git.enlightenment.org/apps/terminology.git
 cd terminology
 ./autogen.sh
 make
 make install
 
 It runs fine in X11 -- a very nice terminal indeed. But I can't
 seem to get it running in the framebuffer console. According to
 http://www.enlightenment.org/p.php?p=about/terminology :
 
 * Works directly in the linux framebuffer (fbcon)
 
 But upon switching to a VT running a framebuffer console and trying to
 run terminology:
 
 % terminology
 ERR11682:elementary elm_config.c:2196 _elm_config_sub_init()
Cannot connect to X11 display. check $DISPLAY variable
 ERR11682:eldbus lib/eldbus/eldbus_core.c:1003 _connection_get()
Error connecting to bus of type 1.
error name: org.freedesktop.DBus.Error.NotSupported
error message: Unable to autolaunch a dbus-daemon without a
 $DISPLAY for X11 ERR11682:lib/eldbus/eldbus_core.c:1065
 eldbus_connection_get() safety check failed: conn == NULL
 CRI11682:elementary elm_win.c:2388 elm_win_add() Software X11 engine
 creation failed. Trying default.
 ERR11682:elementary elm_win.c:2574 elm_win_add() Cannot create window.
 
 Any suggestions/clarifications much appreciated,
 
 John
 
 -- 
 John Magolske
 http://B79.net/contact
 
 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


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


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFL 1.8.5 + E 0.18.5: Everything module pops up at desktop corner instead of center

2014-03-14 Thread Pavel Reznicek

Hi,

On Thu, 13 Mar 2014, Stefano wrote:

 On Thu, 13 Mar 2014 10:21:19 +0100 (CET)
 PR wrote:


 Hi,

 On Wed, 12 Mar 2014, Will Hopper wrote:

 happens to me too! I would appreciate any suggestions.


 On Wed, Mar 12, 2014 at 3:45 PM, Stefano pietran...@gmail.com wrote:

 As per subject,

 since I updated to EFL 1.8.5 + E 0.18.5, the everything module pops up in a
 corner of the screen.

 The module's configuration (geometry tab) has not changed since, and if I
 change it, the pop up still appears in the top left corner of the desktop.

 I've enve tried to move the window to the center by pressing Alt+Left Mouse
 Button and then applying window locks and remembers, but that did not work.

 Any suggestions are appreciated.

 Happens to me too. With E 0.18.5 update, there is also another similar
 issue - restarting enlightenment results in all windows to move into the
 top left corner. Guessing from the commits between 0.18.4 and 0.18.5,
 removing the patch:

 bugfix: set border starting geometry from initial zone

 seems to revert to the old behaviour.

 Cheers,
 Pavel

 Hi,

 I couldn't find the commit with 'git log --grep=bugfix: set border starting
 geometry from initial zone'. It would be helpful if you could drop the sha1
 here.

Here it is:

https://git.enlightenment.org/core/enlightenment.git/commit/?id=551729ae533962eb1646cf5315f4a93d0297569e

 That commit being a bugfix, I wonder if removing it won't cause any 
 regressions.

Well, running E 0.18.5 with this patch reversed, everything module shows 
at the correct place. I do not experience any additional issues that would 
not be there in E 0.18.4. But of course it could be fixing behaviour in 
occasions I have not met with. Only the author of the fix could comment 
here.

Cheers,
Pavel


 Best,


 -- 
 Stefano

 Fortune of the day: Better hope the life-inspector doesn't come around while
 you have your life in such a mess.


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Evas can load PNG??

2014-03-14 Thread Wido
No, I don't have multiple EFL installs, only e19 (from git).

The strange part is that, even when I got that message, I don't notice any
odd behaviour (except th eplaces modules that show the header but don't
list anything, even when eeze find things).

Also, terminology seems to load the png file just fine, why does
terminology works loading png, but E19 doesn't? it doesn't make much sense
to me since E19 and TY are using the same libs.


2014-03-13 21:09 GMT-03:00 Carsten Haitzler ras...@rasterman.com:

 On Thu, 13 Mar 2014 19:22:02 -0300 Wido wido...@gmail.com said:

  Ok, that file is there. And is fine. And I could even see it with tyls,
  from terminology.
 
  frankie:/opt/e19/share/enlightenment/data/images$ ls -l
  total 24
  -rw-r--r-- 1 root root 2046 mar  6 21:21 enlightenment.png
  -rw-r--r-- 1 root root 4703 mar  6 21:21 test.edj
  -rw-r--r-- 1 root root  625 mar  6 21:21 test.jpg
  -rw-r--r-- 1 root root  194 mar  6 21:21 test.png
  -rw-r--r-- 1 root root 1927 mar  6 21:21 test.svg

 then somehow your evas being used is built without png loading support.
 maybe
 you have multiple evas installs? but that test tries to load that png and
 if
 that fails... guess what. :)

  2014-03-13 0:10 GMT-03:00 Carsten Haitzler ras...@rasterman.com:
 
   On Wed, 12 Mar 2014 22:29:35 -0300 Wido wido...@gmail.com said:
  
I haven't deleted it and is not a package but the good old configure
 
make  sudo make install.
   
what's the name and where should it be (target dir)?
  
   PREFIX/share/enlightenment/data/images/test.png
  
   
2014-03-12 20:49 GMT-03:00 Carsten Haitzler ras...@rasterman.com:
   
 On Wed, 12 Mar 2014 19:53:35 -0300 Wido wido...@gmail.com said:

  Hi Guys,
 
  I just noticed in my ~.xsession-errors file that, when E19
 (latest
   from
  git) starts, it shows an error saying it can't load PNG files.
 
  I'm using Debian Jessie (testing) in AMD64. I reinstalled
 libpng12
   and
  libpng12-dev, reuqired to compile. I re-configured and
 re-installed
 EFL1.9
  (latest, from git) and I made sure png is selected. It's marked
 as
  'static', which I'm not sure what it means, but other things are
   marked
  like that so I assume that's fine.
 
  What else could I try to be really really sure there is a problem
   loading
  png files?
 
  thanks!

 missing test png file that e ships and installs and tires to load
 on
   start
 to
 tell you if it works or not. you deleted it or didn't package it
 etc.?


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


   
   
--
Wido
  
  
   --
   - Codito, ergo sum - I code, therefore I am
 --
   The Rasterman (Carsten Haitzler)ras...@rasterman.com
  
  
 
 
  --
  Wido
 
 --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and
 their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-users mailing list
  enlightenment-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-users
 


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




-- 
Wido
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Evas can load PNG??

2014-03-14 Thread Davide Andreoli
2014-03-14 21:29 GMT+01:00 Wido wido...@gmail.com:

 No, I don't have multiple EFL installs, only e19 (from git).

 The strange part is that, even when I got that message, I don't notice any
 odd behaviour (except th eplaces modules that show the header but don't
 list anything, even when eeze find things).


places do dot use eeze (yet), it use udisks. Look at the last lines of the
places
configure script, you should see this:

Device Backends:
 * build udisks (eldbus): yes (default)
 * build eeze...: no (experimental)

the eeze backend do nothing in places atm, you need to use the udisks
backend



 Also, terminology seems to load the png file just fine, why does
 terminology works loading png, but E19 doesn't? it doesn't make much sense
 to me since E19 and TY are using the same libs.


 2014-03-13 21:09 GMT-03:00 Carsten Haitzler ras...@rasterman.com:

  On Thu, 13 Mar 2014 19:22:02 -0300 Wido wido...@gmail.com said:
 
   Ok, that file is there. And is fine. And I could even see it with tyls,
   from terminology.
  
   frankie:/opt/e19/share/enlightenment/data/images$ ls -l
   total 24
   -rw-r--r-- 1 root root 2046 mar  6 21:21 enlightenment.png
   -rw-r--r-- 1 root root 4703 mar  6 21:21 test.edj
   -rw-r--r-- 1 root root  625 mar  6 21:21 test.jpg
   -rw-r--r-- 1 root root  194 mar  6 21:21 test.png
   -rw-r--r-- 1 root root 1927 mar  6 21:21 test.svg
 
  then somehow your evas being used is built without png loading support.
  maybe
  you have multiple evas installs? but that test tries to load that png and
  if
  that fails... guess what. :)
 
   2014-03-13 0:10 GMT-03:00 Carsten Haitzler ras...@rasterman.com:
  
On Wed, 12 Mar 2014 22:29:35 -0300 Wido wido...@gmail.com said:
   
 I haven't deleted it and is not a package but the good old
 configure
  
 make  sudo make install.

 what's the name and where should it be (target dir)?
   
PREFIX/share/enlightenment/data/images/test.png
   

 2014-03-12 20:49 GMT-03:00 Carsten Haitzler ras...@rasterman.com
 :

  On Wed, 12 Mar 2014 19:53:35 -0300 Wido wido...@gmail.com
 said:
 
   Hi Guys,
  
   I just noticed in my ~.xsession-errors file that, when E19
  (latest
from
   git) starts, it shows an error saying it can't load PNG files.
  
   I'm using Debian Jessie (testing) in AMD64. I reinstalled
  libpng12
and
   libpng12-dev, reuqired to compile. I re-configured and
  re-installed
  EFL1.9
   (latest, from git) and I made sure png is selected. It's marked
  as
   'static', which I'm not sure what it means, but other things
 are
marked
   like that so I assume that's fine.
  
   What else could I try to be really really sure there is a
 problem
loading
   png files?
  
   thanks!
 
  missing test png file that e ships and installs and tires to load
  on
start
  to
  tell you if it works or not. you deleted it or didn't package it
  etc.?
 
 
  --
  - Codito, ergo sum - I code, therefore I am
--
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 


 --
 Wido
   
   
--
- Codito, ergo sum - I code, therefore I am
  --
The Rasterman (Carsten Haitzler)ras...@rasterman.com
   
   
  
  
   --
   Wido
  
 
 --
   Learn Graph Databases - Download FREE O'Reilly Book
   Graph Databases is the definitive new guide to graph databases and
  their
   applications. Written by three acclaimed leaders in the field,
   this first edition is now available. Download your free book today!
   http://p.sf.net/sfu/13534_NeoTech
   ___
   enlightenment-users mailing list
   enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 


 --
 Wido

 --
 Learn Graph Databases - Download FREE O'Reilly Book
 Graph Databases is the definitive new guide to graph databases and their
 applications. Written by three acclaimed leaders in the field,
 this first edition is now available. Download your free book today!
 http://p.sf.net/sfu/13534_NeoTech
 ___
 enlightenment-users mailing list
 enlightenment-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-users

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition 

Re: [e-users] Evas can load PNG??

2014-03-14 Thread Wido
I actually tried both (only eeze, only udisk, both) and it doesn't work in
either way. But I though it was mostly becauseof efl1.9, so I didn't gave
it much importance.


2014-03-14 18:34 GMT-03:00 Davide Andreoli d...@gurumeditation.it:

 2014-03-14 21:29 GMT+01:00 Wido wido...@gmail.com:

  No, I don't have multiple EFL installs, only e19 (from git).
 
  The strange part is that, even when I got that message, I don't notice
 any
  odd behaviour (except th eplaces modules that show the header but don't
  list anything, even when eeze find things).
 

 places do dot use eeze (yet), it use udisks. Look at the last lines of the
 places
 configure script, you should see this:

 Device Backends:
  * build udisks (eldbus): yes (default)
  * build eeze...: no (experimental)

 the eeze backend do nothing in places atm, you need to use the udisks
 backend


 
  Also, terminology seems to load the png file just fine, why does
  terminology works loading png, but E19 doesn't? it doesn't make much
 sense
  to me since E19 and TY are using the same libs.
 
 
  2014-03-13 21:09 GMT-03:00 Carsten Haitzler ras...@rasterman.com:
 
   On Thu, 13 Mar 2014 19:22:02 -0300 Wido wido...@gmail.com said:
  
Ok, that file is there. And is fine. And I could even see it with
 tyls,
from terminology.
   
frankie:/opt/e19/share/enlightenment/data/images$ ls -l
total 24
-rw-r--r-- 1 root root 2046 mar  6 21:21 enlightenment.png
-rw-r--r-- 1 root root 4703 mar  6 21:21 test.edj
-rw-r--r-- 1 root root  625 mar  6 21:21 test.jpg
-rw-r--r-- 1 root root  194 mar  6 21:21 test.png
-rw-r--r-- 1 root root 1927 mar  6 21:21 test.svg
  
   then somehow your evas being used is built without png loading support.
   maybe
   you have multiple evas installs? but that test tries to load that png
 and
   if
   that fails... guess what. :)
  
2014-03-13 0:10 GMT-03:00 Carsten Haitzler ras...@rasterman.com:
   
 On Wed, 12 Mar 2014 22:29:35 -0300 Wido wido...@gmail.com said:

  I haven't deleted it and is not a package but the good old
  configure
   
  make  sudo make install.
 
  what's the name and where should it be (target dir)?

 PREFIX/share/enlightenment/data/images/test.png

 
  2014-03-12 20:49 GMT-03:00 Carsten Haitzler 
 ras...@rasterman.com
  :
 
   On Wed, 12 Mar 2014 19:53:35 -0300 Wido wido...@gmail.com
  said:
  
Hi Guys,
   
I just noticed in my ~.xsession-errors file that, when E19
   (latest
 from
git) starts, it shows an error saying it can't load PNG
 files.
   
I'm using Debian Jessie (testing) in AMD64. I reinstalled
   libpng12
 and
libpng12-dev, reuqired to compile. I re-configured and
   re-installed
   EFL1.9
(latest, from git) and I made sure png is selected. It's
 marked
   as
'static', which I'm not sure what it means, but other things
  are
 marked
like that so I assume that's fine.
   
What else could I try to be really really sure there is a
  problem
 loading
png files?
   
thanks!
  
   missing test png file that e ships and installs and tires to
 load
   on
 start
   to
   tell you if it works or not. you deleted it or didn't package
 it
   etc.?
  
  
   --
   - Codito, ergo sum - I code, therefore I am
 --
   The Rasterman (Carsten Haitzler)ras...@rasterman.com
  
  
 
 
  --
  Wido


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


   
   
--
Wido
   
  
 
 --
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and
   their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
   
  
  
   --
   - Codito, ergo sum - I code, therefore I am
 --
   The Rasterman (Carsten Haitzler)ras...@rasterman.com
  
  
 
 
  --
  Wido
 
 
 --
  Learn Graph Databases - Download FREE O'Reilly Book
  Graph Databases is the definitive new guide to graph databases and
 their
  applications. Written by three acclaimed leaders in the field,
  this first edition is now available. Download your free book today!
  http://p.sf.net/sfu/13534_NeoTech
  ___
  enlightenment-users 

Re: [e-users] Evas can load PNG??

2014-03-14 Thread The Rasterman
On Fri, 14 Mar 2014 17:29:00 -0300 Wido wido...@gmail.com said:

 No, I don't have multiple EFL installs, only e19 (from git).

famous last words. you have no idea how many times i've heard that... and then
there turns out to be multiple installs. :)

 The strange part is that, even when I got that message, I don't notice any
 odd behaviour (except th eplaces modules that show the header but don't
 list anything, even when eeze find things).

i've never seen the message. i have no idea why you are getting it other than
the load of the test png failed.

   e_prefix_data_concat_static(buff, data/images/test.png);
   evas_object_image_file_set(im, buff, NULL);
   if (evas_object_image_load_error_get(im) != EVAS_LOAD_ERROR_NONE)
 {
e_error_message_show(_(Enlightenment found Evas can't load PNG files. 
   Check Evas has PNG loader support.\n));
_e_main_shutdown(-1);
 }

that's the code. it uses the prefix location to find the share data dir, sets
file, gets load error. on error e SHUTS DOWN. calls exit(-1). how can your e be
running at all and you get this message?

 Also, terminology seems to load the png file just fine, why does
 terminology works loading png, but E19 doesn't? it doesn't make much sense
 to me since E19 and TY are using the same libs.
 
 
 2014-03-13 21:09 GMT-03:00 Carsten Haitzler ras...@rasterman.com:
 
  On Thu, 13 Mar 2014 19:22:02 -0300 Wido wido...@gmail.com said:
 
   Ok, that file is there. And is fine. And I could even see it with tyls,
   from terminology.
  
   frankie:/opt/e19/share/enlightenment/data/images$ ls -l
   total 24
   -rw-r--r-- 1 root root 2046 mar  6 21:21 enlightenment.png
   -rw-r--r-- 1 root root 4703 mar  6 21:21 test.edj
   -rw-r--r-- 1 root root  625 mar  6 21:21 test.jpg
   -rw-r--r-- 1 root root  194 mar  6 21:21 test.png
   -rw-r--r-- 1 root root 1927 mar  6 21:21 test.svg
 
  then somehow your evas being used is built without png loading support.
  maybe
  you have multiple evas installs? but that test tries to load that png and
  if
  that fails... guess what. :)
 
   2014-03-13 0:10 GMT-03:00 Carsten Haitzler ras...@rasterman.com:
  
On Wed, 12 Mar 2014 22:29:35 -0300 Wido wido...@gmail.com said:
   
 I haven't deleted it and is not a package but the good old configure
  
 make  sudo make install.

 what's the name and where should it be (target dir)?
   
PREFIX/share/enlightenment/data/images/test.png
   

 2014-03-12 20:49 GMT-03:00 Carsten Haitzler ras...@rasterman.com:

  On Wed, 12 Mar 2014 19:53:35 -0300 Wido wido...@gmail.com said:
 
   Hi Guys,
  
   I just noticed in my ~.xsession-errors file that, when E19
  (latest
from
   git) starts, it shows an error saying it can't load PNG files.
  
   I'm using Debian Jessie (testing) in AMD64. I reinstalled
  libpng12
and
   libpng12-dev, reuqired to compile. I re-configured and
  re-installed
  EFL1.9
   (latest, from git) and I made sure png is selected. It's marked
  as
   'static', which I'm not sure what it means, but other things are
marked
   like that so I assume that's fine.
  
   What else could I try to be really really sure there is a problem
loading
   png files?
  
   thanks!
 
  missing test png file that e ships and installs and tires to load
  on
start
  to
  tell you if it works or not. you deleted it or didn't package it
  etc.?
 
 
  --
  - Codito, ergo sum - I code, therefore I am
--
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 


 --
 Wido
   
   
--
- Codito, ergo sum - I code, therefore I am
  --
The Rasterman (Carsten Haitzler)ras...@rasterman.com
   
   
  
  
   --
   Wido
  
  --
   Learn Graph Databases - Download FREE O'Reilly Book
   Graph Databases is the definitive new guide to graph databases and
  their
   applications. Written by three acclaimed leaders in the field,
   this first edition is now available. Download your free book today!
   http://p.sf.net/sfu/13534_NeoTech
   ___
   enlightenment-users mailing list
   enlightenment-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/enlightenment-users
  
 
 
  --
  - Codito, ergo sum - I code, therefore I am --
  The Rasterman (Carsten Haitzler)ras...@rasterman.com
 
 
 
 
 -- 
 Wido


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


--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and their