On Sun, Feb 25, 2007 at 11:41:37PM +0000, Peter Flynn wrote:
> Running Enlightenment somehow made NM forget something, because now it 
> won't work in Ububtu's default Gnome where it was working before; but I 
> don't know what is broken because I can't find where it stores stuff, 
> and the keyring data is of course inaccessible anyway. Grr.

It didn't forget anything, you probably haven't loaded
gnome-settings-daemon.  An .xsession like this will make you happier:

#!/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"

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/local/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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to