3

I installed Shutter then removed it, and now Print Screen and Alt+Print Screen shortcuts are no longer triggering screenshots with gnome-screenshot. How do I restore this setting?

Tom Brossman
  • 13,111
sterz
  • 556
  • i tried a workaround: i reinstalled shutter then unchecked the key bindings there, then removed it. now at least i can use Print – sterz May 05 '11 at 17:43
  • 1
    This is a reported bug already in launchpad: https://bugs.launchpad.net/ubuntu/+source/shutter/+bug/611495 – Tom Brossman Dec 16 '11 at 23:18

2 Answers2

5

Open gconf-editor and change the following keys back to this:

/apps/metacity/keybinding_commands/command_screenshot => /usr/bin/gnome-screenshot

/apps/metacity/keybinding_commands/command_window_screenshot => /usr/bin/gnome-screenshot --window

gconf-editor edits being made

If you don't have gconf-editor Install gconf-editor yet just install it from the software center.

Romario
  • 199
2

Go to System->Preferences->Keyboard Shortcuts and see if the entries for 'Take a screenshot' and 'Take a screenshot of a window' are present.

Also try

sudo apt-get remove --purge shutter

to remove any leftover configuration.

Chakra
  • 3,472