-1

Possible Duplicate:
What screenshot tools are available?

In windows 7 I had an easy to use "cut tool for screenshots", this one:

enter image description here

For Ubuntu I've found Shutter, but it isn't as easy and comfortable to use as the one I had in Windows 7.

Are any applications in Ubuntu 11.10 like these?

5 Answers5

4

I don't know why you don't like Shutter. Shutter can replace all of the functions of snipping tool other than free form screenshots. Have you tried the quicklists of Shutter? They provide you a quick way to take screenshots. Install Shutter either from the software center or through the following terminal command:

sudo apt-get install shutter

enter image description here

Regarding the sticky notes, you can try Screenlets as mentioned in one of the other answers. To install screenlets, either search for Screenlets in the software center or run this command in the terminal.

sudo apt-get install screenlets

Search for Screenlets in the Dash and open the Screenlets manager. Click on Lipik and there, you have your sticky notes!

enter image description here

enter image description here

jokerdino
  • 41,732
1

For the screebshot tool, you might need to tell what exactly you are looking for. Are you aware that you can press Alt+Print to make a screenshot of only the currently focused application?

As for the notes application, you might want to look into the screenlets notes. They seem to be similar as to what you have in the screenshot.

xubuntix
  • 5,580
1
  1. Take the screen shot with the Screenshot utility.

  2. Save it to a location.

  3. Open it with Shotwell photo manager.

  4. Choose the option to edit it.

  5. Crop it accordingly and save it.

Hope it may help.

coder
  • 3,691
1

Selective screenshot

  1. In Accessories there's a Take Screenshot program with an option called "Select area to grab". Or if in Unity access it by pressing Super, typing "Screenshot" or "Take", then opening Take Screenshot and choosing this option.
  2. Using the Print Screen key, you can take a screenshot of the whole desktop. Using Alt+Print Screen you can take a screenshot of only the active window, but in Keyboard Shortcuts under System Settings change or make a new one to do this while also asking how you want to have it. In that case, the command you need to put into the shortcut (new or existing) is gnome-screenshot --interactive.
  3. Or you can make a shortcut on the desktop or launcher by dragging to there that program's icon.

Notes

I would use that one which saves to the cloud. You can try:

  1. Firefox with the Google Notebook addon.
  2. Chromium browser with some plugin like Scratchpad or TaskFore plugin for Gmail.
  3. Tomboy notes, which can be synced with Ubuntu One.
Kangarooo
  • 5,223
0

You can also try to run those programs in Ubuntu using Wine (it is a software to run Windows programs under other OS). To install Wine, open a terminal and type sudo apt-get install wine. Then just install the app you want double clicking the .exe file.

Jesse
  • 729