VisezTrance

  • August 18, 2009 2:53 AM

    Simple gnome process completion monitoring

    By Daniel
    Sometimes I run a command on my machine which may take quite some time until completion. I used to check out its status in the terminal I launched it from periodically. Yet there's an easier way by queueing a message via notify-send or something more obtrusive with zenity.

    sleep 5 && notify-send "Finished task"

    notify-send.png

    sleep 15 && zenity --info --text="Finished long task"

    zenity.png

    You may take it literally as well, but sleep is obviously my time consuming task.

    Tags:

    • gnome,
    • linux
  • Monthly Archives

    • October 2013 (2)
    • May 2012 (1)
    • October 2011 (1)
    • September 2011 (2)
    • March 2011 (3)
    • February 2011 (1)
    • January 2011 (1)
    • September 2010 (1)
    • August 2010 (1)
    • June 2010 (1)
    • April 2010 (1)
    • December 2009 (1)
    • October 2009 (1)
    • September 2009 (1)
    • August 2009 (1)
    • July 2009 (2)
    • April 2009 (2)
    • February 2009 (1)
    • January 2009 (2)
    • December 2008 (1)
    • October 2008 (1)
  • Pages

    • About / Contact

2008, © Daniel Mircea