Re: TCP socket library

2008-02-06 Thread Fred Labrosse
On Tuesday 05 Feb 2008, Mohammed Hassan wrote: On Tue, 2008-02-05 at 13:28 +, ext Fred Labrosse wrote: All, I'm fairly new to maemo development (but not to C/C++) and am starting an application for my N800. I need to use TCP sockets and was wondering if there was any high level

Re: TCP socket library

2008-02-06 Thread Fred Labrosse
On Tuesday 05 Feb 2008, Kaj-Michael Lang wrote: On Tue, 5 Feb 2008, Fred Labrosse wrote: I need to use TCP sockets and was wondering if there was any high level library to do that. I saw references to SDL_net for maemo 2, but not maemo 4 (and indeed, it is not installed on my nokia or in

TestGtkEmbed on N800

2008-02-06 Thread Andrew Gatt
Hi, I've been playing around with the TestGtkEmbed program under the VMWare device downloaded from http://wiki.mozilla.org/Mobile/Build/Maemo_Build_Instructions and i'd l ike to test it out on my N800. I've copied over TestGtkEmbed and run-mozilla.sh and as before run; GRE_HOME=.

RE: TestGtkEmbed on N800

2008-02-06 Thread josh.soref
Andrew Gatt wrote: I've been playing around with the TestGtkEmbed program under the VMWare device downloaded from http://wiki.mozilla.org/Mobile/Build/Maemo_Build_Instructions and i'd like to test it out on my N800. I've copied over TestGtkEmbed and run-mozilla.sh and as before run;

RE: extras: promotion interface

2008-02-06 Thread josh.soref
Niels wrote: - Packages can not only be promoted, but also demoted if they are breaking things. (With the ability to tell the author why it was demoted) How do you deal with packages that are already installed on people's devices when they're demoted? Personally, if I have bad software

Question on Xomap keypad handling

2008-02-06 Thread John Bloom
Hi, I'm working on getting Debian usable on the N800 [1][2], and for some reason, when booted into Debian, I can't get the hardware buttons to generate keycodes in Xomap. showkey works and so does 'cat /dev/input/event2'. Actually, looking around in /proc and lsof, it seems that Xomap doesn't even

Re: extras: promotion interface

2008-02-06 Thread Niels Breet
Hi Hi Misha, After quite some time of fighting with myself as well as getting encouragement from certain members of this community, I'm humbly offer to your attention a first {alpha,beta} release of a manual promotion interface. Thank you for actually turning ideas into code! This really is

Re: TestGtkEmbed on N800

2008-02-06 Thread Andrew Gatt
Andrew Gatt wrote: [EMAIL PROTECTED] wrote: Andrew Gatt wrote: I've been playing around with the TestGtkEmbed program under the VMWare device downloaded from http://wiki.mozilla.org/Mobile/Build/Maemo_Build_Instructions and i'd like to test it out on my N800. I've copied over

RE: TestGtkEmbed on N800

2008-02-06 Thread josh.soref
Andrew wrote: OK so i should have tried harder. :) GRE is the Gecko Runtime Environment, which under scratchbox is setup in the /dist/bin folder of the VMWare device. I now suppose the question is, is there a GRE already in the rootfs somewhere that i need to specify to the GRE_HOME= ,

RE: TestGtkEmbed on N800

2008-02-06 Thread josh.soref
Andrew wrote: I copied them to /home/user/MyDocs/.documents and chmod'ed them both to 777 and ran them after gaining root access (sudo gainroot). GRE_HOME=. ./run-mozilla.sh ./TestGtkEmbed And you thought this would work because you also copied a GRE to the

Re: TestGtkEmbed on N800

2008-02-06 Thread Andrew Gatt
[EMAIL PROTECTED] wrote: Andrew Gatt wrote: I've been playing around with the TestGtkEmbed program under the VMWare device downloaded from http://wiki.mozilla.org/Mobile/Build/Maemo_Build_Instructions and i'd like to test it out on my N800. I've copied over TestGtkEmbed

Re: TCP socket library

2008-02-06 Thread Fred Labrosse
On Wednesday 06 Feb 2008, Tollef Fog Heen wrote: * Fred Labrosse | I should have been a bit more specific. I want to have a client running | on a nokia talking to a server running on another machine with the comms | being done with tcp sockets. It's an had-hoc protocol. I'm not |

Re: maemo-developers Digest, Vol 34, Issue 7

2008-02-06 Thread Tony Green
On Wednesday 06 Feb 2008, [EMAIL PROTECTED] wrote: Message: 16 Date: Tue, 5 Feb 2008 20:33:14 +0200 From: Marius Gedminas [EMAIL PROTECTED] [...] But... when I actually install the package, I end up without an init file. [...] Have you solved this problem already? If not, perhaps this

Re: TestGtkEmbed on N800

