Hi,

Joachim Ott-3 wrote:
> 
> You can start a sandclock or similar with the fork/exec, then look at
> /proc/<pid-of-app>/stat repeatedly, when the value of utime (user mode
> jiffies) becomes > 0, the app has started. The description of the
> stat-file is in /usr/src/linux/Documentation/filesystems/proc.txt.
> 
> How can I send patches to you? Just to this mail-address?
> 
 Thanks. Actually, I've already added a rudimentary indication by showing a
loding label after executing the app, setting a timer to check for change of
focus from my window to another and removing the label when the focus shifts
or after 15 secs (assuming most apps would start in that time).

  The latest code will be committed soon (in an hour or so) after I finish
adding the preferences for apps to be started on clicking on the missed
calls and sms icons.

  Have also added a clock and scroller already :-)

  You can send me patches to the latest code after this commit. Just look at
the time func (in the beginning of gui.c) and icon_clicked function (around
line 1061 in gui.c) for the current method ;-)

 Thanks
-- 
View this message in context: 
http://n2.nabble.com/Launcher-Home-Page-%28alpha%29-Release-0.16-tp2969229p2980593.html
Sent from the SHR Users discussions mailing list archive at Nabble.com.

_______________________________________________
Shr-User mailing list
Shr-User@lists.shr-project.org
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to