Tiny Core Extensions > TCE Bugs

ScreenShot problems and tce-load window characters

(1/1)

beerstein:
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

Rich:
Hi beerstein
Does  /usr/bin/screenshot.sh  look like this:

--- Code: ---#!/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"
--- End code ---
If so, try changing the line that says  filename=  to:

--- Code: ---filename=$HOME/screenshot_`date "+%m%d%H%M%S"`.png
--- End code ---

bmarkus:

--- Quote from: beerstein on June 29, 2015, 07: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.

--- End quote ---

Install imlib2-bin.tcz

Navigation

[0] Message Index

Go to full version