Closed Bug 446018 Opened 17 years ago Closed 17 years ago

ensure application.ini appname matches service/desktop file

Categories

(Toolkit :: Startup and Profile System, defect)

All
Maemo
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: dougt, Unassigned)

Details

Fall out from bug 445924: Please file a followup on trying to verify that gAppData->name matches the name in the "service file". I imagine this would bite other maemo XR app authors pretty hard.
does not look like there is an API to do this.
OS: Mac OS X → Linux (embedded)
Hardware: PC → All
Component: XRE Startup → Startup and Profile System
QA Contact: xre.startup → startup
Assignee: doug.turner → nobody
Keywords: helpwanted
not sure if it is the case here, but for reference, from http://maemo.org/development/documentation/tutorials/maemo_4-0_tutorial.html we have StartupWMClass - Name of the application binary name. This field is optional and only needed when the binary name is different from the D-BUS service name. In this case, if this property is not set, application will not be shown in the Application Switcher of the Task Navigator. StartupWMClass is a field to live in the .desktop file.
it is fixed, i believe: * in mobile/app/Makefile.in(60) APP_NAME = $(MOZ_APP_DISPLAYNAME) * in mobile/installer/debian/fennec.service.in(3) Name=Mozilla.@MOZ_APP_DISPLAYNAME@ * in mobile/installer/debian/fennec.desktop.in(3) Name=@MOZ_APP_DISPLAYNAME@ X-Osso-Service=Mozilla.@MOZ_APP_DISPLAYNAME@ doug, please reopen if i miss something
Status: NEW → RESOLVED
Closed: 17 years ago
Keywords: helpwanted
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.