![]() |
2010-08-13
, 13:06
|
Posts: 356 |
Thanked: 172 times |
Joined on Jan 2010
@ Canada
|
#2
|
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
The Following User Says Thank You to Bingley Joe For This Useful Post: | ||
![]() |
2010-08-13
, 16:04
|
|
Posts: 199 |
Thanked: 156 times |
Joined on May 2010
@ Holland
|
#3
|
![]() |
2010-08-13
, 19:31
|
Posts: 356 |
Thanked: 172 times |
Joined on Jan 2010
@ Canada
|
#4
|
Thanks Bingley Joe
So someone beat me hahah I wasn't aware that an app like this already existed, but in any case it's great training for myself.
I oughtta contact him indeed, see if we can work something out
I've decided to keep the image paths variable (selectable with file-dialog), and the .desktop file wil always be saved in /home/user/MyDocs/.images/, to avoid possible problems.
EDIT: the current functionality is (if your're interested)
- User types image-set name.
- User selects 4 images, then path+filename and preview are shown for all of them.
- Save button only works when everything is filled in.
- Saves <name>.desktop to Images folder by pressing the save button.
- First thing on my to-do list is resolution check, has to be 800 x 480, of course
Back to the lab again!
The Following User Says Thank You to Bingley Joe For This Useful Post: | ||
![]() |
2010-08-14
, 15:14
|
|
Posts: 199 |
Thanked: 156 times |
Joined on May 2010
@ Holland
|
#5
|
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
[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
![]() |
2010-08-14
, 16:03
|
Posts: 356 |
Thanked: 172 times |
Joined on Jan 2010
@ Canada
|
#6
|
The Following User Says Thank You to Bingley Joe For This Useful Post: | ||
![]() |
2010-08-14
, 17:02
|
|
Posts: 199 |
Thanked: 156 times |
Joined on May 2010
@ Holland
|
#7
|
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