Re: [maemo-developers] maemo = gtk?

2006-02-02 Thread Kalle Vahlman
On 2/2/06, gunawan [EMAIL PROTECTED] wrote: I just want to ask, why must we use GTK under maemo programming?? It's not a _must_ in principle, and there's lots of pure X programs ported to the platform. However, the main UI is implemented with Gtk+ and also the input method so in order to

Re: [maemo-developers] maemo = gtk?

2006-02-02 Thread Ed Okerson
On 2/2/06, gunawan [EMAIL PROTECTED] wrote: I just want to ask, why must we use GTK under maemo programming?? It's not a _must_ in principle, and there's lots of pure X programs ported to the platform. However, the main UI is implemented with Gtk+ and also the input method so in order to

Re: [maemo-developers] mplayer working

2006-02-02 Thread Luca Donaggio
I can confirm it works, I've built it for N770 some times ago, but had to give up after many attempts to make sound working too! I never succeded in compiling mplayer with libmad as its integer-only mp3 playback library. Luca Donaggio2006/2/1, Pedro Ayala [EMAIL PROTECTED]: sure I know man!!!

Re: [maemo-developers] osso_initialize()

2006-02-02 Thread Tomas Frydrych
Tomi Ollila wrote: ... as my prog still gets killed... should I also give 3rd arg to osso_initialize() as true instead of false. Yes, all the mamemo examples pass in TRUE, but according to the docs this parameter is deprecated and should be FALSE. I ended up passing FALSE at the end, it works

Re: [maemo-developers] osso_initialize()

2006-02-02 Thread Eero Tamminen
Hi, It is also possible to run you application without dbus service at all-- you simply remove the X-Osso-Service line from you desktop file, in which case the TN will start your appl just by using the Exec line, and it will not get killed. The major problem with doing that is that some of

[maemo-developers] Audio on scratchbox and 770

2006-02-02 Thread Teemu Nikkilä
Hi all, I've been trying to understand the audio (and multimedia) framework on the 770, but with not much success. There seems to be a shortage on documentation on this subject, or maybe I just don't know how to find it. So this far I've managed to figure out that on the 770 the multimedia

[maemo-developers] Icons desktop file

2006-02-02 Thread Fred Lefévère-Laaoide
Hi, I suppose this question is trivial but I couldn't find a straight answer to it. Where should I put the icon that I want the menu to display and that is referenced in the icom line of the .desktop file ? Thanks O Fred ___ maemo-developers

Re: [maemo-developers] Icons desktop file

2006-02-02 Thread Fred Lefévère-Laaoide
When installing my package I keep getting a Erro loading icon 'phonelink' : Icon 'phonelink not present in theme different size files are copied in /var/lib/install/usr/share/icons/hicolor/size/hildon/phonelink.png What is the size used by the menu ? What do I do wrong ? O Fred Fred

Re: [maemo-developers] Status of Java on the N770 ??

2006-02-02 Thread Frantisek Dufka
Hi Fabrice, this was already discussed. There are searchable mailing list archives http://www.gossamer-threads.com/lists/engine?list=maemo You can check it for 'java' before asking further questions. Also generally is not good idea to cross-post to multiple lists. Where should I send my

Re: [maemo-developers] Icons desktop file

2006-02-02 Thread Luca Donaggio
Applications icons should stay in /var/lib/install/usr/share/pixmaps and should be in .png or .xpm formatLuca Donaggio2006/2/2, Fred Lefévère-Laaoide [EMAIL PROTECTED]:When installing my package I keep getting a Erro loading icon 'phonelink' : Icon 'phonelink not present in themedifferent size

Re: [maemo-developers] osso_initialize()

2006-02-02 Thread Ilkka Poutanen
Hi, On Wed, Feb 01, 2006 at 12:41:02PM +, Tomas Frydrych wrote: The osso debus service name handling is badly designed and cannot handle properly quialified names; to get your app working: * The full name of your service has to be com.nokia.revsh That is not actually true. I'm using eg.

Re: [maemo-developers] osso_initialize()

2006-02-02 Thread Tomas Frydrych
Ilkka Poutanen wrote: Hi, * The full name of your service has to be com.nokia.revsh That is not actually true. I'm using eg. a fi.tut.cs prefix and my app works fine both in Scratchbox and on the device. Can you start your application from the desktop menus? From what you are saying I have

Re: [maemo-developers] osso_initialize()

2006-02-02 Thread Luca Donaggio
Actually it seems to be working even if the .service file is called 'only' revsh.service, or at least it does for the applications I've ported.Luca Donaggio2006/2/2, Ilkka Poutanen [EMAIL PROTECTED]:[skip] * the service file *must* contain fully qualified name Name=com.nokia.revshTrue, and IIRC

