View Single Post
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#156
Originally Posted by giladmttw View Post
put the status bar on the left side and the window menu will open on the left:


<!-- Main windows title bar. You need to define its height -->
<frame id="main" height="50">

<layer x="0" y="0" w="800" h="50" type="pixmap" pixmap="applicationtopbararea"/>

<layer x="290" y="5" w="410" h="50" type="label" color="osso-TitleTextColor" justify="left" font="osso-TitleFont" />

<!-- Define the area that launches application menu -->

<button x="290" y="0" w="410" h="50" action="custom" options="inputonly,pressonly" />

<!-- Define the status bar applet panel -->

<panel x="0" y="0" w="280" h="50" />

<!-- Define minimize and close buttons -->
<!--
<button x="0" y="0" w="100" h="50" action="next" >
<active pixmap="titlebarclosebuttonpressed"/>
<inactive pixmap="titlebarclosebutton"/>
</button>
-->
<button x="-100" y="0" w="100" h="50" action="close" >
<active pixmap="titlebarclosebuttonpressed" />
<inactive pixmap="titlebarclosebutton"/>
</button>
Hey Gilad!

If I delete the following from /home/user/.osso/hildon-desktop/desktop.conf
Code:
[Tasknavigator]
X-Type=panel_box
X-Position-X=0
X-Position-Y=0
X-Size-Width=480
X-Size-Height=80
X-Orientation=left
X-UI-Policy=libtasknavigatorpolicy.so
X-Is-Ordered=1
X-Config-File=tasknavigator.conf
X-Plugin-Dir=/usr/share/applications/hildon-navigator
and then changed /usr/share/themes/NuvoClear2/matchbox/theme.xml
to your numbers, will that be safe for me to try?

I want to experiment with this but I'd really hate to goose my tablet by making a silly mistake.

Also, is there any type of safety check that can be done before seeing the new layout changes when trying out different numbers? Like do some of these certain variables have to add up to a specific number or else the tablet will be stuck in an endless reboot?

Hope I made sense.