← Back to team overview

lubuntu-desktop team mailing list archive

Re: LxScreenshot update

 

On 11/27/2011 02:54 AM, Andrew Woodhead wrote:
> On 27 November 2011 10:43, ∅ <maps.backward@xxxxxxxxx
> <mailto:maps.backward@xxxxxxxxx>> wrote:
>
>     On 11/27/2011 02:29 AM, Stephen Smally wrote:
>>     Hi, i have updated lxscreenshot, now it's possible use the
>>     command-line arguments (there is only one, --shot or -s, wich is
>>     a non-interactive mode).
>     sure would be nice to have an option to take a shot only of a
>     particular window, as with scrot -u. admittedly that goes for gui
>     as well as command line.
>
> Can install imagemagick and run:
> sleep 10; import ~/screenshot.png
> The sleep 10 gives you time to arrange the screen, you can then draw a
> box around the thing you want to screenshot :)
or you could:
scrot -ud 5
the 5 second delay gives you time to click on the window you want to
take a screenshot of.

for that matter you could:
scrot -s
and it's an exact replica of what you suggested, except there's no time
limit. you're done when you're done. you can even just click the title
bar of the window you want.

this is not necessarily about the best way to handle this in the command
line. i think ultimately scrot has proven un-userfriendly to some folks
and thus the need to create a relevant (shutter is not, it's bloatware)
gui tool. when i take screenshots, i often want to do just windows, so
this is important imho, even though i have a perfectly acceptable
solution (for myself personally) as is.

References