Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: beerstein on June 29, 2015, 10:49:42 AM

Title: ScreenShot problems and tce-load window characters
Post 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
Title: Re: ScreenShot problems and tce-load window characters
Post by: Rich on June 29, 2015, 11:15:56 AM
Hi beerstein
Does  /usr/bin/screenshot.sh  look like this:
Code: [Select]
#!/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:
Code: [Select]
filename=$HOME/screenshot_`date "+%m%d%H%M%S"`.png
Title: Re: ScreenShot problems and tce-load window characters
Post by: bmarkus on June 29, 2015, 02:36:44 PM
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