Re: Debugging the browser

2007-10-03 Thread Akos Putz
Hi, On 10/3/07, Eero Tamminen <[EMAIL PROTECTED]> wrote: > > Haven't really bothered installing something else, because I'm > > interested mainly in debugging my own code, which has debugging infos > > anyway. What else do you suggest? > > Debug symbols for anything through which your stacktraces

Re: Debugging the browser

2007-10-03 Thread Eero Tamminen
Hi, ext Akos Putz wrote: > Sorry, forwarding to the list also. > On 10/3/07, Eero Tamminen <[EMAIL PROTECTED]> wrote: >>> (no debugging symbols found) >> You need debug symbols for everything, otherwise Gdb shows wrong >> function names (without information about static functions, it shows >> name

Screen blanking and more ...

2007-10-03 Thread Marco Solari
Hi, quite newbe, here, sorry for the possibly lame - and perhaps off-topic - questions .. :-| I would like to setup the tablet to exclusively run a web application; it will be line powered all the time long; the questions: - how do I automatically let the browser start, on boot ? - how do I force

Re: Debugging the browser

2007-10-03 Thread Akos Putz
Sorry, forwarding to the list also. -- Forwarded message -- From: Akos Putz <[EMAIL PROTECTED]> Date: Oct 3, 2007 3:53 PM Subject: Re: Debugging the browser To: Eero Tamminen <[EMAIL PROTECTED]> Hello, thanks for your quick reply! On 10/3/07, Eero Tamminen <[EMAIL PROTECTED]> w

Re: Debugging the browser

2007-10-03 Thread Eero Tamminen
Hi, ext Akos Putz wrote: > I'm currently experimenting with npapi-compatible browser plugin > programming on the N800. My problem is, that debugging the browser > triggers some interesting gdb error message, see below: > > ~ $ gdb maemo-summoner > GNU gdb 6.4 > Copyright 2005 Free Software Founda

Debugging the browser

2007-10-03 Thread Akos Putz
Hi, I'm currently experimenting with npapi-compatible browser plugin programming on the N800. My problem is, that debugging the browser triggers some interesting gdb error message, see below: ~ $ gdb maemo-summoner GNU gdb 6.4 Copyright 2005 Free Software Foundation, Inc. GDB is free software, co

Re: WLAN connectivity using only wireless-tools

2007-10-03 Thread Kalle Valo
"ext Kalle Vahlman" <[EMAIL PROTECTED]> writes: >> But it might that you were just lucky this time. If only two channels >> are scanned, most of the time the driver won't be able to associate >> because it can't find the AP. How many channels did it scan? > > On boot, it says two channels was scan

RE: using gstreamer in a hildon control panel applet

2007-10-03 Thread Brandt, Todd E
How would I ensure that any dialogs that I spawn in the child process take on the hildon-desktop settings though? I already have two control panel shortcuts that launch separate processes but both spawn dialogs with different colors, fonts, and sizes than they would if they were spawned in the libr

Re: using gstreamer in a hildon control panel applet

2007-10-03 Thread Markku Vire
Hi, Many Maemo applications are actually multi-threaded, since async operations within GnomeVFS use threads internally. Anyway, using GStreamer in control panel applet sounds dangerous. This is because gstreamer cannot be unloaded cleanly (when execute-function returns, your module is unloaded a