Anybody know where to change the screenshot destination path ? For now, I just hacked /etc/crontab/root to periodically move the screenshot files to my /mnt/us/pictures/screenshots subfolder where the viewer can find them. Don't mind the 1 minute lag, but of course less things running is always better...
Code:
*/1 * * * * /bin/mv /mnt/us/documents/screen_shot-*.gif /mnt/us/pictures/screenshots/
Thanks,
Martin