Bug details: it seems that from customDialogs don't works all these command that try to "open the screen". Neither the simplest light.sh doesn't work with nativeBridge.setLipcProperty( "com.lab126.system", "sendEvent", "; sh -c 'eips blabla; /usr/bin/light.sh'");
The only working that does "something" on screen is eips..
You can convince yourself by trying these commands:
WORKING COMMANDS:
lipc-set-prop com.lab126.system sendEvent "; sh -c 'eips blabla2'"
/usr/bin/light.sh
NOT WORKING:
lipc-set-prop com.lab126.system sendEvent "; sh -c '/usr/bin/light.sh'"
Scripts that doesn't interact with the screen seems to run well instead.
Hope that somebody could help me to find a workaround for this issue...
Last edited by Aeris; 10-28-2013 at 02:58 PM.
|