Re: System calls

2007-02-19 Thread Carlos GP
The following program works just fine under my regular Linux box. #include unistd.h int main() { system(lskk); return 0; } I don't think so. It doesn't create me any kk archive... I'll try again, but... -- Carlos GP ___ maemo-developers

strace

2007-02-19 Thread Carlos GP
Hi! I want to debug my program, but strace doesn't seem to work... any ideas? Thanks -- Carlos GP ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Security Guidance for N800 OS development

2007-02-19 Thread Acadia Secure Networks
All, Has Nokia published any documentation on the subject of how to secure the N800 OS from attack from both a software developer perspective as well as an end user perspective? I mention this because, as more Internet aware/dependent applications are developed for the N800 (it is an

Re: System calls

2007-02-19 Thread Visti Andresen
On Mon, 19 Feb 2007 12:09:10 +0100 Carlos GP [EMAIL PROTECTED] wrote: The following program works just fine under my regular Linux box. #include unistd.h int main() { system(lskk); return 0; } I don't think so. It doesn't create me any kk archive... I'll try again, but...

[maemo-xxx] Header is missing

2007-02-19 Thread Adilson Oliveira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. I noticed that the mailing list header is missing. Can it be enabled again? It easier to classify the emails like this. Thanks. Adilson. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (GNU/Linux) Comment: Using GnuPG with Mozilla -

Natural language - finnish?

2007-02-19 Thread Asmo Koskinen
Hi list, In Maemo there are page for natural language (english, french, german, spanish). For example I have translated gpesummary in finnish (translation is already in release 0.6). Gpesummary is listed in german page, but there are no finnish page for that:

Re: New project idea, pygtk questions, and a toolkit

2007-02-19 Thread Xan Lopez
I guess this list is not really the best place to post rants^Wcomments about Python/GTK+ or PyGTK. AFAIK PyGTK is not even officially supported by maemo. You could probably get much more insightful comments in the pygtk mail list. But anyway, since some of your comments are really about GTK+ and

Re: dpkg: serious warning: files list .......

2007-02-19 Thread Visti Andresen
On Mon, 19 Feb 2007 19:15:31 +0100 Visti Andresen [EMAIL PROTECTED] wrote: dpkg-buildpackage -rfakeroot creates a debian/files file containing: n770-fire_1.2_armel.deb user/games optional That's not good either. Any idea what this file should contain? And how make it contain

Re: dpkg: serious warning: files list .......

2007-02-19 Thread Guillem Jover
On Mon, 2007-02-19 at 19:15:31 +0100, ext Visti Andresen wrote: On Mon, 19 Feb 2007 19:04:34 +0200 Marius Gedminas wrote: On Sun, Feb 18, 2007 at 09:18:34PM +0100, Visti Andresen wrote: dpkg-buildpackage -rfakeroot creates a debian/files file containing: n770-fire_1.2_armel.deb user/games

Re: New project idea, pygtk questions, and a toolkit

2007-02-19 Thread Xan Lopez
On 2/19/07, Sean Luke [EMAIL PROTECTED] wrote: Thanks, and I do appreciate your response. Further replies: You're welcome :) On Feb 19, 2007, at 1:17 PM, Xan Lopez wrote: On 2/19/07, Sean Luke [EMAIL PROTECTED] wrote: - Why is there any distinction between events and signals?

Re: New project idea, pygtk questions, and a toolkit

2007-02-19 Thread Ross Burton
On Mon, 2007-02-19 at 22:07 +0200, Xan Lopez wrote: - There appears to be no hook for gtk.Paned to detect when the user is moving / has moved the divider bar. This would seem to me to be the single most important hook. The only option I've found online is to override the size change

Re: dpkg: serious warning: files list .......

2007-02-19 Thread Guillem Jover
On Mon, 2007-02-19 at 21:37:58 +0200, ext Guillem Jover wrote: On Sun, 2007-02-18 at 21:18:34 +0100, ext Visti Andresen wrote: Hi, I succeeded in building my first .deb package. I created the control file and friends manually, I looked at the source of maemopadplus for inspiration. I

Re: dpkg: serious warning: files list .......

2007-02-19 Thread Visti Andresen
On Mon, 19 Feb 2007 21:37:58 +0200 Guillem Jover [EMAIL PROTECTED] wrote: But when I use dpkg I get the following message: dpkg -i n770-fire_0.1_armel.deb Selecting previously deselected package n770-fire. (Reading database ... dpkg: serious warning: files list file for package

Re: Security Guidance for N800 OS development

2007-02-19 Thread Acadia Secure Networks
Dave, if you think of the N800 simply as an entertainment device then security is not a significant issue. However, if and when users start to use this device to store important and sensitive info whether related to business or personal use then OS and application security, and especially

Re: Security Guidance for N800 OS development

2007-02-19 Thread Dave Cridland
On Mon Feb 19 20:40:41 2007, Acadia Secure Networks wrote: Dave, if you think of the N800 simply as an entertainment device then security is not a significant issue. Hmmm... I only recently realized some people do consider it an entertainment device. However, if and when users start to

New version of xgalaga

2007-02-19 Thread jl . biord
Hi, A new version 0.0.3 of xgalaga is available on https://garage.maemo.org/frs/?group_id=197release_id=445 This version solve the problems of dependencies (libxpm4) and provides new sprites. Jean-Luc Biord ___ maemo-developers mailing list

New version of xgalaga

2007-02-19 Thread Jean-Luc Biord
Hi, A new version 0.0.3 of xgalaga is available on https://garage.maemo.org/frs/?group_id=197release_id=445 http://imp.free.fr/horde/util/go.php?url=https%3A%2F%2Fgarage.maemo.org%2Ffrs%2F%3Fgroup_id%3D197%26release_id%3D445Horde=8e59b997875115f59a2aacd566659c63 This version solve the problems

Re: New project idea, pygtk questions, and a toolkit

2007-02-19 Thread Daniel Amelang
On 2/19/07, Sean Luke [EMAIL PROTECTED] wrote: ... Last, partly in response to irritation with GTK, I've been at work making a lightweight cover library on top of pygtk. The goal is to provide a minimum amount of functionality that's easier to use, but to let you dip down into pygtk when you