I have been using a shell script called save-page-as.sh to download a complete web page. This has been working as expected. The relevant line the the script is: "${browser}" "-new-window" "${url}" &>/dev/null I now need the ability to run this program or another program via email to my computer from other locations. I do not have the option to login remotely. The save-page-as.sh program runs firefox. I have not been able to get this to work using email. env shows DISPLAY=:0.0. I have added each of the Display commands as below: export DISPLAY:0 export DISPLAY:0.0 export DISPLAY:0.1 None of those have worked. the url I am trying to download does not have an extension ie. no '.htm' such as: https://my.acbl.org/club-results/details/338288 wget does not download the correct web page. Appreciate any pointers to get the save-page-as.sh working using a browser or a different command line program. David _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure