View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#139
Originally Posted by hac11 View Post
That is what I am doing, but the background remains black. My drives name is .barbalonga and there is a folder in it called images, inside there is a pic called 01.jpeg.

when i run that command with the same line you posted except 01.jpeg in the pics name it remains black.

when i run the command with /.barbalonga/images/01.jpeg it still remains black.
what am i doing wrong?
Thank you for your help :-)
If your folder ".barbalonga" is located inside the folder "images", you should write:

gconftool -s /apps/osso/hildon-desktop/views/5/bg-image -t string /home/user/MyDocs/.images/barbalonga/your_picture.jpg

If your folder ".barbalonga" is located outside the folder "images", you should write:

gconftool -s /apps/osso/hildon-desktop/views/5/bg-image -t string /home/user/MyDocs/barbalonga/your_picture.jpg

Last edited by Schturman; 2010-05-09 at 16:46.