More than four views

One of the features of modified hildon desktop is increasing the number of desktops (called "views" henceforth).

There are a few issues to consider:

Alternative way for priming the cache

Running this list of commads should get you nine working views with nine backgrounds. After that you should be able to set the wanted number of views and their backgrounds:
cd /home/user/MyDocs
for i in 1 2 3 4 5 6 7 8 9 ; do wget http://my.svgalib.org/~matan/770/n900/backgrounds/$i.png ; done
gconftool -s /apps/osso/hildon-desktop/views/active -t list --list-type int [1,2,3,4,5,6,7,8,9]
for i in 1 2 3 4 5 6 7 8 9 ; do gconftool -s /apps/osso/hildon-desktop/views/$i/bg-image -t string /home/user/MyDocs/$i.png ; done