Timeline for How can I trigger a notification when a job/process ends?
Current License: CC BY-SA 4.0
25 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Mar 24, 2020 at 18:56 | comment | added | Noumenon |
Since 2018 the zenity answer gives a "This is discouraged" warning, which can be suppressed using askubuntu.com/a/1192137/435408.
|
|
Jul 28, 2019 at 9:43 | comment | added | slhck | @CurlyCorvus I'm sorry your edit got rejected; it was good. I applied it to the post. Thanks for the update. | |
Jul 28, 2019 at 9:41 | history | edited | slhck | CC BY-SA 4.0 |
added 65 characters in body
|
Jul 27, 2019 at 18:37 | comment | added | SilverCorvus | notify-send is part of libnotify and is relevant to Gnome and any other desktop enviroment that implements the desktop notification standard | |
Jul 27, 2019 at 17:37 | review | Suggested edits | |||
Jul 27, 2019 at 18:05 | |||||
May 23, 2017 at 12:41 | history | edited | CommunityBot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
Mar 8, 2017 at 14:26 | review | Suggested edits | |||
Mar 8, 2017 at 15:28 | |||||
Jul 14, 2016 at 10:40 | comment | added | pythonian29033 | Sweet! added to my .bashrc as an alias :D | |
Jun 22, 2016 at 11:05 | history | edited | slhck | CC BY-SA 3.0 |
added 47 characters in body
|
Jun 21, 2016 at 17:30 | review | Suggested edits | |||
Jun 21, 2016 at 17:41 | |||||
Nov 4, 2015 at 22:59 | comment | added | MrMas | Also note that you can configure different responses for different things: silence, activity, non-zero return value, Just click Settings->Configure Notifications...and you can pop up a notification, play a custom sound, log a file, run a command -- pretty versatile -- though I wish there were more actions -- included session finished (regardless of exit status) | |
Nov 4, 2015 at 22:56 | comment | added | MrMas | This solution is for Konsole users and isn't a perfect solution as it relies on your command either being verbose until it is complete, or completely silent (no output) until it completes at which point the prompt returns. However, this is exactly what I needed when I came looking for help. You can configure Konsole to pop-up a notification, play a sound, etc. Then you have to turn on shell monitoring. Monitor for silence if your command outputs a bunch of stuff until it completes, or silence if it doesn't print out anything and then the shell returns. | |
Jun 24, 2015 at 3:13 | comment | added | G-Man Says 'Reinstate Monica' |
Why are you suggesting that "command-after" should be run asynchronously? Did you mean to say (command; command-after) & ?
|
|
S Nov 26, 2013 at 11:10 | history | suggested | user130356 | CC BY-SA 3.0 |
Command didnt work. Changed to a passive popup
|
Nov 26, 2013 at 9:24 | review | Suggested edits | |||
S Nov 26, 2013 at 11:10 | |||||
Sep 14, 2013 at 17:32 | history | edited | slhck | CC BY-SA 3.0 |
added 75 characters in body
|
S Aug 14, 2013 at 19:42 | history | suggested | sleeperservice | CC BY-SA 3.0 |
Added a note for what to do if the process is already running (which is what I wanted to do when I found this page)
|
Aug 14, 2013 at 19:31 | review | Suggested edits | |||
S Aug 14, 2013 at 19:42 | |||||
May 13, 2013 at 15:41 | history | edited | Lesmana | CC BY-SA 3.0 |
added 29 characters in body
|
Oct 28, 2012 at 8:10 | history | edited | slhck | CC BY-SA 3.0 |
added 202 characters in body
|
Oct 10, 2012 at 18:28 | comment | added | trinth | on Mac OS X, you can also use the command-line utility "say". there are also many voices available, check "say -h" ;) | |
Oct 11, 2011 at 21:04 | comment | added | Utkarsh Sinha | I'm fiddling around with notify-send and xmessage. Both of them seem to be interesting! Here's the next thing I'm looking for - superuser.com/questions/345463/… | |
Oct 11, 2011 at 20:53 | history | edited | slhck | CC BY-SA 3.0 |
added 343 characters in body
|
Oct 11, 2011 at 20:50 | vote | accept | Utkarsh Sinha | ||
Oct 11, 2011 at 20:40 | history | answered | slhck | CC BY-SA 3.0 |