Re: Screenshot the entire screen but balloon text for miniwindows too?

2014-04-18 Thread Csányi Pál
2014-04-18 12:29 GMT+02:00 Paul Seelig :
> On 04/18/2014 12:22 PM, Csányi Pál wrote:
>> Can I take screenshot of my Workspace so so I get a balloon tex on a
>> miniwindow too?
>>
> Use scrot instead, works for me as i just verified. Since you are using
> Debian:
>
> $ dpkg -s scrot

I have installed now scrot and can use it successfully to take screenshot of
a balloon tex on a miniwindow too by using the command:

scrot 'AsztalKepe.jpg' -d 2 -e 'mv $f ~/Kepek/KepernyoLovesek/' &&
convert ~/Kepek/KepernyoLovesek/AsztalKepe.jpg -resize x960
~/Kepek/KepernyoLovesek/AsztalKepe.jpg

The '-d 2' option is that that allow me to move the mouse pointer over
a miniwindow to get the balloon text over it.

-- 
Regards from Pal


--
To unsubscribe, send mail to [email protected].


Re: Screenshot the entire screen but balloon text for miniwindows too?

2014-04-18 Thread Paul Seelig
On 04/18/2014 12:22 PM, Csányi Pál wrote:
> Can I take screenshot of my Workspace so so I get a balloon text on a
> miniwindow too?
> 
Use scrot instead, works for me as i just verified. Since you are using
Debian:

$ dpkg -s scrot
Package: scrot
Status: install ok installed
Priority: optional
Section: graphics
Installed-Size: 80
Maintainer: William Vera 
Architecture: amd64
Version: 0.8-13
Depends: giblib1 (>= 1.2.4), libc6 (>= 2.2.5), libfreetype6 (>= 2.2.1),
libimlib2, libx11-6, libxext6, zlib1g (>= 1:1.1.4)
Description: command line screen capture utility
 scrot (SCReen shOT) is a simple commandline screen capture
 utility that uses imlib2 to grab and save images. Multiple
 image formats are supported through imlib2's dynamic saver
 modules.
Homepage: http://freshmeat.net/projects/scrot


-- 
To unsubscribe, send mail to [email protected].