Raspberry Pi port, piCore-15.0 is available!
OK, then "imlib2_grab" should also be working. Note: Do you copy/paste examples, or type them in yourself?
Quote from: mikshaw on April 15, 2009, 11:31:15 PMthe menu command is "sleep 1 && imlib2_grab screenshot_`date "+%m.%d_%H:%M:%S"`.png", so it should be in your home directory and look something like this: screenshot_04.15_23:30:39.pngit does not work for me but this it does:Code: [Select]exec /bin/sh -c "sleep 1 && /usr/bin/imlib2_grab screenshot_`date "+%Y%m%d%H%M%S"`.png"
the menu command is "sleep 1 && imlib2_grab screenshot_`date "+%m.%d_%H:%M:%S"`.png", so it should be in your home directory and look something like this: screenshot_04.15_23:30:39.png
exec /bin/sh -c "sleep 1 && /usr/bin/imlib2_grab screenshot_`date "+%Y%m%d%H%M%S"`.png"
Quote from: jpeters on April 18, 2009, 03:07:09 PMOK, then "imlib2_grab" should also be working. Note: Do you copy/paste examples, or type them in yourself? It works from console (aterm) but it does not from the menu (if called without the full pathname)
#!/bin/ashsleep 1 && imlib2_grab screenshot_`date "+%m.%d_%H:%M:%S"`.png