> > For me it does not automatically, but as workaraound you can start
> "shr_elm_softkey" from the terminal and then it works fine.

I found an even better way to workaraounf this problem automatically:

I created a wrapper /usr/bin/shr_elm_softkey.sh that is called from 
/etc/X11/Xsession.d/89shr_elm_softkey and that waits some time until it starts 
shr_elm_softkey

The wrapper loks like this:
---------------8<---------------------------------
#!/bin/sh
export DISPLAY=localhost:0
sleep 60

exec /usr/bin/shr_elm_softkey
---------------8<---------------------------------

The Xsession-Skript is the following:
---------------8<---------------------------------
#!/bin/sh -e
DISPLAY=:0.0 /usr/bin/shr_elm_softkey.sh &
---------------8<---------------------------------






--
n...@el-hennig.de

 Lubarsky's Law of Cybernetic Entomology:
   There's always one more bug.
 

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to