Hi,<br><br>For &quot;When selected from menu, launch feedback appears in top right<br>
corner, but the program does not run.&quot;:<br><br>Have you tried adding an exec field to /usr/share/dbus-1/services/dbus_scripts_settings.service like:<br>[D-BUS Service]<br>
Name=com.nokia.dbus_scripts_settings<br>Exec=/usr/bin/dbus-scripts-settings<br><br>With X-Osso-Service in your desktop file, Exec field in your desktop file is overridden and as you have no Exec field in your service file, it won&#39;t run anything.<br>
<br>Best Regards,<br>Faheem<br><br><div class="gmail_quote">On Wed, Feb 18, 2009 at 3:16 PM, Matan Ziv-Av <span dir="ltr">&lt;<a href="mailto:matan@svgalib.org">matan@svgalib.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hello,<br>
<br>
I know this question was asked (and answered) a lot of time before, but<br>
still:<br>
<br>
I have a python program in /usr/bin/dbus-scripts-settings. When run from<br>
the command line, the program runs, but does not appear in the task<br>
lisk. When selected from menu, launch feedback appears in top right<br>
corner, but the program does not run. The program appears in the menu<br>
correctly with its own icon, not the default one.<br>
<br>
What is the reason, and how should it be solved?<br>
<br>
<br>
Pertinent information:<br>
<br>
<br>
Nokia-N810-23-14:~# cat /usr/share/applications/hildon/dbus-scripts-settings.desktop<br>
[Desktop Entry]<br>
Encoding=UTF-8<br>
Version=1.0<br>
Type=Application<br>
Name=dbus-scripts-settings<br>
Exec=/usr/bin/dbus-scripts-settings<br>
Icon=dbus-scripts-settings<br>
X-Window-Icon=dbus-scripts-settings<br>
X-HildonDesk-ShowInToolbar=true<br>
X-Osso-Service=dbus_scripts_settings<br>
X-Osso-Type=application/x-executable<br>
<br>
Nokia-N810-23-14:~# cat /usr/share/dbus-1/services/dbus_scripts_settings.service<br>
[D-BUS Service]<br>
Name=com.nokia.dbus_scripts_settings<br>
<br>
Nokia-N810-23-14:~# head -1 /usr/bin/dbus-scripts-settings<br>
#!/usr/bin/env python<br>
<br>
Nokia-N810-23-14:/# xprop -id 0x1800003<br>
_NET_WM_USER_TIME(CARDINAL) = 2314130073<br>
_NET_WM_STATE(ATOM) =<br>
WM_STATE(WM_STATE):<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; window state: Normal<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; icon window: 0x0<br>
_NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_CLOSE,<br>
_NET_WM_ACTION_FULLSCREEN<br>
_NET_WM_DESKTOP(CARDINAL) = 1<br>
WM_HINTS(WM_HINTS):<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Client accepts input or input focus: True<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Initial state is Normal State.<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; window id # of group leader: 0x1800001<br>
_NET_WM_SYNC_REQUEST_COUNTER(CARDINAL) = 25165829<br>
_NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_DIALOG<br>
WM_CLIENT_LEADER(WINDOW): window id # 0x1800001<br>
_NET_WM_PID(CARDINAL) = 1626<br>
WM_LOCALE_NAME(STRING) = &quot;en_GB&quot;<br>
WM_CLIENT_MACHINE(STRING) = &quot;Nokia-N810-23-14&quot;<br>
WM_NORMAL_HINTS(WM_SIZE_HINTS):<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; program specified minimum size: 522 by 83<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; window gravity: NorthWest<br>
WM_PROTOCOLS(ATOM): protocols &nbsp;WM_DELETE_WINDOW, WM_TAKE_FOCUS,<br>
_NET_WM_PING, _NET_WM_SYNC_REQUEST<br>
WM_CLASS(STRING) = &quot;dbus-scripts-settings&quot;, &quot;Dbus-scripts-settings&quot;<br>
_NET_WM_ICON_NAME(UTF8_STRING) = 0x64, 0x62, 0x75, 0x73, 0x2d, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x73, 0x2d, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73<br>
_NET_WM_NAME(UTF8_STRING) = 0x64, 0x62, 0x75, 0x73, 0x2d, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x73, 0x2d, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73<br>
<font color="#888888"><br>
<br>
--<br>
Matan Ziv-Av. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="mailto:matan@svgalib.org">matan@svgalib.org</a><br>
<br>
<br>
_______________________________________________<br>
maemo-developers mailing list<br>
<a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a><br>
<a href="https://lists.maemo.org/mailman/listinfo/maemo-developers" target="_blank">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br>
</font></blockquote></div><br>