
- #How to lock menu bar to gedit in ubuntu install#
- #How to lock menu bar to gedit in ubuntu software#
While true do scrot -d 5 ‘DEMO%d-%m-%Y-%H:%M:%S.png’ -e ‘mv $f ~/Pictures/’ done The day, month, year, hour, minute, second can also be specified along with the filename as %d-%m-%Y-%H:%M:%S respectively.įor example if you want to capture the screenshots in every 5sec interval, then you need to modify the above syntax as shown below, png) can be given according to the user preference. Where the int gives the time delay between each screenshot.įilename and file extension (. While true do scrot -d int ‘filename.jpg|png’ -e ‘mv $f /file/path/to/store/screenshots’ done The syntax for automatically capturing the screenshots at regular interval: Taking screenshots automatically using SCROT: Note: You have to select the area in the screen using the cursor to take the screenshot. To take the screenshot of a specific area on the desktop, To take the screenshot of the current desktop and save it in a specific folder say Pictures, Using the MAN pages, you will get the possible options as shown below Now the SCROT utility is installed in your system.
#How to lock menu bar to gedit in ubuntu install#
Type the command to install SCROT in your system
#How to lock menu bar to gedit in ubuntu software#
SCROT is present in the Ubuntu repository, so to install it use the terminal or the Ubuntu software center.For installing SCORT using terminal, The screenshots are captured and saved using the ‘imlib2‘ library and it supports the formats like. It offers flexibility by allowing the user to specify the parameters in the command line. The screenshots can be taken manually or automatically using SCROT. SCROT (SCReenshOT) is a powerful command line screen capturing, open source utility to take the screenshots of a specific window or terminals using Cron jobs. We have another handy utility in Ubuntu to fit this job, SCROT! But, what if you need to take the screenshots automatically or in a regular interval? You can’t use the above methods. You can make use of the ‘Print Screen’ button in your keyboard or the inbuilt screenshot tool. In Ubuntu Operating System, taking a screenshot is really easy.