2008-02-06 Thread Andrew Gatt
GRE is the Gecko Runtime Environment, which under scratchbox is setup in the /dist/bin folder of the VMWare device. I now suppose the question is, is there a GRE already in the rootfs somewhere that i need to specify to the GRE_HOME= , This too can be answered w/ google (as

Re: custom dialog

2008-02-06 Thread Jayesh Salvi
You can find several examples of deriving from gtk.Dialog with this query: http://www.google.com/codesearch?hl=enlr=q=lang%3Apython+gtk.DialogbtnG=Search Jayesh On 2/5/08, Michele Tameni [EMAIL PROTECTED] wrote: Ho, i'm approcing the development on my new cool nokia device, but i can't find

Best Wishes for you in the coming Chinese new year :)

2008-02-06 Thread 黄杲
Hi, all: Tomorrow is Chinese New Year, and tonight is one of the happiest nights for all Chinese. Though I think currently there are not so many Maemo hackers or users in China, I believe there will more and more Maemo developers in the coming new year. Wish all Chinese maemo

Re: custom dialog

2008-02-06 Thread Eero Tamminen
Hi, ext Michele Tameni wrote: Ho, i'm approcing the development on my new cool nokia device, but i can't find info on how to make a very simple thing. I've a treeview and i need to edit the entry in one row. i don't want to open another window only for some info to edit or enter, so i'm

Re: extras: promotion interface

2008-02-06 Thread Levi Bard
After quite some time of fighting with myself as well as getting encouragement from certain members of this community, I'm humbly offer to your attention a first {alpha,beta} release of a manual promotion interface. Great! What's there so far seems to work well. Comments: * Is it necessary

Re: How to install packages..?

2008-02-06 Thread Ryan Pavlik
You should use the IP address that's in the VM (but not the scratchbox) /etc/resolv.conf - probably looks like 192.168.32.2. VMWare makes a virtual network inside your PC, so with respect to the VM, there is a static IP. Just try it - it does work, though you have to do it on every target.

Re: custom dialog

2008-02-06 Thread Michele Tameni
See the API documentation: http://www.pygtk.org/pygtk2reference/class-gtkdialog.html so i have to pack all my stuff in the gtk.Vbox attributes of the gtk.Dialog? right? in this way i can get what i want, and i think is the usual way, i'm right? Thanks a lot Michele -- michele tameni

Re: TCP socket library

2008-02-06 Thread Mike Kershaw
On Wed, Feb 06, 2008 at 11:08:29AM +, Fred Labrosse wrote: On Wednesday 06 Feb 2008, Tollef Fog Heen wrote: * Fred Labrosse | I should have been a bit more specific. I want to have a client running | on a nokia talking to a server running on another machine with the comms | being

Re: TCP socket library

2008-02-06 Thread Felipe Contreras
On Feb 5, 2008 3:28 PM, Fred Labrosse [EMAIL PROTECTED] wrote: All, I'm fairly new to maemo development (but not to C/C++) and am starting an application for my N800. I need to use TCP sockets and was wondering if there was any high level library to do that. I saw references to SDL_net for

Re: TestGtkEmbed on N800

2008-02-06 Thread Andrew Gatt
or do i need to copy all these files somewhere to get the TestGtkEmbed working? There is one (ibid) https://garage.maemo.org/svn/browser/mozilla/trunk/microb-engine/microb- engine/debian/patches/125_MICROB_autoset_grehome_display.diff +export

Non modal dialog

2008-02-06 Thread Frédéric Charrier
Hi, I'm developping a post-it application for Nokia N810. I have a main window, in fullscreen mode, and I need to display 1 or more post-its. The user should move these post its, so I decided to use a child window to display them (customized with a drawing area for instance). My problem is that

Re: Non modal dialog

2008-02-06 Thread Ross Burton
On Wed, 2008-02-06 at 18:09 +0100, Frédéric Charrier wrote: I'm developping a post-it application for Nokia N810. I have a main window, in fullscreen mode, and I need to display 1 or more post-its. The user should move these post its, so I decided to use a child window to display them

RE : Re: Non modal dialog

2008-02-06 Thread Frédéric Charrier
Why don't you use a normal window? what do you mean by normal window ? a GTK_WINDOW_TOPLEVEL ? _ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr

Are there different versions of python?

2008-02-06 Thread Pavel Rojtberg
Hi, I just released a new version of my music player and people started to show up where: * import gnome.gconf does not work, although python2.5-gnome is installed * gtk.set_application_name() is not available how can that be? Both errors do not necessarily occur simultaneously. System is IT

Re: extras: promotion interface

2008-02-06 Thread Graham Cobb
On Wednesday 06 February 2008 14:47:07 Levi Bard wrote: After quite some time of fighting with myself as well as getting encouragement from certain members of this community, I'm humbly offer to your attention a first {alpha,beta} release of a manual promotion interface. Today's emails

Re: extras: promotion interface

