Try as I might I am unable to get bbkeys and bbmail to startup when I log
into a blackbox session. I followed the kind advice I got from the mailing
list but to no avail. I am wondering perhaps if it is because commands
 I put in .xsession or .xinitrc are affected by the graphical mandrake 7.1
login.



Here is my .xinit file:


#!/bin/sh
# Execute enlightenment. ALWAYS make sure this is at the end of this
# startup file - and ALWAYS run things before it with an & at the end.
# For example:
#   xterm &
#   kpanel &
# It is suggested to use Enlightenment's Remember dialog for having apps
# spawned automatically on login.
#exec /usr/bin/enlightenment

sleep 1 && bbkeys -i &
sleep 1 && bbmail -g 890x749 -s

---------------------------------

and here is my .xsession file

#!/bin/sh
# Execute enlightenment. ALWAYS make sure this is at the end of this
# startup file - and ALWAYS run things before it with an & at the end.
# For example:
#   xterm &
#   kpanel &
# It is suggested to use Enlightenment's Remember dialog for having apps
# spawned automatically on login.
#exec /usr/bin/enlightenment

sleep 1 && exec bbkeys &
sleep 1 && exec bbmail &
exec blackbox

------------------------

Thanks in advance for any help or advice list members can give.


dom

Reply via email to