Re: [maemo-developers] using execl

2005-12-15 Thread Eero Tamminen
Hi, > So, I'm trying to write a simple generic 'launcher' for a Maemo > application. Would I be better off to use D-Bus instead? IMHO yes. > (is it safe to assume all applications will be a D-BUS service?) At least all the apps included into the device are D-BUS services. (See /usr/lib/dbus-1.

Re: [maemo-developers] using execl

2005-12-15 Thread Brad Burleson
Thanks to all for the info, and I've actually just started to look at bt-plugin.c.   I am sorry for the previous question, I sent it before I was quite finished editing.  So, to add on a bit to what I asked - and to get at what I was really asking:   It seems to me that most 3rd party applications

[maemo-developers] LDAP & 770

2005-12-15 Thread Mohsen Pahlevanzadeh
Dear all, Does nokia 770 has LDAP for its phone-book?(import/export) If it has import/export,which format? yours, Mohsen ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

[maemo-developers] sapwood server looking for wrong X display?

2005-12-15 Thread Russell Geldmacher
Hi all, I have been looking everywhere for a solution to this problem but I haven't gotten anywhere with it. Hopefully someone on the list (sapwood developers?) can help me out here. I'm running the environment from Scratchbox and connecting to Xephyr running on display localhost:6.0. I start Xep

[maemo-developers] A2DP/bluetooth stereo

2005-12-15 Thread Brad Midgley
Hi I am working on the bluetooth-audio-linux project (http://bluetooth-alsa.sf.net) and I'd like to get bluetooth stereo working on maemo. Is this something Nokia is working on? What about the codec? We can run what we have now in integer math on the arm side, but the SBC codec would be a great

[maemo-developers] Re: Installing packages in extra storage?

2005-12-15 Thread Stefano Delli Ponti
[re-posted] Gustavo Sverzut Barbieri wrote: On 12/14/05, Stefano Delli Ponti <[EMAIL PROTECTED]> wrote: Hi Gustavo, I do think that support for this is needed. Together with some control panel option to set a swap file on MMC (plus some machinery to swapon/swappoff on insertion/extraction of MM

Re: [maemo-developers] New version of Evince Package for Nokia 770

2005-12-15 Thread Ralph Giles
On Wed, Dec 14, 2005 at 05:44:19PM -0200, Eduardo de Barros Lima wrote: >Very good news... I tried to make the evince package including gs > and fonts, and the main problem i found was to find a way to register > the fonts automatically (which can not be done with app installer > current versi

Re: [maemo-developers] New version of Evince Package for Nokia 770

2005-12-15 Thread Ralph Giles
On Wed, Dec 14, 2005 at 12:36:52PM -0200, Eduardo de Barros Lima wrote: >The ghostscript you have working on the device was installed with > app installer (in /var/lib/install)? It would be nice if you sent us > the debian package. I haven't packaged it up yet, but will post packages as soon

[maemo-developers] Build Maemo from Scratch

2005-12-15 Thread Bruno de Oliveira Abinader
Hi all, I am trying to build Maemo from scratch (using a customized toolchain of scratchbox). I know that all the maemo apps have their respective sources under apt, but I don't know the exact command to build everything on it. Can anybody help me on this? []s _

Re: [maemo-developers] using execl

2005-12-15 Thread Tomas Junnonen
ext Brad Burleson wrote: I'm probably doing something stupid, but I'm trying to write a home plug-in that executes a shell script (which, in turn, will eventually launch some application). I hacked the code from one of the nokia 'hello-world-app' programs and except for struggling with the gnu

[maemo-developers] using execl (how to run applications)

2005-12-15 Thread Eero Tamminen
Hi, > execl("/bin/sh", "sh", "-c", "pplay", (char *)0); > > When I do this within a callback, as soon as the button is clicked > the screen turns white and the script - and application - runs, but > the UI is broken - hard to explain, but it's not drawn completely and > the only function that see

RE: [maemo-developers] using execl

2005-12-15 Thread Peter.Hagg
-Original Message- From: [EMAIL PROTECTED] on behalf of Brad Burleson Sent: Thu 12/15/2005 10:28 AM To: maemo-developers@maemo.org Subject: [maemo-developers] using execl Any tips on how to execute a shell script (or any binary) from a maemo application? Hi Brad, you could use an

[maemo-developers] using execl

2005-12-15 Thread Brad Burleson
I'm probably doing something stupid, but I'm trying to write a home plug-in that executes a shell script (which, in turn, will eventually launch some application).  I hacked the code from one of the nokia 'hello-world-app' programs and except for struggling with the gnu build tools (and my own igno