[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: failure to start gnome settings daemon



On Thu, May 27, 2004 at 04:30:52PM +0800, Isaac To wrote:
> in a cron job.  So the info you get from dlocate is old: the gnome settings
> daemon is really gone, to /usr/lib/control-center.

I run fluxbox not metacity and I don't use gnome-session; I have no 
session manager.  Here's what I had been running in my .xsession to 
start up gnome-settings-daemon:

gnome-settings-daemon &
GSDPID=$!
while lsof -u$USER | awk 'BEGIN { found = 0; }
        ($2 == "'$GSDPID'") && ($8 ~ /orbit-'$USER'/) { found = 1; next }
        END { exit found }'
do
        sleep 1
done
sleep 1

after some advice I got on the list.  What command would I run to "start 
up" gnome settings under the new 2.6 stuff now that 
gnome-settings-daemon is gone?

Thanks



Reply to: