LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   edit (https://www.linuxquestions.org/questions/linux-newbie-8/edit-4175621065/)

#DV 01-06-2018 01:39 AM

edit
 
deleted

I-like-RaspberryPi 01-06-2018 02:40 AM

Code:

wget path_to_website/filename ; zenity --info --text "Download Done"

wget path_to_website/filename ; xmessage -nearmouse "Download Done"

wget path_to_website/filename ; kdialog --msgbox "Download Done"

Any of these three should work. Good Luck

xmessage should be installed already since is a xorg system command.

Kdialog and zenity make need to be install from the repos.

////// 01-06-2018 02:41 AM

i think this would work, replace "curl fedora.iso" with your command and file manager "thunar" with your own.

Code:

$curl https://download.fedoraproject.org/pub/fedora/linux/releases/27/Workstation/x86_64/iso/Fedora-Workstation-Live-x86_64-27-1.6.iso && thunar /home/user/Downloads
i havent tested above command but it looks ok to me.

#DV 01-06-2018 06:21 PM

deleted

syg00 01-06-2018 06:51 PM

I get notifications all the time - Fedora gnome. Check out notifications in "Settings" if similar.

#DV 01-06-2018 07:35 PM

deleted

keefaz 01-06-2018 07:48 PM

Code:

wget url.com && (echo '<h1>YOUR DOWNLOAD IS FINISHED</h1>' > /tmp/bla.html; firefox /tmp/bla.html)

#DV 01-06-2018 08:07 PM

deleted

syg00 01-06-2018 08:09 PM

Quote:

Originally Posted by #DV (Post 5803117)
I'm using pclinuxos. I do get notifications from certain programs and tasks. But I don't get a notify from using the terminal after the file is done downloading.

The only way to do this is to run two commands, one for downloading the file and second to get notified.

"The only way" ???. There is never only one way to do things in Linux.

As I said, works for me - if you have Mate as your desktop it may offer the same settings options given its heritage.

rtmistler 01-09-2018 06:52 AM

Thread has been closed. OP does not seem to be interested in participating at this time. Thank you to all for your helpful replies.


All times are GMT -5. The time now is 12:08 AM.