View Single Post
Switch_'s Avatar
Posts: 601 | Thanked: 549 times | Joined on Mar 2010 @ Redditch, UK
#1685
Originally Posted by etuoyo View Post
Cool are these just a desktop background? Not sure what the desktop file there does. Do you just use the four images for your four desktops or is there something I am meant to do with the .desktop file. Seemed to have a few of those in my image folder - abstract 1, abstract 2, blur, etc.
In order for you to apply the four images easily to the desktops there needs to be the *.desktop file. The contents of the *.desktop file are easily edited and the contents merely point the phone to the correct images and sequence to display them in. Example code would be thus;

Code:
[Desktop Entry]
Type=Background Image
Name=Liquid
Hidden=True
X-File1=/home/user/MyDocs/.images/.Liquid_01.jpg
X-File2=/home/user/MyDocs/.images/.Liquid_02.jpg
X-File3=/home/user/MyDocs/.images/.Liquid_03.jpg
X-File4=/home/user/MyDocs/.images/.Liquid_04.jpg
X-Order=01
All you have to do is place the four images and the *.desktop file in the
Code:
.images
folder in MyDocs and then when on your desktop, hit it to bring up the settings icon, go to "Change Background" and select the image set applicable, in the case of the above *.desktop excerpt, the image set is called "Liquid".

Simples!
 

The Following User Says Thank You to Switch_ For This Useful Post: