Re: Python startup desktop icon

2007-08-09 Thread Pierre Amadio
Hi there. On Thu, Aug 09, 2007 at 04:54:45PM -0400, Tony Maro wrote: > It tells me "Starting app" in the top right, and the application starts just > fine. > > Then, after about 20 seconds, the app closes. If I launch it without using > X-Osso-service, it of course gives no notification that the

Re: dbus api for wlancond

2007-08-09 Thread Kalle Valo
"ext nic" <[EMAIL PROTECTED]> writes: > I posted a message a week ago about trouble scaning the wifi card for > APs. Apparently there is a bug when using iwlist. I saw a comment > about using the dbus interface to use wlancond directly. However I > can't find documentation for this interface. It

Re: GAUDEC 2007 Presentations?

2007-08-09 Thread Quim Gil
On Thu, 2007-08-09 at 23:32 +0100, ext Neil MacLeod wrote: > I'd like to see a centralised page with links for Maemo related > presentations would be helpful, and if the Maemo-related presentations > aren't currently available, lets get them hosted. :) Something like http://maemo.org/intro/prese

Re: Dear Nokia.

2007-08-09 Thread Urivan Saaib
Hi all, Is there an install script to setup the devel enviroment? Regards, PS: my first email from the n770! wohoo! ==Original message text=== On Thu, 09 Aug 2007 13:48:51 PDT Thomas Nilsson wrote: Mario Carrion wrote: >> Please do not direct me to >> http://maemo.org/

Re: Python startup desktop icon

2007-08-09 Thread Tony Maro
On 8/9/07, Eduardo Lima <[EMAIL PROTECTED]> wrote: > > Hi, > > You need to call osso.Context() somewhere in your code, preferably in > the beginning of main function. You'll also need to call osso.close() > in the end of your code. Aha! Exactly what I needed. Thanks! __

Re: GAUDEC 2007 Presentations?

2007-08-09 Thread Neil MacLeod
Eduardo Lima wrote: > Hi Neil, > > On 8/9/07, Neil MacLeod <[EMAIL PROTECTED]> wrote: >> I've seen several blog postings recently (such as this one by Carlos[1]) >> which reference GUADEC presentations (eg. Tko's "Maemo and gtk+: Past, >> present and future"[2]) and I'd like to view the presenta

Re: GAUDEC 2007 Presentations?

2007-08-09 Thread Eduardo Lima
Hi Neil, On 8/9/07, Neil MacLeod <[EMAIL PROTECTED]> wrote: > I've seen several blog postings recently (such as this one by Carlos[1]) > which reference GUADEC presentations (eg. Tko's "Maemo and gtk+: Past, > present and future"[2]) and I'd like to view the presentations/slides that > were giv

Re: Python startup desktop icon

2007-08-09 Thread Eduardo Lima
Hi, You need to call osso.Context() somewhere in your code, preferably in the beginning of main function. You'll also need to call osso.close() in the end of your code. Something like this: import osso if __name__ == "__main__": osso_ctx = osso.Context(thummim, , False) ... ...

GAUDEC 2007 Presentations?

2007-08-09 Thread Neil MacLeod
I've seen several blog postings recently (such as this one by Carlos[1]) which reference GUADEC presentations (eg. Tko's "Maemo and gtk+: Past, present and future"[2]) and I'd like to view the presentations/slides that were given (if they are available). A whole bunch of Maemo and Nokia related

N800 is USB Host mode (Compiling kernel with CONFIG_USB_MUSB_HOST)

2007-08-09 Thread Michael Lapinski
Hello, Ive been continuing to try and get the N800 even recognize a self powered device (in my case a USB hub with it own power supplied to the mini plug of the 800). I noticed there is an kernel option CONFIG_USB_MUSB_HOST which I am guessing forces the device to act as a host. When I compi

Python startup desktop icon

2007-08-09 Thread Tony Maro
I'm trying to follow the instructions at http://maemo.org/development/documentation/how-tos/3-x/python_maemo_3.x_howto.html I have the icon launching my app just fine, but when I use the "X-Osso-Service" and a .service dbus file, I get something odd. It tells me "Starting app" in the top right, a

