maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   How do I get 9 homescreens without using terminal (https://talk.maemo.org/showthread.php?t=56364)

Whitegren 2010-06-16 15:38

Re: How do I get 9 homescreens without using terminal
 
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

fatalsaint 2010-06-16 15:41

Re: How do I get 9 homescreens without using terminal
 
Quote:

Originally Posted by Whitegren (Post 717722)
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]

Whitegren 2010-06-16 15:43

Re: How do I get 9 homescreens without using terminal
 
How do i do them on separate lines without pressing 'enter'

fatalsaint 2010-06-16 15:43

Re: How do I get 9 homescreens without using terminal
 
Quote:

Originally Posted by Whitegren (Post 717729)
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 :D. Typo's in there are not my fault ;).

fatalsaint 2010-06-16 15:50

Re: How do I get 9 homescreens without using terminal
 
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.

Whitegren 2010-06-16 15:57

Re: How do I get 9 homescreens without using terminal
 
Thanks mate :-)

You've been a great help


I've finally got it working YEY

James_Littler 2010-06-16 16:10

Re: How do I get 9 homescreens without using terminal
 
does that create a 3x3 grid of desktops or a 9x1 strip of desktops?

Whitegren 2010-06-16 16:11

Re: How do I get 9 homescreens without using terminal
 
9x1

Going across in either direction

Matan 2010-06-16 16:12

Re: How do I get 9 homescreens without using terminal
 
Quote:

Originally Posted by fatalsaint (Post 717668)

That link is out of date. It is preferable not to point users to it.

fatalsaint 2010-06-16 16:17

Re: How do I get 9 homescreens without using terminal
 
Quote:

Originally Posted by Matan (Post 717768)
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.


All times are GMT. The time now is 12:16.

vBulletin® Version 3.8.8