View Single Post
Posts: 277 | Thanked: 319 times | Joined on Jan 2010
#520
@win7mac,



Try entering the commands one by one in terminal.



Code:
text=$(gconftool -g /apps/billboard/text)
After this make sure the variable has the correct string by doing:



Code:
echo $text
This should show the text you have in billboard.



Code:
gconftool -s -t string /apps/billboard/text "{{white}}Updating..."
After this your low power screen will have the text "Updating...".



Code:
gconftool -s -t string /apps/billboard/text "${text}"
After this it's back to normal but refreshed.