As the title suggests, I can't get my app to actually display the maemo display name in the app manager. I thought I was doing it correctly as well (and cross referenced it with working apps). The 64 bit encoded icon shows up in the managers, so I know it's not completely wrong. Here is the control file:
Code:
Source: qtweather
Section: user/utilities
Priority: extra
Maintainer: Anthony Naddeo <anthony.naddeo@gmail.com>
Build-Depends: debhelper (>= 5), libqt4-dev
Standards-Version: 3.7.2
Package: qtweather
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: See detailed weather graphs and information for today and five days and nights afterwords!
The National Weather Service is an American Government site that offers a free XML feed for the United States. This application uses their free XML services to report weather information and display hourly temperature and conditions graphs in a convenient, logical layout.
XB-Maemo-Display-Name:QtWeather
XB-Maemo-Upgrade-Description:Just attempting to fix the display name in the package manager
XB-Maemo-Icon-26:
[lots of letters and junk]
For clarification, the long descrition isn't a paragraph, it's just one long line with no new characters, so I'm pretty sure I don't need any spaces on each line (because theres only one). And like I said, the icon-26 section works...
and the project package page is here:
QtWeather
Any idea why this might be happening?
EDIT: apparently it shows up in the stock app manager, but not fapman..
Last edited by antman8969; 2011-03-07 at 03:55.