Tuesday, March 18, 2014

[CENTOS] How to take screen shot on Centos 6.x

ISSUE: Screen shot is a necessary part of developers life. So you must know how to take screen shot in any OS. When taking screen shot by "Prnt Scrn" button centos give error like -

There was an error running "gnome-screenshot":
Failed to execute child process "gnome-screenshot" (No such file or directory).

Fix: This issue arise due to gnome util's  unavailability. So just install it by yum as a root -

yum install gnome-utils


and enjoy screening.

1 comment:

  1. I appreciate if you could help me how to take screen shot in centos 7. I got this error when I tried to install gnome-utils: No package gnome-utils available.

    ReplyDelete

How to Generate and use the ssh key on Gerrit, github.io, gitlab, and bitbucket.

 Details can be found here -