View Single Post
Berserk's Avatar
Posts: 199 | Thanked: 156 times | Joined on May 2010 @ Holland
#5
Originally Posted by Bingley Joe View Post
Sounds great, and as I mentioned earlier, having a bit of control over the parameters will be welcome.. in fact, a combination of Wallpaper Creator and your app would be the best of both worlds, when you think about it
Yes, that seems golden to me, too first I'll finish my own, then I'll contact the creator of Wallpaper Creator.

I think I'll suggest to make a main screen, with two buttons: 'Slice 3200x480 image' and 'Open 4 800x480 images', which will open the corresponding functionality. I just hope he made it in C++ :P


Could you be more specific about the parameters?
Apart from the Name and X-Files (Mulder and Scully on Maemo!!) there aren't many options I think?

Code:
[Desktop Entry]
Type=Background Image
Name=Setname
Hidden=True

X-File1=/home/user/MyDocs/.images/file1.png
X-File2=/home/user/MyDocs/.images/file2.png
X-File3=/home/user/MyDocs/.images/file3.png
X-File4=/home/user/MyDocs/.images/file4.png

X-Order=01
I'm not sure how X-Order works, does it it start with X-File1 in the above example?
I also don't know about Hidden, the file '.name.desktop' is hidden, 'name.desktop' isn't (notice the period). How does Hidden work in this?

Thanks for your input!