View Single Post
moudy91's Avatar
Posts: 165 | Thanked: 18 times | Joined on Jun 2010
#55
hi pakana.
am really interested to put the date on the desktop without widget desktop execution by replace the operator name like you did on the picture below so please can you give me the was but STEP BY STEP
i did put it on the root command
#!/bin/sh
set $(date +%d\ %m\ %Y)
gconftool -s /apps/connui-cellular/operator_name_online $1.\ $2.\ $3 --type=string.
and its on the desktop now but the question is do i always have to update it or it will be automatic update so please i need a way to be automatic update.
thank you

Last edited by moudy91; 2010-09-01 at 20:12. Reason: update