I don't see how this is supposed to exit the terminal only once the application is fully loaded or starts to appear on screen
I don't see how this is supposed to exit the terminal only once the application is fully loaded or starts to appear on screen
You're correct, it doesn't. How about:
$ firefox & xdotool search --sync --onlyvisible --class firefox && exit
You're correct, it doesn't. How about:
$ `firefox & xdotool search --sync --onlyvisible --class firefox && exit`
Yes
This does the trick, thank you a bunch Obvus
Yes
This does the trick, thank you a bunch Obvus
(post is archived)