ok let me clarify this Q... here is wht i have to do: (pls correct me if im wrong) Code: cd /home/user/MyDocs then.. wget http://my.arava.co.il/~matan/770/n900/backgrounds/$i.png then... gconftool -s /apps/osso/hildon-desktop/views/active -t list --list-type int [1,2,3,4,5,6,7,8,9] then... gconftool -s /apps/osso/hildon-desktop/views/$i/bg-image -t string /home/user/MyDocs/$i.png im a bit lost there about the i's if let say i want 9 walls... do i have to to the cmd 9 times placing the i's from 1 to 9? thank for the help Q
cd /home/user/MyDocs then.. wget http://my.arava.co.il/~matan/770/n900/backgrounds/$i.png then... gconftool -s /apps/osso/hildon-desktop/views/active -t list --list-type int [1,2,3,4,5,6,7,8,9] then... gconftool -s /apps/osso/hildon-desktop/views/$i/bg-image -t string /home/user/MyDocs/$i.png