Difference between pages "Take a screenshot" and "Install RealPlayer"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
(New page: To install RealPlayer for Linux, visit http://www.real.com/linux. You have the choice between an rpm and a deb package. For debian-based distributions you will need the .deb package, f...)
 
Line 1: Line 1:
To take a screenshot via command line and save it as desktop.jpg:
+
To install RealPlayer for Linux, visit http://www.real.com/linux. You have the choice between an rpm and a deb package. For [[debian-based]] distributions you will need the .deb package, for [[rpm-based]] distributions you will need the .rpm package.
* install imagemagick, e.g. for Ubuntu Linux:
 
apt-get install imagemagick
 
* use the command import to take the screenshot:
 
import -window root desktop.jpg
 
* to find out the ID of a window, call
 
xprop
 
: and click on the window
 
 
 
= One-key-screenshot =
 
import -window root snapshot-$(date +%Y-%m-%d_%H-%M-%S).jpg
 
 
 
= See also =
 
* [[Configure your PAUSE key to lock the screen]] - how to trigger an action on keypress
 
* [[take a screenshot on Ubuntu]]
 

Revision as of 08:54, 12 September 2010

To install RealPlayer for Linux, visit http://www.real.com/linux. You have the choice between an rpm and a deb package. For debian-based distributions you will need the .deb package, for rpm-based distributions you will need the .rpm package.