GTK+/X based system on 64MB flash and ram size budget?

2007-10-31 Thread Trilok Soni
Hi All, We need to select an open-source GUI library for system where it will have 64MB of total flash and same RAM size running on the embedded processor like OMAP/DaVinci with around 300MHz. The number of GUI applications running will be only one main control application acting as say recorder,

Re: GTK+/X based system on 64MB flash and ram size budget?

2007-10-31 Thread Eero Tamminen
Hi, ext Trilok Soni wrote: We need to select an open-source GUI library for system where it will have 64MB of total flash and same RAM size running on the embedded processor like OMAP/DaVinci with around 300MHz. The number of GUI applications running will be only one main control application

Re: GTK+/X based system on 64MB flash and ram size budget?

2007-10-31 Thread Trilok Soni
Hi Eero, On 10/31/07, Eero Tamminen [EMAIL PROTECTED] wrote: Hi, ext Trilok Soni wrote: We need to select an open-source GUI library for system where it will have 64MB of total flash and same RAM size running on the embedded processor like OMAP/DaVinci with around 300MHz. The number of

Re: GTK+/X based system on 64MB flash and ram size budget?

2007-10-31 Thread sampo . nurmentaus
Dear Trilok, ext Trilok Soni wrote: We need to select an open-source GUI library for system where it will have 64MB of total flash and same RAM size running on the embedded processor like OMAP/DaVinci with around 300MHz. The number of GUI applications running will be only one main control

porting to N800.

2007-10-31 Thread pradeep MN
Hello Everbody, I've done a C program for devloping GUI in ubuntu (maemo 3.1, scratchbox 3.1) , now I need to port to Nokia N800, since for C program we'll be getting .exe instead of .deb, hence difficulty in porting to the device can anybody help me in this regard.

Re: Debian toolkit mismatch

2007-10-31 Thread Ludovic Courtès
Hi, Loïc Minier [EMAIL PROTECTED] writes: The problem is clearly with your environment or the logic of dh_make; perhaps you could try to read through get_username() in dh_make and see how the $tmpusername is computed on your system. It might be an environment variable of a system file

Re: chinook

2007-10-31 Thread Mike Morrison
i just uploaded a chinooked version of quiver to the extras repository ... and I'd love you to test it. i haven't used the extras repository before so let me know if it shows up in your application manager when you do an update. and, of course, let me know if quiver actually runs on the N810!

Re: GTK+/X based system on 64MB flash and ram size budget?

2007-10-31 Thread Trilok Soni
Hi Sampo, On 10/31/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Dear Trilok, ext Trilok Soni wrote: We need to select an open-source GUI library for system where it will have 64MB of total flash and same RAM size running on the embedded processor like OMAP/DaVinci with around 300MHz.

Re: How to get rid of this error.

2007-10-31 Thread Murray Cumming
On Wed, 2007-10-31 at 00:45 -0400, pradeep MN wrote: Hi all, We are using Ubuntu, scratchbox 1.0.7, how to over come this error while running C++ program.. [sbox-SDK_X86: ~/apps] g++ ex1.cc -o ex1 `pkg-config hildon-libsmm hildon-fmmm --cflags --libs` Package sigc++-2.0

porting application

2007-10-31 Thread anand meher
Hello everyone , I am a newbee to meamo development .I need to port an Linux application into the Nokia 770 internet tablet .I installed meamo SDK .When i try to run the maemo launcher i am getting the following error. [sbox-SDK_PC: ~] export DISPLAY=:2 [sbox-SDK_PC: ~]

Re: porting application

2007-10-31 Thread Mathias Uebelacker
Hello, did you open Xpehyr via start script before you start the environment? br Mathias 2007/10/31, anand meher [EMAIL PROTECTED]: Hello everyone , I am a newbee to meamo development .I need to port an Linux application into the Nokia 770 internet tablet .I

SSL fails on a low level