Re: Dear Nokia.

2007-08-09 Thread Thomas Nilsson
Mario Carrion wrote: >> Please do not direct me to >> http://maemo.org/development/documentation/tutorials/Maemo_2.2_Tutorial.html >> as this document is broken, vital parts are missing such as the >> actual commands one is supposed to type, links go to imaginary >> protocols such as "site:", "c

Re: Dear Nokia.

2007-08-09 Thread Mario Carrion
On Thu, 09 Aug 2007 22:31:29 +0200, Thomas Nilsson wrote > I request information on how I can install scratchbox and the maemo > rootstraps and the required steps to set up my toolchain in order to > start playing around with developing for my 770. > > Please do not direct me to > http://maemo.org

Re: Dear Nokia.

2007-08-09 Thread Daniil Ivanov
Hi! Why don't you want to install SDK? ~Daniil. On 09/08/07, Thomas Nilsson <[EMAIL PROTECTED]> wrote: > I request information on how I can install scratchbox and the maemo > rootstraps and the required steps to set up my toolchain in order to > start playing around with developing for my 770. >

Dear Nokia.

2007-08-09 Thread Thomas Nilsson
I request information on how I can install scratchbox and the maemo rootstraps and the required steps to set up my toolchain in order to start playing around with developing for my 770. Please do not direct me to http://maemo.org/development/documentation/tutorials/Maemo_2.2_Tutorial.html as thi

Re: Make file open browse root tree?

2007-08-09 Thread Eero Tamminen
Hi, ext Tony Maro wrote: > On 8/6/07, Austin Che <[EMAIL PROTECTED]> wrote: >> >>> Is there a way to make the file open dialog browse the entire tree, >> either >>> by specifying something in sourcecode, or a secret trick to get the >> existing >>> dialog to show everything? >> Something like

Re: Make file open browse root tree?

2007-08-09 Thread Tony Maro
On 8/6/07, Austin Che <[EMAIL PROTECTED]> wrote: > > > > Is there a way to make the file open dialog browse the entire tree, > either > > by specifying something in sourcecode, or a secret trick to get the > existing > > dialog to show everything? > > Something like this works for me: > cd

RE : dbus api for wlancond

2007-08-09 Thread magda chelly
Hi Nic, So, in fact, I'm searching the same thing that you : Scan the wifi card and read all API informations, without any problem when connection is on. But, I couldn't find anything that works, util today. So, if anyone has an idea, it would be nice. Thanks to all, Magda, ___

Re: I need your help

2007-08-09 Thread Daniil Ivanov
Hi, SDK_ARMEL is for making binaries for the device, and SDK_PC is for making and testing binaries in emulator. Thanks, Daniil. On 09/08/07, steven <[EMAIL PROTECTED]> wrote: > hi,I am a new guy who wants to do something on the N770.Therefore I must > set up the development environment first.I a

I need your help

2007-08-09 Thread steven
hi,I am a new guy who wants to do something on the N770.Therefore I must set up the development environment first.I am benefited a lot from the article wrote on http://www.ptlug.org/wiki/Howto_Installing_Maemo_SDK_for_Nokia_770 I follow the instructions step by step, without any error info. but i

maemo wiki refactoring

2007-08-09 Thread Quim Gil
After a short discussion today we have decided to start with a new main page to start linking the currently useful pages from there, and let's evolve from that point. http://maemo.org/community/wiki/ Behind the main page there are still all the pages. It is a matter of selecting what is worth to

Re: do we need garage sandbox repos?

2007-08-09 Thread Vlad Vasiliev
Ed Bartosh wrote: > On Wed, 2007-08-08 at 20:04 +0300, ext Ed Bartosh wrote: > >> On Wed, 2007-08-08 at 12:54 +0300, ext Ferenc Szekely wrote: >> >>> Hi, >>> >>> It has been a long time, so time to write to all of you :) >>> >>> We had a good chat with some of the microb folks here in my ro