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

2006-08-16 Thread Johan Bilien

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.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] 2 dekstop file + 1 program

2006-08-13 Thread Laszlo T.
Hello,

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.

Thanks,
Laci

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers