Re: [maemo-developers] starting python application without building package

2007-01-19 Thread Kalle Vahlman
2007/1/19, Mathias Uebelacker <[EMAIL PROTECTED]>: 2. In xterm i use the run-standalone command to start the application in front of the theme. Is it possible to use this command in the .desktop file? You don't need it there, since all it does is set up the environment and when maemo-af-deskto

Re: [maemo-developers] starting python application without building package

2007-01-19 Thread Osvaldo Santana
Hi Mathias, Try to put the line #!/usr/bin/env python2.5 at the first line of your application file and run a chmod +x /home/user/Python/timetracker.py As Jakub said you don't need to provide a .service file. Thanks, Osvaldo On 1/19/07, Mathias Uebelacker <[EMAIL PROTECTED]> wrote: Hallo e

[maemo-developers] starting python application without building package

2007-01-19 Thread Mathias Uebelacker
Hallo erverybody, i would like to try my application on the device without building a package. So i create a .desktop file with EXEC=/home/user/Python/timetracker.py an a .service file with the same link. By clicking the entry in the navigationbar i get a info banner with...timetracker will b