Why isn't the screenshot working?
When taking a screenshot, there is a gray image displayed.
Before upgrading to Ubuntu 13.04 the screenshot was working properly, however, after the upgrading process the screenshot wont work no more. I tried to verify which package was the problem from: gnome-screenshot, I unistalled it and installed back on my laptop, but it wont work anyways.
43 Answers
you can also try the handy ...
gnome-screenshot --interactive 1 I got the same problem, even with Shutter, the only way I found to be able to fix it is to reset Unity.
Open a terminal and run the following commands:
dconf reset -f /org/compiz/
unity --reset-iconsEasy to do, but not suitable for everyone I guess.
Source:
1My problem was that gnome-screenshot was never installed..
So I ran
sudo apt-get install gnome-screenshotand obviously it solved my problem.
1