![]() |
2009-12-09
, 21:02
|
Posts: 376 |
Thanked: 78 times |
Joined on Sep 2009
|
#52
|
![]() |
2009-12-09
, 21:20
|
Posts: 12 |
Thanked: 4 times |
Joined on Aug 2009
@ Finland
|
#53
|
For some reason, when I have the above mentioned desktop file in the images folder along with all the correct images, I can click "Change Background" but then the list that should appear doesn't! Nothing happens at all!!.
![]() |
2009-12-09
, 21:38
|
Posts: 376 |
Thanked: 78 times |
Joined on Sep 2009
|
#54
|
That is a known bug. See https://bugs.maemo.org/show_bug.cgi?id=6494
The following comments in the bug report from Jan Arne Petersen might help:
- The image files in the .desktop file need to be absolute paths currently (without the upcoming fix).
- And they should not contain trailing spaces.
![]() |
2009-12-10
, 04:01
|
Posts: 24 |
Thanked: 2 times |
Joined on Nov 2009
@ Cali
|
#55
|
![]() |
2009-12-10
, 14:43
|
Posts: 376 |
Thanked: 78 times |
Joined on Sep 2009
|
#56
|
![]() |
2009-12-10
, 19:42
|
Posts: 376 |
Thanked: 78 times |
Joined on Sep 2009
|
#57
|
![]() |
2009-12-10
, 22:00
|
Posts: 233 |
Thanked: 170 times |
Joined on Nov 2009
@ Finland
|
#58
|
Presumably, the file could be renamed with root access in X-Term, but I wouldn't have the first clue how to do that! So had to do it on my PC!
Hope this helps someone else.
The Following 5 Users Say Thank You to jaysire For This Useful Post: | ||
![]() |
2009-12-11
, 08:51
|
|
Posts: 93 |
Thanked: 36 times |
Joined on Nov 2009
@ Germany / Mainz
|
#59
|
![]() |
2009-12-11
, 12:26
|
Posts: 376 |
Thanked: 78 times |
Joined on Sep 2009
|
#60
|
@Dexter1759 since these files are located in the usr home you don't need root access for that!
But if I download them on my laptop and then send them over USB or BT, everything works.
The only difference between the files that I can find is that the N900's web browser encodes the .desktop files using UTF-8 (unicode text), while the firefox on my laptop uses ASCII text. (btw, the web server sends the files over as text/html)
On linux, you can check it using the 'file' command ('file blahblah.desktop'). Also, diff between the files will show an extra character at the beginning of the N900 file.
I think we may have two bugs here: one in the N900's web browser (encoding of the downloaded files) and the other in the change background utility (will not read utf-8 encoded files - it should be able to read them, right?)