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?). :-) -- Vojtěch Zeisek https://trapa.cz/ Komunita openSUSE GNU/Linuxu Community of the openSUSE GNU/Linux https://www.opensuse.org/