View Single Post
Posts: 232 | Thanked: 32 times | Joined on Jul 2009 @ Idaho
#275
Originally Posted by Mitrandir View Post
Okay, now the small instruction for brave ones:
1. Make sure that you have libhildondesktop0, hildon-desktop and libhildonwm0 packages of exactly version 1:2.0.18-1fix1 and not, for example, 1:2.0.18-1fix1-1 or 1:2.0.18-1fix1-2. You can check it with this:
Code:
apt-cache policy libhildondesktop0 hildon-desktop libhildonwm0
It also seems that if you have installed patch for locking home applets from qwerty12, you must remove it and install regular version before.
2. Install this with “dpkg -i”: libhildondesktop0_2.0.18-1fix1-12applets_armel.deb. This package has 12 applets limit instead of 7.
3. You must also alter matchbox theme.xml to make space for more applets in statusbar. Below are my modifications of Echo theme, you can modify your one in the same manner. Statusbar should be increased to hold 5 more applets which equals to 5×40px = 200px.

/usr/share/themes/echo/matchbox/theme.xml:

Old:
Code:
<layer x="35" y="9" w="283" h="30"·
   type="label" color="osso-TitleTextColor" justify="left" font="osso-TitleFont" />
New:
Code:
<layer x="35" y="9" w="104" h="30"·
   type="label" color="osso-TitleTextColor" justify="left" font="osso-TitleFont" />
Old:
Code:
<button x="3" y="0" w="315" h="60" action="custom" options="inputonly,pressonly" />
New:
Code:
<button x="3" y="0" w="115" h="60" action="custom" options="inputonly,pressonly" />
Old:
Code:
<panel x="-372" y="0" w="280" h="50" />
New:
Code:
<panel x="-572" y="0" w="480" h="50" />
I have also changed background image in /usr/share/themes/echo/images/qgn_plat_application_status_bar_background.png to make window title “tab” narrower.

4. Reboot
Sorry to double post.
But my leafpad isn't working and nano is segmentation faulting on me. I fear if I reboot my installation will die, as I installed the new hildon stuff in this post.... but its turning it back into the echo theme it looks like?
I can't find where in the theme.xml file your values are posted.
Guess i'll next try on a desktop from an SCP'ed copy and use it instead.
Update: Yeah I figured they would be different. However I am going to try some values based on mathematical calculations of difference for what has been posted for the echo theme to the Diablo5 theme. Also, I lost my osso-softwareversion-rsXX (or whatever it is called), so now I can't use SSU. Hope there isn't any great updates or I might have to reimage this.
Update: I completely forgot that in echo the buttons are on the left compared to Diablo5 being on the right, so now all my icons are gone. Also the hacked up files you posted seem to only work on the echo theme, either that or I just don't remember what Diablo5's normal home screen looked like.
__________________
If my posts have a few misspellings or other errors, it's probably cause I'm pounding out words at the speed of insanity on my N810.
http://last.fm/mgamerz
http://twitter.com/mgamerz
http://youtube.com/mgamerz

Last edited by Mgamerz; 2010-08-19 at 06:37.