Package Name for Meego Harmattan
Hi All,
Would like to check with you guys regarding the package name for QML Meego Harmattan.
Based on the specification, we can only use lowercase and cannot have space for "Package Name" field. In this case, let said I can only put the Package Name as "hello_world" instead of "Hello World".
But when package as debian package and install on N950, the Package Name will be show as the application name in the application list page on the phone which is not nice as the name is not really readable.
Any other way to change the application name show in application list page on the phone?
Thanks in advance
Re: Package Name for Meego Harmattan
Hi
Add "XB-Maemo-Display-Name field by default" entry to your debian/control file.
Ciao
GNU
Re: Package Name for Meego Harmattan
In my projects I have been using the field
Name
in the .desktop file to set the application name shown in the application grid/menu.
Hartti
Re: Package Name for Meego Harmattan
Thanks alot guys.. after i add in XB-Maemo-Display-Name in my control file, now it's work. = )