Quote:
Originally Posted by PeterT
If you want a slightly convoluted approach that should be independent of changes by Lobo try writing a program based on the fmon add-on that monitors for a call to open the image to be used as the default screensaver and overwrite that file by the desired image.
|
Do you think it would be possible to overwrite the lines
Code:
echo %1 > /sys/power/state-extended
echo mem > /sys/power/state
of libnickel by a call to a user script which prints the picture and then executes these two lines ("1" instead of "%1")?