<br><br><div><span class="gmail_quote">2006/3/10, Kalle Vahlman <<a href="mailto:kalle.vahlman@gmail.com">kalle.vahlman@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 3/9/06, Luca Donaggio <<a href="mailto:donaggio@gmail.com">donaggio@gmail.com</a>> wrote:<br>> Have you checked that the constant PACKAGE_VERSION has exactly the same<br>> value (1.0.0) as in the line "Version=" in your .desktop file? If they're
<br>> not the same osso_initialize() will fail!<br><br>Why would it?<br><br>Only checks for validity of version I see in<br><br> <a href="https://stage.maemo.org/svn/maemo/projects/haf/trunk/libosso/src/osso-init.c">https://stage.maemo.org/svn/maemo/projects/haf/trunk/libosso/src/osso-init.c
</a><br><br>are:<br> - Length > 0<br> - No "/" in it<br><br>It's not exported to the dbus service (AFAICT) nor does the<br>others-menu even read it. Can't see why it would have any effect on<br>things.<br><br>
--<br>Kalle Vahlman, <a href="mailto:zuh@iki.fi">zuh@iki.fi</a><br>Powered by <a href="http://movial.fi">http://movial.fi</a><br>Interesting stuff at <a href="http://syslog.movial.fi">http://syslog.movial.fi</a><br></blockquote>
</div><br>Dunno! It's just what happend to me: if this two version strings were not the same, my app refused to start. Now I always double check this before making the app installer .deb!<br><br>Luca D.<br>