<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="generator" content="Osso Notes">
    <title></title></head>
<body>
<p>Nah, single instance works without x-osso-service as well. I don't know whether that line has any sensible purpose, actually - dbus activation will be done with separate dbus service file anyway.
<br><font color="#999999">--</font>
<br><font color="#999999">Sent from my Nokia N900</font>
<br>
<br>----- Original message -----
<br>&gt; 
<br>&gt; I thought the DBus initialization was used to allow only one intsnace of 
<br>&gt; your program to be run, which is good on a handheld device ...
<br>&gt; 
<br>&gt; I think you should let the user decide if he wants to put a shortcut on 
<br>&gt; his desktop or not ?
<br>&gt; 
<br>&gt; Fred
<br>&gt; 
<br>&gt; Le 10/08/2010 17:29, Naresh Mehta a écrit :
<br>&gt; &gt; Hi All,
<br>&gt; &gt; 
<br>&gt; &gt; &gt; &lt;<a href="mailto:fred@lefevere-laoide.net">fred@lefevere-laoide.net</a>&gt;&nbsp; &#32;wrote:
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; &gt; You simply have to create a .desktop file associated with your
<br>&gt; &gt; &gt; &gt; program (don't forget to initialize dbus session with osso_init)
<br>&gt; &gt; &gt; osso_initialize is not needed if you don't specify X-Osso-Service in
<br>&gt; &gt; &gt; the .desktop file.
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; Here's a .desktop file that works properly:
<br>&gt; &gt; &gt; 
<br>&gt; &gt; &gt; [ville~/qtdone]|4&gt;&nbsp; &#32;cat qtdone.desktop
<br>&gt; &gt; &gt; [Desktop Entry]
<br>&gt; &gt; &gt; Encoding=UTF-8
<br>&gt; &gt; &gt; Version=1.0
<br>&gt; &gt; &gt; Type=Application
<br>&gt; &gt; &gt; Name=qtdone
<br>&gt; &gt; &gt; Exec=/usr/bin/qtdone
<br>&gt; &gt; &gt; Icon=qtdone
<br>&gt; &gt; &gt; StartupWMClass=qtdone
<br>&gt; &gt; &gt; X-Window-Icon=qtdone
<br>&gt; &gt; &gt; X-HildonDesk-ShowInToolbar=true
<br>&gt; &gt; &gt; X-Osso-Type=application/x-executable
<br>&gt; &gt; &gt; Terminal=false
<br>&gt; &gt; &gt; 
<br>&gt; &gt; I have a similar desktop file in my application and it shows up in the
<br>&gt; &gt; menu. But I can't place a shortcut/link on the active screen. I would
<br>&gt; &gt; like to do it during installation. Also my icon does not show up
<br>&gt; &gt; properly. The code is available on <a href="http://confmgr.garage.maemo.org/">http://confmgr.garage.maemo.org/</a>.
<br>&gt; &gt; Would be great if someone can point me in the right direction.
<br>&gt; &gt; 
<br>&gt; &gt; &gt; --
<br>&gt; &gt; &gt; Ville M. Vainio @@ Forum Nokia
<br>&gt; &gt; &gt; _______________________________________________
<br>&gt; &gt; &gt; maemo-developers mailing list
<br>&gt; &gt; &gt; <a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a>
<br>&gt; &gt; &gt; <a href="https://lists.maemo.org/mailman/listinfo/maemo-developers">https://lists.maemo.org/mailman/listinfo/maemo-developers</a>
<br>&gt; &gt; &gt; 
<br>&gt; &gt; 
<br>&gt; &gt; 
<br>&gt; 
<br><br></p>
</body>
</html>