[maemo-developers] [maemo-developers] 2 dekstop file + 1 program

From: Johan Bilien jobi at via.ecp.fr
Date: Wed Aug 16 21:20:21 EEST 2006
Laszlo T. wrote:
> I have 2 desktop file and a service file for one program. But it 
> didn't work perfect.
>
> x.desktop:
> [Desktop Entry]
> Encoding=UTF-8
> Version=1.0
> Name=X
> Icon=icon
> Type=Application
> Exec=/usr/bin/prog
> X-Osso-Service=prog_service
> X-Osso-Type=application/x-executable
>
> y.desktop:
> [Desktop Entry]
> Encoding=UTF-8
> Version=1.0
> Name=Y
> Icon=icon
> Type=Application
> Exec=/usr/bin/prog
> X-Osso-Service=prog_service
> X-Osso-Type=application/x-executable
>
> com.nokia.prog_service.service:
> [D-BUS Service]
> Name=com.nokia.prog_service
> Exec=/usr/bin/prog
>
> There is no animation loading for X menuitem, Y is good. Why?
> I have a similar problem and it's interesting.

The problem is that when Task Navigator is asked to display the banner, 
it looks up the application by its service name. On startup TN 
associated this service name with your first application, and cannot 
find it running, so it skips showing the banner.

In other words Task Navigator does not handle the situation and this 
would be worth a bug report on maemo.org/bugzilla.

Thanks,
Johan.

More information about the maemo-developers mailing list