Tiny Core Linux
Tiny Core Extensions => TCE Bugs => Topic started by: beerstein on June 29, 2015, 10:49:42 AM
-
piCore 6.1 does not save a screen dump png file into /home/tc. I can select SceenShot from menue and click and it shows the message that a screenshot has been made.
But no png file in /home/tc.
There is another glitch which needs attention: Characters in tce-load window have no contrast and not visible.
Please help or help with howto fix it?
Thank you
-
Hi beerstein
Does /usr/bin/screenshot.sh look like this:
#!/bin/sh
[ -z ${DISPLAY} ] && echo "Requires X" && exit 1
filename=screenshot_`date "+%m%d%H%M%S"`.png
/bin/sh -c "sleep 1 && /usr/bin/imlib2_grab $filename"If so, try changing the line that says filename= to:
filename=$HOME/screenshot_`date "+%m%d%H%M%S"`.png
-
piCore 6.1 does not save a screen dump png file into /home/tc. I can select SceenShot from menue and click and it shows the message that a screenshot has been made.
But no png file in /home/tc.
Install imlib2-bin.tcz