NOw this is awesome...
New version is out and now whole app is in english thanks to vmlinuxx....
just install this app and u will get most of the menus working straight out of installation like shutdown, restart, Dspace, jhacker(intigrated these apps in this application) and rest depends upon which apps are already installed..
and if u want to change or add new applications
Just change
"startmenu.conf"
file in
".system/QTDownLoad/startmenue6" folder
just make sure u edit it in UNIX compatible editor..
and What to Edit is self explanatory...
like first line
file://tux.png,11,-3,220
here
file://tux.png is the file to be used as start menu icon..
then 11 is font size
and -3, 220 are the coordinates for this icon
(-3 to make it more towards left then it is with 0)
and then follows the tree structure of menu...
and its recursive means u can make menus under menus and if a menu name is followed by a link then it becomes link for that app
EDIT:and now we can have images also with apps..
eg for Ezx app
someicone.png,Exmms,../exmms/exmms.lin &
for java app
someicone.png,Scientific Calc,/usr/SYSjava/kvm -launch 20014 &
where 20014 is the MIDlet number (i.e MIDlet20014 in .system/java/DownloadApps)
