If I take a screenshot, often the next action is to paint on it. Sometimes I paint a circle around something, sometimes I blank parts to anonymize them.
Below is an example of the window after the screenshot was taken:
It would be great if I could directly go to "edit image".
BTW, I use Pinta, not Gimp.
I guess this is impossible.
Off-topic but nevertheless relevant:
I know the terms "Wayland", "Xorg", "Gnome".
But my grand mother is a user, not a geek. She does not know these terms. And it would be great, if she could use ubuntu without learning these terms.
Pomsky is correct use shutter.
It has a screenshot tool, once you take your picture, it has a built in image editor, you can paint or whatever. Shutter is the easiest tool you want.
Thanks to Organic Marble for commenting, pointing that shutter is now available according to this article
Another option, if you ever decide to switch to gimp, it has a built in screenshot tool
http://openoffice.blogs.com/openoffice/2010/01/taking-a-screen-shot-using-gimp.html
I'd use shutter anyway, simply because it's the best tool for screenshots on any OS. You can even upload the image directly to imgur or several other photo sharing sites from within shutter.
There's also Flameshot, here's an article about it on OMG Ubuntu. I didn't test it, but if OMG talks about it, it has to be good, and indeed from the looks of it on Github, it seems pretty good, maybe even better than shutter.
I'm on ubuntu 16.04, unity, if you are too, follow this tutorial
https://mithun.co/software/install-flameshot-on-ubuntu-16-04/
That worked perfectly for me, just make sure to use
sudo
. The package included in Ubuntu 16.04 software center does not work, at least for me.I see that you would like to use keyboard shortcuts, but if you compromise a little, it is possible. You can just drag&drop the screenshotted image (left side in your own screenshot above) to your
pinta
window. That's it.It's also mentioned in the documentation, under "Making a Screenshot".
if you want a "no-brainer" replace your current screenshot program with shutter. As already mentioned by others, It has built in: simple editor, photo share and save. It can take a full screen shot, window or an area (magnify is also available for an area shot. The print screen button launches it in full screen capture mode.
You don't mention the version of Ubuntu that you're running, but be aware that 17.10 now defaults to Wayland (no longer Xorg). Shutter, as others recommend (and a great application) currently will not work under Wayland. As I tend to prefer Wayland in general, I've forsaken Shutter for the Screenshot Tool Gnome extension, and it works quite well.
When Shutter eventually does support Wayland (or vice-versa), there will be much rejoicing.
Making it Work With Pinta
The original question implied that Pinta was the desired program to be used in editing the screenshot, so this is how you make that happen:
If you can figure out how to get Pinta/GIMP to open with the contents of the clipboard, then it is exactly what you want.
For others reading this post, if you want to use GIMP instead of Pinta, just change pinta to gimp, in the Launch Application setting as shown in the CCSM window below.
I tried editing the screenshot with Pinta in Ubuntu 20.04, but it kept crashing. Also, I wanted to use the screenshot functionality provided by Ubuntu and use a software to edit the screenshot since I find it quicker.
I used KolourPaint to edit screenshots in Ubuntu 20.04. KolourPaint gui looks similar to Paint in Windows. Since I am familiar with Paint, I was able to figure out things easily in KolourPaint.
Note : If KolourPaint doesn't work on older versions of Ubuntu, you can try editing the screenshot with LibreOfficeDraw. To take a screenshot, please see step 2) below.
Following are the steps I followed:
1) Install KolourPaint either via Ubuntu Software Centre or command line:
sudo apt update
sudo apt install kolourpaint
2) Take screenshot and copy it to the clipboard. Starting from Ubuntu 18.04,by default, pressing Ctrl+PrtScr does this. For more key combinations and for options in Ubuntu 16.04, you can browse this link: How to printscreen direct to clipboard
Then, open KolourPaint and paste it using Ctrl+V
3) Edit the image in KolourPaint. Click on the link below to view an image which I edited using KolourPaint:
Image edited using KolourPaint
Crop the image:
You can also crop the image using the selection tool.
Selection tool in KolourPaint
To crop, click on the selection tool, encapsulate the area you want, and press Ctrl+X to cut it. You can paste it in a new window of KolourPaint by pressing Ctrl+V. You can then save this image.
You can refer the article I wrote: How to take a screenshot of your desktop and edit the image (crop/annotate/encapsulate) using KolourPaint in Ubuntu
There is an Ubuntu Help page for this problem:
https://help.ubuntu.com/stable/ubuntu-help/screen-shot-record.html
They also suggest to copy it to clipboard and paste it in your favorite image editing software.