Re: screen capture

2002-04-11 Thread Giles Constant
On 11 Apr 2002, Crispin Wellington wrote: > I use import. So do I, quite regularly, but 99% of the time, it's just because I forgot to put "#!/usr/bin/env python" at the top of my python script :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Re: screen capture

2002-04-11 Thread Michael Spanier
Am Donnerstag, 11. April 2002 12:25 schrieb Quenten Griffith: > What program is "import" in I don't seem to have that on my system and > tried a apt-get install import on testing and it was not there then I > looked for it on freshmeat and could not find it. > > Thanks [EMAIL PROTECTED]:~$ dpkg -

Re: screen capture

2002-04-11 Thread Quenten Griffith
What program is "import" in I don't seem to have that on my system and tried a apt-get install import on testing and it was not there then I looked for it on freshmeat and could not find it. Thanks Justin R. Miller wrote: Said Crispin Wellington on Thu, Apr 11, 2002 at 06:03:32PM +0800: I use i

Re: screen capture

2002-04-11 Thread Justin R. Miller
Said Crispin Wellington on Thu, Apr 11, 2002 at 06:03:32PM +0800: > I use import. > > import -window root filename.png > > It automatically saves in the format specified in the filename > extension. png, jpg etc. > > To wait before a capture go... > > sleep 5; import -window root filename.png

Re: screen capture

2002-04-11 Thread Crispin Wellington
On Wed, 2002-04-10 at 21:38, Quenten Griffith wrote: > I can't seem to find the tool in KDE for capturing the screen, I think > its called kapture. Is it apart of another package in "testing". I use import. import -window root filename.png It automatically saves in the format specified in the

Re: screen capture

2002-04-10 Thread Quenten Griffith
Thank you that was it, I couldn't remember the name thanks again Florian Struck wrote: On Wednesday 10 April 2002 15:38, Quenten Griffith wrote: I can't seem to find the tool in KDE for capturing the screen, I think its called kapture. Is it apart of another package in "testing". Its called KSnaps

Re: screen capture

2002-04-10 Thread Florian Struck
On Wednesday 10 April 2002 15:38, Quenten Griffith wrote: > I can't seem to find the tool in KDE for capturing the screen, I think > its called kapture. Is it apart of another package in "testing". Its called KSnapshot should work with "apt-get install KSnapshot" Running sid here im not sure abo