On Sat, 28 Mar 2009 19:07:00 +0000
Jackson <jack...@objectivelytrue.com> bubbled:

> Thanks mate, that was a real help!
> 
> If the event that anyone stumbles across this  thread having the same
> problem in the future, the grep command gave me the exact output for what to
> add after the command "export E_IPC_SOCKET="; ignore the |0 or \|0 at the
> end of the filename as it appears in the terminal, but you must include both
> digits (probably ":0.0") for the display number; I had been confused by the
> error message and never found the right combination.
> 
> Thanks again!
> jxn

I used this in my .profile:

if [ -z "$E_IPC_SOCKET" ]; then
  if [ -e ~/.xsession-errors }; then
    export E_IPC_SOCKET="`grep E_IPC_SOCKET ~/.xsession-errors | tail -n 1  | 
sed -e 's:.*E_IPC_SOCKET=\(.*\)$:\1:g'`"
    echo "E_IPC_SOCKET = $E_IPC_SOCKET"
  fi
fi

This hack works fine here.

Regards,
Martin

-- 
MyExcuse:
The MGs ran out of gas.

Martin Zwickel <martin.zwic...@technotrend.de>
Research & Development

------------------------------------------------------------------------------
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to