After the fresh Cent OS 6 installation, people may get the following error, when "Print Screen" key is pressed:
To solve this, gnome-utils need to be installed, which can be done by running the following command from terminal(as a root).
yum install gnome-utils -y
There was an error running gnome-screenshot:
Failed to execute child process "gnome-screenshot" (No such file or directory)
Failed to execute child process "gnome-screenshot" (No such file or directory)
To solve this, gnome-utils need to be installed, which can be done by running the following command from terminal(as a root).
yum install gnome-utils -y