[Gambas-user] Question: Wait-sign on start

Benoît Minisini g4mba5 at gmail.com
Tue Feb 19 17:09:17 CET 2019


Le 19/02/2019 à 16:34, Rolf-Werner Eilert a écrit :
> 
> What console program would give a reaction on the desktop so I can 
> check? Hm... Give me an idea please
> 
> But you might be right, I have a program here that runs with Java, and 
> it doesn't produce a wait mouse icon too. As it is rather slow on start, 
> this is especially annoying as you don't know if it starts or simply 
> ignores you.
> 
> Regards
> Rolf
> 

Run that shell script:

#!/bin/bash
sleep 5
notify-send "Hello there!"

-- 
Benoît Minisini


More information about the User mailing list