efl/legacy/efreet
Sebastian Dransfeld b4490d909e efreet: shutdown on error and disconnect
When bus stops it send Disconnect signal. Trap and die.

SVN revision: 79122
2012-11-11 20:59:03 +00:00
..
doc Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files. 2012-10-24 19:50:29 +00:00
m4 add unit test and coverage framework, and trivial tests 2010-03-01 21:05:17 +00:00
po updating galician translations 2012-11-08 16:32:34 +00:00
src efreet: shutdown on error and disconnect 2012-11-11 20:59:03 +00:00
.gitignore efreet: Add dbus efreet daemon 2012-10-21 04:53:23 +00:00
AUTHORS Fix me as author 2010-12-10 06:05:35 +00:00
COPYING fix COPYING to say 2011. 2011-09-05 07:15:41 +00:00
ChangeLog efreet: ChangeLog and NEWS 2012-11-03 21:44:07 +00:00
INSTALL efreet 1.0.0 alpha... MUHAHAHHAHAHAHAH! 2010-08-16 09:34:38 +00:00
Makefile.am efreet: require edbus2 2012-11-02 14:01:55 +00:00
NEWS efreet: ChangeLog and NEWS 2012-11-03 21:44:07 +00:00
NOTES Initial import of efreet, an implementation of the freedesktop icon and menu 2007-02-03 13:05:30 +00:00
README and up ver to 1.7.99 now in svn. nack to svnrev num at end. 2012-08-30 10:34:01 +00:00
TODO ++ 2007-07-26 19:15:48 +00:00
autogen.sh efreet: Add nls support 2012-06-24 18:26:12 +00:00
configure.ac efreet: require edbus2 2012-11-02 14:01:55 +00:00
efreet-mime.pc.in add back in libs.private/requires to pc files with some fixes for 2012-03-17 05:37:25 +00:00
efreet-trash.pc.in add back in libs.private/requires to pc files with some fixes for 2012-03-17 05:37:25 +00:00
efreet.pc.in add back in libs.private/requires to pc files with some fixes for 2012-03-17 05:37:25 +00:00
efreet.spec.in Update rpm specs 2012-08-18 08:22:34 +00:00
org.enlightenment.Efreet.service.in efreet: Add dbus efreet daemon 2012-10-21 04:53:23 +00:00

README

Efreet 1.7.99

******************************************************************************

 FOR ANY ISSUES PLEASE EMAIL:
 enlightenment-devel@lists.sourceforge.net
  
******************************************************************************
  
Requirements:
-------------

Must:
  libc
  eina (at least 1.1.0)
  ecore (at least 1.1.0)
  ecore-file (at least 1.1.0)
  eet (at least 1.5.0)

An implementation of several specifications from freedesktop.org intended for
use in Enlightenment DR17 (e17) and other applications using the Enlightenment
Foundation Libraries (EFL). Currently, the following specifications are
included:
  * Base Directory
  * Desktop Entry
  * Icon Theme
  * Menu
  * Trash
  * Mime

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

  ./configure
  make
(as root unless you are installing in your users directories):
  make install