Re: How to take screenshots in fluxbox
Javier Vasquez <[email protected]> Tue, 26 Feb 2013 11:52:16 -0600
| Newsgroups | gmane.comp.window-managers.fluxbox.user |
|---|---|
| Message-ID | <CALUrRGdcQS3bmV5+6gHUEdhfuo5Dqh6Fy2f58=00e0t5+0AfFQ@mail.gmail.com> |
On Mon, Feb 25, 2013 at 8:15 PM, user1 <[email protected]> wrote: > I am using ubuntu 12.04 and fluxbox 1.3.2 > > I cannot take proper screenshots in fluxbox > i have tred shutter, scrot, xfce4-screenshooter and gnome-screenshot > > It works fine in unity? > > -- > Denne mail er skrevet - svensk tid: > 26_Feb_2013 03:07 There are multiple ways, and a combination of imagemagick and xwd (perhaps xwud to play around with) i what I use. In the fluxbox usermenu I have: [submenu] (Snapshots) {} [exec] (Screen) {xwd -root > ~/my_screen.xwd && convert ~/my_screen.xwd ~/my_screen.gif && rm -f ~/my_screen.xwd} [exec] (Window) {xwd > ~/my_window.xwd && convert ~/my_window.xwd ~/my_window.gif && rm -f ~/my_window.xwd} [end] Actually imagemagick is not necessary to take the snapshot, it is to convert it to a format other applications besides xwud can use. -- Javier. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb