On Sat, 21 Mar 2020 21:21:01 +0100, Vojtěch Zeisek wrote:
Dne sobota 21. března 2020 21:00:02 CET jste napsal(a):
Dne sobota 21. března 2020 20:50:39 CET, Istvan Gabor napsal(a):
I would like to make screenshots of a window at every 3 minutes. Not the full display, only one specific application window. I have KDE3 desktop.
I don't know about KDE3, but its successor in KF5 show in command line spectacle --help bunch of options how to take screenshot. So I'd try to call something like 'ksnapshot --help' from the command line and see... The rest could be just simple for loop or so.
Complete example in KF5...
for C in {1..100000}; do spectacle --activewindow --background --output file.$C.jpg wait 3000 done
Or something similar or more elegant (infinite while loop?). :-)
I dont'have plasma at the moment but its good to know about this option. Thanks! Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org