Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-12-01 Thread Aleksandr Koltsoff
Pierre Amadio opened a bug about this issue already way back: https://bugs.maemo.org/show_bug.cgi?id=1475 (The bug is still set at "NEW"). Fred Pacquier wrote: > Eero Tamminen a écrit : >> So you've now verified that Exec part works, whether it's in >> .desktop or .service file. What about the s

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-30 Thread Fred Pacquier
Eero Tamminen a écrit : > > So you've now verified that Exec part works, whether it's in > .desktop or .service file. What about the service name, > Does the service name in .desktop match the .service file? > I don't really know D-BUS, but when looking at the maemoblocks > stuff on the device: >

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-30 Thread Fred Pacquier
Kimmo Hämäläinen a écrit : > On Thu, 2007-11-29 at 15:20 -0800, ext Mike Morrison wrote: >> On Nov 29, 2007 2:33 PM, Thomas D. Waelti <[EMAIL PROTECTED]> wrote: >>> Something else: make sure your service name is something like >>> com.nokia.yourapp, and NOT com.yourdomainname.yourapp or so... >>>

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-30 Thread Eero Tamminen
Hi, ext Fred Pacquier wrote: > Thomas D. Waelti wrote : >>> However, I have been unable to adapt the mClock example for the >>> service file successfully. As soon as I reference the X-Osso- >>> Service value in the desktop file, I get a lengthy "Loading..." >>> banner and nothing else, even though

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-30 Thread Kimmo Hämäläinen
On Thu, 2007-11-29 at 15:20 -0800, ext Mike Morrison wrote: > On Nov 29, 2007 2:33 PM, Thomas D. Waelti <[EMAIL PROTECTED]> wrote: > > Something else: make sure your service name is something like > > com.nokia.yourapp, and NOT com.yourdomainname.yourapp or so... > > And in the osso context, only

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-29 Thread Tomi Ollila
On Fri 30 Nov 2007 00:33, "Thomas D. Waelti" <[EMAIL PROTECTED]> writes: > >> Thomas D. Waelti wrote : However, I have been unable to adapt the mClock example for the service file successfully. As soon as I reference the X-Osso- Service value in the desktop file, I get a lengthy "Lo

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-29 Thread Mike Morrison
On Nov 29, 2007 2:33 PM, Thomas D. Waelti <[EMAIL PROTECTED]> wrote: > Something else: make sure your service name is something like > com.nokia.yourapp, and NOT com.yourdomainname.yourapp or so... > And in the osso context, only connect to the yourapp part of the service, not > the full service

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-29 Thread Thomas D. Waelti
Exactly my feelings. Compared to development on Palm or Windows Mobile, this is hell :-) I spent 2-3 evenings on mClock, and at least a dozen on the packaging etc. Something else: make sure your service name is something like com.nokia.yourapp, and NOT com.yourdomainname.yourapp or so... And in

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-29 Thread Fred Pacquier
Thomas D. Waelti wrote : >> However, I have been unable to adapt the mClock example for the >> service file successfully. As soon as I reference the X-Osso- >> Service value in the desktop file, I get a lengthy "Loading..." >> banner and nothing else, even though I call osso.Context() early in >> m

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-28 Thread Thomas D. Waelti
> However, I have been unable to adapt the mClock example for the > service file successfully. As soon as I reference the X-Osso- > Service value in the desktop file, I get a lengthy "Loading..." > banner and nothing else, even though I call osso.Context() early in > my code. I must be missing some

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-28 Thread Fred Pacquier
Jesse, Levi, Eero, Thomas : thanks to all of you for your answers, hints and links ! All were informative and useful. I hadn't realized till now that pyGame/SDL apps were treated so specifically, and I'd been looking in all the wrong places... So, the trick with StartupWMClass in the desktop f

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-27 Thread Thomas D. Waelti
Please check my article in the wiki: http://maemo.org/community/wiki/packagebuildingwithoutlinuxusingpypackager/ Hope it helps (even if you don't use pypackager) Best regards -Tom >> By "well-behaved" I mean an app which appears as an icon in the >> taskbar like a proper Hildon app. >> >> I hav

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-27 Thread Eero Tamminen
Hi, ext Fred Pacquier wrote: > By "well-behaved" I mean an app which appears as an icon in the taskbar > like a proper Hildon app. > > I have copied and modified .desktop and .service files of such apps made > with PyGTK, but pyGame seems different. If the .desktop doesn't > reference an osso

Re: Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-27 Thread Levi Bard
> By "well-behaved" I mean an app which appears as an icon in the taskbar > like a proper Hildon app. > > I have copied and modified .desktop and .service files of such apps made > with PyGTK, but pyGame seems different. If the .desktop doesn't > reference an osso service, the app starts from the m

Is it possible to make a "well-behaved" pyGame app with maemo-python ?

2007-11-26 Thread Fred Pacquier
By "well-behaved" I mean an app which appears as an icon in the taskbar like a proper Hildon app. I have copied and modified .desktop and .service files of such apps made with PyGTK, but pyGame seems different. If the .desktop doesn't reference an osso service, the app starts from the menu, but