PrtScr on Keyboard |
Lubuntu shiped with a default graphic editor named 'mtPaint'. It has a time-delayed screenshot option in the menu (FIle> Actions> Time delayed screenshot).
file>actions>time delayed screenshot |
First of all open Leafpad, copy the codes below and save the file as 'screenshot.sh' in your home folder.
sleep 5; mtpaint -s
Now we have to create a application that runs our newly created shell script.
Open the following location as root.
'open current folder as root' in Tools Menu |
/usr/share/applications
Now Right Click and create a blank file.
Right Click and create a new blank file |
[Desktop Entry]
Encoding=UTF-8
Name=Grab Screenshot
Exec=sh /home/YOUR_USER_NAME/screenshot.sh
Icon=gthumb
Type=Application
Categories=Application;Graphics;
You can change icon option if you like any icon from the folder
/usr/share/icons
A shortcut icon named 'Grab Screenshot' should be placed in main menu.
grab screenshot shortcut |
You have done. Now click the shortcut button to get a time delayed screenshot. Taken screenshot now will open with 'mtPaint'.
Acknowledgement: Image, idea, tips, codes all credit goes to lubuntu-screenshots post published in Lubuntu Tips blog.
No comments:
Post a Comment
Please help me to improve my English. Please Email me or comment below. Thanks...