Re: [maemo-developers] pymaemo appearance mismatch vs. C?

2006-03-09 Thread Erik Walthinsen
Kalle Vahlman wrote: Just run the program with run-standalone.sh, that will set all the neccessary environment for you. That did it, although I still have to set the DISPLAY variable manually. Maybe the script should set DISPLAY to :0.0 if it isn't already set? If you don't have it set

Re: [maemo-developers] How to keep app running indefinitely

2006-03-09 Thread Kimmo Hämäläinen
On Wed, 2006-03-08 at 22:05, ext Steven Hill wrote: On Mon, 2006-06-03 at 01:46 +0100, Simon Budig wrote: Steven Hill ([EMAIL PROTECTED]) wrote: I have written an application for the Nokia 770 that I want to keep running indefinitely - i.e. I want to stop the automatic process that

Re: [maemo-developers] How to keep app running indefinitely

2006-03-09 Thread Kalle Valo
Steven Hill [EMAIL PROTECTED] writes: I tried this method, and it did not work. If the internet connection is dropped due to inactivity, the app also stops. Like Kimmo said, there shouldn't be anything killing you application. This smells like a bug. Let's try find it, but to do that you have

RE: [maemo-developers] osso_initialize()

2006-03-09 Thread sami.ronkainen
Hi all, Continuing on the same subject...could someone point out what I'm doing wrong? I'm trying to put the most simple helloworld application and start it from the menu. I created the .deb package, installed it - but with no joy. I can run the program from xterm but not start it from the menu.

Re: [maemo-developers] osso_initialize()

2006-03-09 Thread Kalle Vahlman
On 3/9/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, Continuing on the same subject...could someone point out what I'm doing wrong? I'm trying to put the most simple helloworld application and start it from the menu. I created the .deb package, installed it - but with no joy. I can

Re: [maemo-developers] osso_initialize()

2006-03-09 Thread Luca Donaggio
Have you checked that the constant PACKAGE_VERSION has exactly the same value (1.0.0) as in the line Version= in your .desktop file? If they're not the same osso_initialize() will fail!Luca D. 2006/3/9, Kalle Vahlman [EMAIL PROTECTED]: On 3/9/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all,

[maemo-developers] Kernel compilation on Nokia 770

2006-03-09 Thread Andrey Khurri
Hi all, I need to compile certain version of kernel with some patches on my Nokia 770. Let's say version 2.6.13.1 I had a look at "HowTo KernelCompilation" on maemo.org. It uses scratchbox for that. I've got already scratchbox environment working. What is not obvious to me is how to use this

Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-09 Thread Clemens Eisserer
I also think, that a Java J2ME Personal Profile implementation (which includes AWT) and addtional eSWT would be the best solution for the Nokia 770. If possible the JVM should use the Jazelle extension of the ARM CPU in the Nokia 770. Swing isn't necessary, and in my opinion not really a good

Re: [maemo-developers] Kernel compilation on Nokia 770

2006-03-09 Thread Johannes Eickhold
On Thu, 2006-03-09 at 19:40 +0200, Andrey Khurri wrote: Hi Andrey, I need to compile certain version of kernel with some patches on my Nokia 770. Let's say version 2.6.13.1 I had a look at HowTo KernelCompilation on maemo.org. It uses scratchbox for that. I've got already scratchbox

Re: [maemo-developers] Tips for making an application installer package

2006-03-09 Thread Neil Jerram
Kasper Souren [EMAIL PROTECTED] writes: Does anyone have a similar method for Python? I*d like to create a package for MaemoDict. And, would it be okay to include dictd in the package, or is it better to point people to the official Debian arm package? (With apologies for the late reply...)