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 14:51

How do I get 9 homescreens without using terminal
 
How do I get 9 homescreens without using terminal

Thanks :-)

maddler 2010-06-16 14:53

Re: How do I get 9 homescreens without using terminal
 
any reference, perhaps?

Whitegren 2010-06-16 14:58

Re: How do I get 9 homescreens without using terminal
 
I want to be able to have 9 homescreens instead of just four

I know its possible as i've seen both youtube videos and read tutorials

But I can't get it working using xterminal

So I was asking if anyone knew of a way I could get 9 home screens without using xterminal

Cobra 2010-06-16 15:04

Re: How do I get 9 homescreens without using terminal
 
nope........

fatalsaint 2010-06-16 15:08

Re: How do I get 9 homescreens without using terminal
 
http://maemobriefs.blogspot.com/2010...e-screens.html

Whitegren 2010-06-16 15:17

Re: How do I get 9 homescreens without using terminal
 
In that link you have to use xterminal when
i do that i get errors etc

fatalsaint 2010-06-16 15:25

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

Originally Posted by Whitegren (Post 717686)
In that link you have to use xterminal when
i do that i get errors etc

instead of giving up on the solution that has worked for many.. it's probably more useful to troubleshoot why it's not working for you.

You need to install a modified hildon desktop and you'll need to edit the gconf files. There's no GUI for this, as the Nokia released hildon is hard coded to 4 desktops in my understanding.

If you're getting errors.. you are better off posting the errors so people can help you troubleshoot rather than wanting an alternate method that nobody else has needed.

tirtawn 2010-06-16 15:30

Re: How do I get 9 homescreens without using terminal
 
what he is looking is an application that would do the magic by modifying all the necessary files. reboot and magically he will have 9 home screen.

There is no such application exists yet, unless someone wants to create one :).

pelago 2010-06-16 15:30

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

Originally Posted by fatalsaint (Post 717668)

That blog posting says to type "Sudo gainroot", when in fact you should type "sudo gainroot", as it is case-sensitive. Actually, you could just type "root" as I believe that is equivalent to "sudo gainroot".

fatalsaint 2010-06-16 15:30

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

Originally Posted by pelago (Post 717707)
That blog posting says to type "Sudo gainroot", when in fact you should type "sudo gainroot", as it is case-sensitive. Actually, you could just type "root" as I believe that is equivalent to "sudo gainroot".

Good catch.. and yes "root" will do the same thing.

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.

Whitegren 2010-06-16 16:21

Re: How do I get 9 homescreens without using terminal
 
Thanks for all help so far

but even though I have selected a pic for the new home screens (5,6,7,8,9)

They are all shown as black

and if i try to change the back ground from the phone they change the first four and 5-9 stay black



How can I change the background for these

fatalsaint 2010-06-16 16:31

Re: How do I get 9 homescreens without using terminal
 
I recommend reading through and following the thread I linked to just above yours.. and asking your questions in there instead.

I actually don't use the 9 desktops; so I don't know, but a lot of people that do may be subscribed to that other thread and be able to help. (If the answer isn't already in there.)

Matan 2010-06-16 16:39

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

Originally Posted by fatalsaint (Post 717770)
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.

I would, if I could. The most up to date information is probably here: http://talk.maemo.org/showthread.php?p=702404 , but I would not like that thread to be used for discussing the "9 desktops" feature.

What really needs to happen is for someone to create a package that depends on modified hildon desktop, replaces hildon-home with the version that supports 9 views, and includes other small things that are necessary. I am really surprised that of the few thousands of users for this feature, not one bothered to do this job, which does not require any programming.

HellFlyer 2010-06-16 16:46

Re: How do I get 9 homescreens without using terminal
 
So is anyone updated to newer pr 1.2 version or not? 13 weeks ago a person named Matan wrote
Quote:

Do not install modified-hildon-desktop from extras-devel, it is an old version, and it does not include a lot of features (including more than 4 desktops feature). Since the autobuilder can't build this package, it can't be updated. I already asked for its removal.

Whitegren 2010-06-16 16:51

Re: How do I get 9 homescreens without using terminal
 
You gave me this link
http://maemobriefs.blogspot.com/2010...e-screens.html

People who have commented on this site have experienced the same issue
But haven't discussed a fix

Does anyone know how to put backgrounds on home screens 5-9
As even though I have chosen an image in x terminal they won't change from black and I am unable to change it from the phone

fatalsaint 2010-06-16 16:54

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

Originally Posted by fatalsaint (Post 717770)
Fair enough. I got it from searching these forums and finding this.

I was referring to this one. Not the blog post.

Matan 2010-06-16 16:58

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

Originally Posted by Whitegren (Post 717804)
You gave me this link
http://maemobriefs.blogspot.com/2010...e-screens.html

People who have commented on this site have experienced the same issue
But haven't discussed a fix

Does anyone know how to put backgrounds on home screens 5-9
As even though I have chosen an image in x terminal they won't change from black and I am unable to change it from the phone


See this thread: http://talk.maemo.org/showthread.php?p=702404 , or toward the end of this one: http://talk.maemo.org/showthread.php?t=47371 . In short, you need to install two packages for 9 desktops support. modified-hildon-desktop and a modified package called hildon-home.

Quote:

So is anyone updated to newer pr 1.2 version or not? 13 weeks ago a person named Matan wrote
Quote:

Do not install modified-hildon-desktop from extras-devel, it is an old version, and it does not include a lot of features (including more than 4 desktops feature). Since the autobuilder can't build this package, it can't be updated. I already asked for its removal.

The old package was already removed from extras-devel.


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

vBulletin® Version 3.8.8