Registered Member
|
I am using tail to output the listing from a solver using:
with this call the solver listing is output in GNOME with tail -f properly , but in KDE only the terminal (konsole) is started and no tail is executed. So probably I have to replace "-e" and "tail -f" accordingly. Any ideas for the right call? Thank you |
Registered Member
|
I found the solution by myself
subprocess.Popen(["konsole", "-e","$SHELL", "-c","tail -f " + outputListing]) |
Registered users: Bing [Bot], daret, Google [Bot], Sogou [Bot]