Screenshot the entire screen but balloon text for miniwindows too?

2014-04-18 Thread Csányi Pál
Hi,

I'm running on Debian GNU/Linux SID Windowmaker 0.95.5 and want to
take screenshots of my Workspaces.

I'm using two commands for this:
1.
xwd -out -root ~/ScreenShot.jpg  convert ~/ScreenShot.jpg -resize
x960 ~/ScreenShot.jpg

2.
import -window root -resize x960 ~/Kepek/KepernyoLovesek/AsztalKepe.jpg

None of them can shot the balloon text on miniwindows too.

Can I take screenshot of my Workspace so so I get a balloon text on a
miniwindow too?

-- 
Regards from Pal


-- 
To unsubscribe, send mail to wmaker-user-unsubscr...@lists.windowmaker.org.


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 bi...@billy.com.mx
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 wmaker-user-unsubscr...@lists.windowmaker.org.


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 psee...@rumbero.org:
 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 wmaker-user-unsubscr...@lists.windowmaker.org.