Comment 2 for bug 273976

Revision history for this message
moma (osmoma) wrote :

It still fails in Ubuntu 9.10 (Karmic), with Compiz.

Title bars are not included if you "import" screenshot when running Compiz with "Desktop Cube" and "Rotate Desktop" plugins activated.

I rotate and hold the desktop calm before screenshot.
$ sleep 5; import -window root image0.jpg
$ display image0.png
BAD.
See picture: http://bildr.no/view/600229
----

Screenshots are OK If "Desktop Cube" and "Rotate Desktop" plugins are off. Not activated.
Compiz i active. The Ubuntu's default "Desktop Wall" plugin is active.

Screenshots are now OK.

$ import -window root image1.jpg
$ display image1.png
OK

$ import -window root -frame image2.jpg
$ display image2.png
OK

Get window id for an arbitrary application.
$ xwininfo
xwininfo: Window id: 0x5400004

Then take screenshots of it. Wobble/move the window before shooting.
$ sleep 5; import -window 0x5400004 image3.png
$ display image3.png
OK.