Hi Andy, On Sat, Sep 13, 2014 at 10:21 PM, Andrew Farnsworth <[email protected]> wrote: > Meanwhile, the boot process continues on and loads X windows and > chrome / chromium launching full screen to a URL that is the basis for > the dashboard.
This statement covers a fair bit of complexity, right? Which user is getting automatically logged in? A delay in that user's login would serve the purpose, wouldn't it? My work environment gives me just such a delay (I'll trade you!) because it automounts my homedir over NFS, and sets up a pretty extensive environment for me, called from my .cshrc. I would try calling your perl script which waits for a successful ping *from* that user's login script (.login, .bashrc, or whatever). This may work, depending on how you're auto-launching Chrome. If it doesn't work right off, you may have to launch Chrome from that same script, after the ping completes. I think that should take care of it. Good luck! -J'n -- -- You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en --- You received this message because you are subscribed to the Google Groups "NLUG" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
