Re: Screen Hardcopy Utility

2006-03-30 Thread Mirco Piccin
Hi.To do this, you must first take a screenshot , then send the image to printer.You can use ImageMagick and Cups.so, i.e, to take screenshot:# import -window root /tmp/desktop_snap.jpgand to print it should be sufficent: # lpr -P your_local_printer /tmp/desktop_snap.jpgto do all-in-one you must cr

Re: Screen Hardcopy Utility

2006-03-29 Thread Ron Johnson
As far as direct-to-printer, I don't know if any GUI has that. GNOME does, though, have a Take Snapshot app. You can pull up the screen print in eog (Image Viewer) and print from it. On Wed, 2006-03-29 at 22:33 +0200, Michael Wuest wrote: > Hi. > > You mean Window Manager? > > Oh well, I am

Re: Screen Hardcopy Utility

2006-03-29 Thread Michael Wuest
Hi. You mean Window Manager? Oh well, I am using Gnome with the standardly installed window manager... Thats all I know.. Sorry, Bye, Michael. Ron Johnson schrieb: On Wed, 2006-03-29 at 20:50 +0200, Michael Wuest wrote: Hi there, I need a program/script to do the following: - running deb

Re: Screen Hardcopy Utility

2006-03-29 Thread Ron Johnson
On Wed, 2006-03-29 at 20:50 +0200, Michael Wuest wrote: > Hi there, > > I need a program/script to do the following: > > - running debian sarge / xfree > - to the pc attached is a printer (parallel, PCL5 compliant) > - user presses a special key to be defined > - the actual screen (consisting of

Screen Hardcopy Utility

2006-03-29 Thread Michael Wuest
Hi there, I need a program/script to do the following: - running debian sarge / xfree - to the pc attached is a printer (parallel, PCL5 compliant) - user presses a special key to be defined - the actual screen (consisting of rdesktop or vncviewer content) is being printed on the printer automa