I'm currently developing "Image Set Maker" as my first C++/Qt application (for N900), which allows users to make .desktop files easily (for wallpapers), in stead of having to type everything..
I'd like to know 2 things about this: - Do all the pictures have to be in /home/user/MyDocs/.images/ ? Or is any folder suitable? Since .desktop files feature full paths, I think they could go anywhere, but I'm not sure. In other words, is it 'legal' to use one image from DCIM, one from .documents and two from .images, for example?
- Does the .desktop file always need to be saved in /home/user/MyDocs/.images/ ? Or is any folder suitable? I reckon .images is the default place where the N900 looks.. Many thanks for any help you can give