[maemo-developers] xml parser?

2006-02-02 Thread Roger Sperberg
-- firstinitial lastname at gmail.com Internet Tablet Users blog (Nokia 770: http://www.internettablettalk.com/blog/ ) Teleread (e-books: http://teleread.org/blog/) Electric Forest (digital libraries: http://altheim.com/ef/) ___ maemo-developers mailing

[maemo-developers] Autostart of Applications, in what init scripts should I put the commands ?

2006-02-02 Thread Benno Senoner
Hi, I installed the VNC port for maemo on the nokia 770 and would like to have started the vnc client automatically after the desktop booted. Which init scripts should I modify ? The name of the binary is: /var/lib/install/usr/bin/vncviewer Any ideas ? PS: Ed thanks for the kernel hints,

[maemo-developers] xml parser?

2006-02-02 Thread Roger Sperberg
Apologies if a blank message went through. Tapped in the wrong place on my 770 :-) My question: Does the 770 have an xml parser inboard? How would an editor -- joe? vim? -- access it? Thank you, Roger -- firstinitial lastname at gmail.com Internet Tablet Users blog (Nokia 770:

Re: [maemo-developers] Autostart of Applications, in what init scripts should I put the commands ?

2006-02-02 Thread Kimmo Hämäläinen
On Thu, 2006-02-02 at 18:19, ext Benno Senoner wrote: Hi, I installed the VNC port for maemo on the nokia 770 and would like to have started the vnc client automatically after the desktop booted. Which init scripts should I modify ? The name of the binary is:

Re: [maemo-developers] Automatic network connection, Autostart of Applications, in what init scripts should I put the commands ?

2006-02-02 Thread Benno Senoner
I tried to call the vnc viewer binary in the real-af-services file (with prepending a sleep to avoid that it gets started too early). It's probably not a clean way but it works, alternative ideas ? Now the only problem is that the VNC client does not start the wi-fi connection when

[maemo-developers] Re: xml parser?

2006-02-02 Thread Ross Burton
On Thu, 2006-02-02 at 11:15 -0500, Roger Sperberg wrote: Apologies if a blank message went through. Tapped in the wrong place on my 770 :-) My question: Does the 770 have an xml parser inboard? There are three (!): * GLib has a XML-like parser called GMarkup * expat * libxml2 Ross --

Re: [maemo-developers] Automatic network connection, Autostart of Applications, in what init scripts should I put the commands ?

2006-02-02 Thread Aaron Levinson
I'll be adding support for automatic network connections to VNC viewer in the next release. I tried to do this programmatically in the previous release by manually loading the libossopreload (or whatever it is called, I don't recall at the moment) library, but I could never get dlopen() (or

[maemo-developers] Can hardware buttons be disabled in the desktop ?

2006-02-02 Thread Benno Senoner
Hi, question about hardware buttons on the Nokia 770: can the home and file menu hardware buttons be disabled in the desktop ? Is a recompilation of the window manager (or other components) needed or are there easier ways to achieve this ? thanks, Benno

Re: [maemo-developers] Gnumeric 1.6.2 and goffice 0.2 Released

2006-02-02 Thread Eduardo de Barros Lima
Hi Larry, I have just uploaded the new package including the fix for the crash you reported. Please download and install it: http://bgran.net/etrunko/gnumeric/1.6.2/gnumeric_1.6.2-1indt1_arm.deb Thank you again. Any other issues, please contact me. Best regards, Eduardo (etrunko).

Re: [maemo-developers] Status of Java on the N770 ??

2006-02-02 Thread monteslu
There isn't an open source J2ME implementation out there. I'm currently trying to implement one but could use a bit of help :) I think a derivative of GNU Classpath and jamvm could work. The archives on this list show that jamvm/classpath(J2SE) can be compiled for the device, but there are some

Re: [maemo-developers] Status of Java on the N770 ??

2006-02-02 Thread Fabrice DI MEGLIO
Hi Luis, Thank you for those infos. I am fully agree with you and think that Java on the 770 could be really great and could allow lots of apps to run easily. I spent part of the past week end on dealing with scratchbox and create a suitable dev environment. My first feeling is that, even if

Re: [maemo-developers] osso_initialize()

2006-02-02 Thread Kalle Vahlman
On 2/2/06, Tomi Ollila [EMAIL PROTECTED] wrote: I quess I wont try with osso_initialize() for a while but state that on a web page and just fix that fork() thing to proper one... (removing X-Osso-service might work too, but this fork() trick gives me tolerably working solution for sure) ...