2008-02-06 Thread Levi Bard
One requirement that I think is important is an archive mechanism. When a package is promoted, the previous version should be archived somewhere. It could remain in the repository or be placed in a special archive repository. It would be needed if a demotion rollback was needed but, also,

Re: Are there different versions of python?

2008-02-06 Thread Daniel Martin Yerga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. On Wed, 06 Feb 2008 19:37:05 +0100 Pavel Rojtberg [EMAIL PROTECTED] wrote: Hi, I just released a new version of my music player and people started to show up where: * import gnome.gconf does not work, although python2.5-gnome is

Re: RE : Re: Non modal dialog

2008-02-06 Thread Ross Burton
On Wed, 2008-02-06 at 18:52 +0100, Frédéric Charrier wrote: Why don't you use a normal window? what do you mean by normal window ? a GTK_WINDOW_TOPLEVEL ? Yes, a popup window is only for special rare uses, like tooltips. Ross -- Ross Burton mail: [EMAIL

RE : Re: RE : Re: Non modal dialog

2008-02-06 Thread Frédéric Charrier
Why don't you use a normal window? what do you mean by normal window ? a GTK_WINDOW_TOPLEVEL ? Yes, a popup window is only for special rare uses, like tooltips. if I use a GTK_WINDOW_TOPLEVEL it appears maximized, and I can't move it neither change its size.

Rebuilding applications menu ?

2008-02-06 Thread Fred Pacquier
(I mistakenly posted this to the pymaemo list on 2/2 - resending here) I had a rare case of bad luck today while installing Canola2b2 on my 770: The download and installation went OK (Canola runs from the command line), but at the very end the device ran out of internal memory and could not

Re: [pymaemo] Rebuilding applications menu ?

2008-02-06 Thread Fred Pacquier
Daniel Martin Yerga suggested this on the pymaemo list : I am not expert in this, but to try with: update-desktop-database /usr/share/applications/hildon/ The command does seem to run (no error messages), and the .desktop files are all present in the directory, but the app menu is still empty,

Re: Best Wishes for you in the coming Chinese new year :)

2008-02-06 Thread sebastian maemo
Happy New Year of the Rat ;) Salut, Sebas. 2008/2/6, 黄杲 [EMAIL PROTECTED]: Hi, all: Tomorrow is Chinese New Year, and tonight is one of the happiest nights for all Chinese. Though I think currently there are not so many Maemo hackers or users in China, I believe there will more

libgsf-1-114 (needed to build Abiword) not found

2008-02-06 Thread Roberto Resoli
Hello, I'm trying to find libgsf-1-114 libgsf-1-dev packages, needed to build Abiword, but they are not available in current chinook repository. I have also tried to build from source, using the instructions found here: http://www.cleardefinition.com/page/Building_libgsf_for_Maemo/ but the

Re: libgsf-1-114 (needed to build Abiword) not found - info and sources questions

2008-02-06 Thread Ryan Pavlik
Those were incomplete instructions that I stopped working on once I realized I was duplicating effort. I should probably even remove them to reduce confusion. I'm not sure where the trouble is in finding libgsf - here's what I see in bora and chinook, using the VMWare SDK: [sbox-BORA_ARMEL:

Where to find following package...

2008-02-06 Thread nisha jain
Hi All, I need a small information under which package does hildon-widget belongs? I am not able to find exact package to download It is need to run an application. Please let me know if any one has the answer... Thanks and Regards, Nisha ___

Re: Where to find following package...

2008-02-06 Thread Ryan Pavlik
nisha jain wrote: Hi All, I need a small information under which package does hildon-widget belongs? I am not able to find exact package to download It is need to run an application. Please let me know if any one has the answer... Thanks and Regards, Nisha That's a core hildon

Re: libgsf-1-114 (needed to build Abiword) not found - info and sources questions

2008-02-06 Thread Roberto Resoli
2008/2/7, Ryan Pavlik [EMAIL PROTECTED]: Those were incomplete instructions that I stopped working on once I realized I was duplicating effort. I should probably even remove them to reduce confusion. I'm not sure where the trouble is in finding libgsf - here's what I see in bora and

Wish list

2008-02-06 Thread Al Khadra
Hello all, I would like to know where I can send my wish list for new features? Among the things I would like to see: 1- When the battery is fully charged the Tablet will not only display the regular message but will also BEEP. This way you do not have to keep checking whether it's full

Re: Where to find following package...

2008-02-06 Thread nisha jain
Hi Ryan, I tried installing it and get following error [EMAIL PROTECTED]:/home/maemo# apt-get install hildon-widgets Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package hildon-widgets Regards, Nisha On 2/6/08, nisha jain [EMAIL

Debian packaging

2008-02-06 Thread agbar.basha
Hi, Is there any way to create a debian package with libraries/binaries when the source code is unavailable. Regards, Basha ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers