On 8/26/06, Landry, Marc-Andre <[EMAIL PROTECTED]> wrote:
> It look like I have a shell trouble 'cause this .xsession script didn't
> run as expected.
>
> #!/bin/sh
> eval 'ssh-agent'
> eval 'dbus-launch --sh-syntax --exit-with-session'
> exec enlightenment
>
>
> Nor SSH and DBus get propagetted to enlightenment. I will try to
> understand this. Thank you all for your help.

Here is my ~/.xinitrc and all (dbus and env) is ok with it :

export PATH=$PATH:$HOME/bin
source /etc/env.d/02locales

xmms2d &

numlockx on
#xautolock -locker xtrlock &

dbuslaunch="`which dbus-launch 2>/dev/null`"
if [ -n "$dbuslaunch" ] && [ -x "$dbuslaunch" ] && [ -z
"$DBUS_SESSION_BUS_ADDRESS" ]; then
        eval `$dbuslaunch --sh-syntax --exit-with-session`
fi

/usr/libexec/notification-daemon &

if [[ $0 = "${HOME}/.xinitrc" ]]; then
        exec /usr/bin/enlightenment-0.17
fi


-- 
# Beber : [EMAIL PROTECTED]
# IM : [EMAIL PROTECTED]
# http://www.meleeweb.net

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to