<!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>Hi.</p>
<p></p>
<p>----- Original message -----</p>
<p>Jun Xu wrote:</p>
<p></p>
<p>> To my knowledge, there are many parameters to determine what to show in</p>
<p>> the navigator bar. So I guess that you can try the parameters</p>
<p>> "StartupWMClass" in your desktop file. To know more info about desktop's</p>
<p>> parameters file see:</p>
<p>></p>
<p><a href="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-0.9.4.html">http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-0.9.4.html</a></p>
<p>></p>
<p>></p>
<p>> -----Original Message-----</p>
<p>> From: <a href="mailto:maemo-developers-bounces@maemo.org">maemo-developers-bounces@maemo.org</a></p>
<p>> [<a href="mailto:maemo-developers-bounces@maemo.org">mailto:maemo-developers-bounces@maemo.org</a>] On Behalf Of Jeffrey Barish</p>
<p>> Sent: 2008?9?27? 3:52 To: <a href="mailto:maemo-developers@maemo.org">maemo-developers@maemo.org</a></p>
<p>> Subject: Integration with hildon desktop</p>
<p>></p>
<p>> After much fiddling, I managed to integrate my application in the hildon</p>
<p>> desktop. It appears in the Extras menu along with its logo. I get the</p>
<p>> loading message when it's starting, and then it runs. However, when it's</p>
<p>> running, I get the default icon in the task navigator bar. Any idea what</p>
<p>> I forgot to do?</p>
<p></p>
<p>Thanks for the suggestion. I didn't see anything in that document that</p>
<p>looked relevant, but perhaps I just missed it. I really don't understand</p>
<p>why the Icon parameter isn't responsible for setting the icon in the</p>
<p>navigator bar.</p>
<p></p>
<p>I wish that Nokia had a document summarizing the steps for integrating an</p>
<p>application into the desktop. The required information seems to be buried</p>
<p>in many unrelated documents.</p>
<p></p>
<p>------ End of Original Message ----------</p>
<p></p>
<p>While I don't know as it's your .desktop file, I always add everyone of this parameters to .desktop files of my apps, perhaps some of them are useful in your case:</p>
<p></p>
<p>Icon=name of the icon without the suffix</p>
<p>X-Icon-path=/usr/share/icons</p>
<p>X-Window-Icon=again the name of the icon without the suffix</p>
<p></p>
<p>Note, you should have a 26x26 icon in /usr/share/icons/hicolor/26x26/hildon/, but I think this step is in the documentation.</p>
</body>
</html>