I have written a code in python language that usage subprocess.call()
method and print
method, i am using this code as nautilus script and it is working fine. but there is no way to know that script is working right now, i can see the effect only after script completed.
I want this script to run in terminal so that i can know that script is running and there is a print
method in the code that need to be print text when script fail but it does not shows up.
If there is other method than terminal please tell me.
zenity
that shows the script is working. One can also write a "progress" popup, either withzenity
or in Python via Gtk API, but that's overly complex for a nautilus script I'd say. – Sergiy Kolodyazhnyy Jul 28 '17 at 18:13/var/log/syslog
when run in GUI. However @SergiyKolodyazhnyy hasn't pointed out to me before this isn't always the case. – WinEunuuchs2Unix Jul 28 '17 at 18:23