Reply
Thread Tools
Posts: 29 | Thanked: 0 times | Joined on Jun 2010
#11
I have typed this in xterminal on my n900

gconftool -s /apps/osso/hildon-desktop/views/5/bg-image -t string /home/user/MyDocs/Images/nseries_01.jpg gconftool -s /apps/osso/hildon-desktop/views/active -t list --list-type int [1,2,3,4,5]

and I get the error

Error: Parse error: Didn't understand 'home/user/MyDocs/Images/nseries_01.jpg' (list must start with '[')#


What have I done wrong?
or
What can I do to make it work

Last edited by Whitegren; 2010-06-16 at 15:41.
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#12
Originally Posted by Whitegren View Post
I have typed this in xterminal on my n900

gconftool -s /apps/osso/hildon-desktop/views/5/bg-image -t string /home/user/MyDocs/Images/nseries_01.jpg gconftool -s /apps/osso/hildon-desktop/views/active -t list --list-type int [1,2,3,4,5]

and I get the error

Error: Parse error: Didn't understand 'home/user/MyDocs/Images/nseries_01.jpg' (list must start with '[')
Two things:

1) Are you running that all on one line like you posted here?? Those are two different commands. (I just realized the blog doesn't specify the second enter key. You should hit enter there.)

2) The first one should look like:
Code:
gconftool -s /apps/osso/hildon-desktop/views/5/bg-image -t string "/home/user/MyDocs/Images/nseries_01.jpg"
I believe (with the quotes), and the second:
Code:
gconftool -s /apps/osso/hildon-desktop/views/active -t list --list-type int [1,2,3,4,5]
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following 2 Users Say Thank You to fatalsaint For This Useful Post:
Posts: 29 | Thanked: 0 times | Joined on Jun 2010
#13
How do i do them on separate lines without pressing 'enter'
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#14
Originally Posted by Whitegren View Post
How do i do them on separate lines without pressing 'enter'
I just made this edit:

(I just realized the blog doesn't specify the second enter key. You should hit enter there.)


Note: I didn't write the blog post . Typo's in there are not my fault .
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#15
Also, I'll point out he doesn't do a good job explaining what he's doing. That will give you 5 screens, the first commands tells gconf what image to use as a background for screen 5, the second sets the layouts from 1-5.

If you want more, you will need to run the first command for each desktop you want adding it an image you want:
Code:
gconftool -s /apps/osso/hildon-desktop/views/6/bg-image -t string "/home/user/MyDocs/Images/nseries_01.jpg"
Note the 6 in there instead of a 5. Do it for 7 8 and 9 too.

Then your second command will end with [1,2,3,4,5,6,7,8,9]

I believe.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Posts: 29 | Thanked: 0 times | Joined on Jun 2010
#16
Thanks mate :-)

You've been a great help


I've finally got it working YEY
 
James_Littler's Avatar
Posts: 820 | Thanked: 436 times | Joined on May 2010 @ Portsmouth, UK.
#17
does that create a 3x3 grid of desktops or a 9x1 strip of desktops?
 
Posts: 29 | Thanked: 0 times | Joined on Jun 2010
#18
9x1

Going across in either direction
 
Posts: 1,224 | Thanked: 1,763 times | Joined on Jul 2007
#19
That link is out of date. It is preferable not to point users to it.
__________________
My repository

"N900 community support for the MeeGo-Harmattan" Is the new "Mer is Fremantle for N810".

No more Nokia devices for me.
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#20
Originally Posted by Matan View Post
That link is out of date. It is preferable not to point users to it.
Fair enough. I got it from searching these forums and finding this.

Now.. instead of just saying "don't do that".. it would have been appreciated had you provided a more updated link, how to, something, that is "preferable" to point users too.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 18:33.