Comment 8 for bug 1418149

Revision history for this message
Andreas Wehler (andreas-wehler) wrote :

Hi.

SUCCESS!

Ubuntu 16.04; shutter 0.93.1 Rev.1278

@random seems to be right. Keyboard shortcut may be wrapped within a separate bash, then it works:

Shortcut for Shift+Print

# This fails:
shutter --active

# This works:
bash -c "shatter --active"

Have fun!

Thanks for he great shutter, Andreas