Celeb Glow
updates | March 27, 2026

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.

4

3 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-icons

Easy to do, but not suitable for everyone I guess.

Source:

1

My problem was that gnome-screenshot was never installed..

So I ran

sudo apt-get install gnome-screenshot

and obviously it solved my problem.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy