Comment 5 for bug 1204452

Revision history for this message
In , i (iiiiii-deactivatedaccount) wrote :

I've build it from source here changing 0.8 to 0.4 in xfce4-screenshooter/lib/screenshooter-capture.c

lines 525-526:
          /* Restore the transparent background */
          cairo_set_source_rgba (cr, 0, 0, 0, 0.8);

lines 549-551:
      /* Draw the transparent background */
      cr = gdk_cairo_create (GDK_DRAWABLE (widget->window));
      cairo_set_source_rgba (cr, 0, 0, 0, 0.8);

And it's very usable this way.