2007-10-31 Thread Andrew J. Barr
Hi, My N800 tablet is failing to connect to any SSL servers at all, on a very low level (e.g. it's not just Opera). APT fails, the e-mail applet fails to connect to Gmail, wget to an https site hangs on 'waiting for response'. The interesting thing about this is that it only seems to happen under

Re: porting application

2007-10-31 Thread anand meher
hello Mathias, Yes i opened the Xephyr application on one terminal.Ifirst ran xephyr and it diplayed a GUI window with nothing on the screen.then i launched maemo on other terminal..the following are the messages. angra:/ # ./start-xephyr.sh [1] 6268 angra:/ # Could not init

problems with installing tapioca client

2007-10-31 Thread harini satyanarayanan
Hi, I am new to using nokia N770, and i was trying to install the tapioca client on it, but every time i add that repository it says unable to refresh the packages. I did try to look up for some help on their forum but looks like there are many others with the same issue and i couldn't find a

Re: problems with installing tapioca client

2007-10-31 Thread Jonathan Greene
Assume you have the terminal installed? Try running apt-get update Should either fix or reveal the problem ... On 10/31/07, harini satyanarayanan [EMAIL PROTECTED] wrote: Hi, I am new to using nokia N770, and i was trying to install the tapioca client on it, but every time i add that

Re: Repositories mess: conclusions and actions

2007-10-31 Thread Michael Thompson
On 24/10/2007, Quim Gil [EMAIL PROTECTED] wrote: - Community governance on extras We think the equation would work much better if the maemo community would have control over the extras repository, filtering what has enough quality to be there and what not. Who and how, we are totally open

Re: [EMAIL PROTECTED] for extras apps (was Re: Steve's Ranty Review...)

2007-10-31 Thread Michael Thompson
On 25/10/2007, Quim Gil [EMAIL PROTECTED] wrote: PreS: moving this to maemo-developers since the target is clearly developers. On Wed, 2007-10-24 at 17:59 +, ext Steve Greenland wrote: Well, that just means that there would need to be a single BTS for the extra repository, which would

Re: Debian toolkit mismatch

2007-10-31 Thread Ludovic Courtès
Hi, Aleksandr Koltsoff [EMAIL PROTECTED] writes: You'll need to set your DEBFULLNAME envvar when running dh_make. If the maintainer name is empty, you'll end up with broken changelog. Yep, that works. This broke somewhere between 1.0 and 3.2 (it used to work fine without DEBFULLNAME in

Restarting the D-Bus system bus

2007-10-31 Thread Ludovic Courtès
Hi, Why does restarting the system bus (as in /etc/init.d/dbus restart) reboot the device (on an N770 with Gregale)? I noticed it while porting the `avahi-daemon' package [0] whose postinst script normally restarts the system bus (for reasons that escape me). Thanks, Ludovic. [0]

Re: SSL fails on a low level

2007-10-31 Thread Akos Putz
Hi, On 10/31/07, Andrew J. Barr [EMAIL PROTECTED] wrote: My N800 tablet is failing to connect to any SSL servers at all, on a very low level (e.g. it's not just Opera). for the record: I'm suffering from the same problem (using wlan as well). But interestingly, it happens only occasionally.

Re: Restarting the D-Bus system bus

2007-10-31 Thread Frederic Crozat
Le mercredi 31 octobre 2007 à 17:39 +, Ross Burton a écrit : On Wed, 2007-10-31 at 17:44 +0100, Ludovic Courtès wrote: Why does restarting the system bus (as in /etc/init.d/dbus restart) reboot the device (on an N770 with Gregale)? I'm guessing because the system bus dying is a fatal

Re: SSL fails on a low level

2007-10-31 Thread Kees Jongenburger
Could it be a problem of entropy/random number generator? On 10/31/07, Akos Putz [EMAIL PROTECTED] wrote: Hi, On 10/31/07, Andrew J. Barr [EMAIL PROTECTED] wrote: My N800 tablet is failing to connect to any SSL servers at all, on a very low level (e.g. it's not just Opera). for the

Re: Restarting the D-Bus system bus

2007-10-31 Thread Ross Burton
On Wed, 2007-10-31 at 17:44 +0100, Ludovic Courtès wrote: Why does restarting the system bus (as in /etc/init.d/dbus restart) reboot the device (on an N770 with Gregale)? I'm guessing because the system bus dying is a fatal condition. I noticed it while porting the `avahi-daemon' package [0]

Re: Restarting the D-Bus system bus

2007-10-31 Thread Loïc Minier
On Wed, Oct 31, 2007, Frederic Crozat wrote: It only needs to reload the bus, which (IIRC) can be achieved by sending SIGUSR1 or passing reload to the init script. I'm not sure it is even needed : dbus supports dnotify (and inotify the day Havoc will review my pending patch which is waiting

Re: Restarting the D-Bus system bus

2007-10-31 Thread Ludovic Courtès
Hi, Ross Burton [EMAIL PROTECTED] writes: I'm guessing because the system bus dying is a fatal condition. Sure, but I'm curious as to why this is fatal. :-) It only needs to reload the bus, which (IIRC) can be achieved by sending SIGUSR1 or passing reload to the init script. Right, good

Re: maemo downloads - be prepared

2007-10-31 Thread Thomas D. Waelti
While revamping, please make sure to correctly configure the MIME types on your server. Currently, you have the file extension .deb wrongly configured as mime-type application/x-archive. This makes it impossible for Opera to directly open a package through the programs manger after