Hi,

I have created an application for Nokia 770
using pygtk and glade. I tested it in the scratchbox and it all work
well. Then I tried to install the app_arm.deb file on the Nokia 770
and that also went well. The problem is that the application doesn't
start on the Nokia. I think that it must be the link to the .glade
file or something. When I create the deb package I have 6 files
app.py
app.glade
app.service
app.desktop
Makefile
setup.py
in setup file I put the files in these directories
('share/applications/hildon',   [ 'dbc.desktop' ]),
('share/dbc',                   [ 'dbc.glade' ]),
('share/dbus-1/services',       [ 'dbc.service' ])
In the .service and .desktop files I put the Exec file in
/usr/bin/app
and in the .py file I connect the python code with the glade file with
/usr/share/app/app.glade
What changes do I have to do to get the application running on Nokia 770?

Best regards
Alma

_________________________________________________________________
Motionera roligare med MSN Hälsa http://e-health.msn.se/

_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to