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

Reply via email to