[email protected] wrote: > Jean-Christophe Bach <[email protected]> [16-08-27 12:00]: >> Hello, >> >>> I am looking for an alternative for shutter, which has been >>> removed from portage which is not shutterbug (see me initial posting). >>> >>> So neither shutter nor shutterbug is an alternative to shutter. >>> >>> What else can I use instead. >> >> I am using media-gfx/scrot, a very simple screenshot program. >> >> JC > > Hi Bill, hi Jean-Christophe, > > GREAT! Thanks for the input...will take scrot but only for that > reason, that I have no XFCE installed and dont want install > the dependencies. >
If dumping a single X window is sufficient there is also x11-apps/xwd, which I use together with convert from imagemagik: $ /usr/bin/xwd | convert - screenshot.png raffaele

