On Fri, Jul 11, 2008 at 12:29:37AM -0300, Marcel wrote:
> Is there a way to build gnome apps without the need of such daemons?

Nope - they are a part of Gnome.  Have you run into a problem with
starting them?

Ross



> 
> On Thu, Jul 5, 2007 at 6:40 AM, Ross Vandegrift <[EMAIL PROTECTED]> wrote:
> 
> > On Thu, Jul 05, 2007 at 10:23:24AM +0200, Riccardo Tediosi wrote:
> > > It's a pity because even using a high resolution display it seems like
> > > working with a 640x480 resolution!!!
> > >
> > > Any ideas!?
> >
> > Enlightnement doesn't automatically start up the daemons that Gnome
> > uses to manage preferences like these.  If you start
> > gnome-settings-daemon your Gnome preferences will be loaded for
> > applications.  Other Gnome daemons you might want to start will vary
> > depending on the apps you use but check out these:
> >
> > gnome-volume-manager, gnome-vfs-daemon, gnome-keyring-daemon
> >
> > My .xsession looks like this:
> >
> > #!/bin/bash
> >
> > export OOO_FORCE_DESKTOP=gnome
> > export LANG="en_US.UTF-8"
> > export LC_ALL="en_US.UTF-8"
> > export LANGUAGE="en_US.UTF-8"
> > export LC_CTYPE="en_US.UTF-8"
> > export XDG_MENU_PREFIX="gnome-"
> >
> > if test -z "$DBUS_SESSION_BUS_ADDRESS"; then
> >        eval `dbus-launch --sh-syntax --exit-with-session`
> > fi
> >
> > /usr/bin/gnome-settings-daemon &
> > /usr/bin/gnome-volume-manager &
> >
> > exec /usr/bin/enlightenment_start
> >
> >
> >
> > --
> > Ross Vandegrift
> > [EMAIL PROTECTED]
> >
> > "The good Christian should beware of mathematicians, and all those who
> > make empty prophecies. The danger already exists that the mathematicians
> > have made a covenant with the devil to darken the spirit and to confine
> > man in the bonds of Hell."
> >        --St. Augustine, De Genesi ad Litteram, Book II, xviii, 37
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >

-- 
Ross Vandegrift
[EMAIL PROTECTED]

"The good Christian should beware of mathematicians, and all those who
make empty prophecies. The danger already exists that the mathematicians
have made a covenant with the devil to darken the spirit and to confine
man in the bonds of Hell."
        --St. Augustine, De Genesi ad Litteram, Book II, xviii, 37

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to