Comment 10 for bug 549935

Revision history for this message
Krytarik Raido (krytarik) wrote :

I forgot to fine-tune this, at my system a delay of 0.02 secs is just enough:

sleep 0.02; gnome-screenshot --area

Also, if you want to run it through a launcher, you need to set the command like this:

sh -c "sleep 0.02; gnome-screenshot --area"