[maemo-developers] compiling kernel Re: Fwd: [maemo-users] howto use the 770 as wlan-card replacement?

2006-01-04 Thread Frantisek Dufka
Clemens Eisserer wrote: I don't feel that comfortable with compiling my own kernel with all the nokia patches for this exotic device ;) It is not so hard. N770 specific kernel sources are here http://repository.maemo.org/pool/maemo1.1rc6/free/k/kernel-source-2.6.12.3/ original kernel config

[maemo-developers] Re: compiling kernel Re: Fwd: [maemo-users] howto use the 770 as wlan-card replacement?

2006-01-04 Thread Clemens Eisserer
Hello again and thanks a lot for your patience, So no way arround compiling my own kernel if I want to use masquerading with iptables? Well sad but then ... it seems I don't have any other chance than to try it out. Wow cool ;) But shouldn't it be possible to compile the whole kernel with the

Re: [maemo-developers] Re: compiling kernel Re: Fwd: [maemo-users] howto use the 770 as wlan-card replacement?

2006-01-04 Thread Frantisek Dufka
Clemens Eisserer wrote: So no way arround compiling my own kernel if I want to use masquerading with iptables? Not sure about this. But shouldn't it be possible to compile the whole kernel with the netfilter-stuff built as modules and then just copy the modules and load them? Probably yes.

Re: [maemo-developers] Application receives SIGKILL if executed through the menu

2006-01-04 Thread Kimmo Hämäläinen
Hi, Are you sure the osso_initialize() is compiled in when you start the program from the menu? Because if osso_initialize() is not called, DBus kills the program because it was started by the DBus daemon but never registered to the bus (done in osso_initialize). BR, Kimmo On Wed, 2006-01-04 at

[maemo-developers] Quick query

2006-01-04 Thread Matthews-Levine
Hiya - Just a quick query: having raised bug #332 (https://maemo.org/bugzilla/show_bug.cgi?id=332) a while ago, was there anything I should have done to it to progress it? I'm not complaining - just worried I haven't pushed the right button somewhere ... Cheers! jaycee -- | [EMAIL PROTECTED] |

[maemo-developers] using the Select button to turn text input on and off

2006-01-04 Thread Jonathan Pearce
Two applications, the VNC viewer and the X Terminal emulator, have bound the hardware Select/Confirm button to switching the text input on and off. Could someone familiar with this mechanism please explain how they're doing it? I've been all through the wiki and the osso-xterm source, but I have

[maemo-developers] non-maemo apps in toolbar

2006-01-04 Thread Mark Arrasmith
Because the 770 uses X11 I was interested in porting some X11 and fltk apps for fun. I compiled Ace of Penguins ( http://www.delorie.com/store/ace/ ) for the 770. Ace of Penguins is a X11 based card game suite that includes solitaire, freecell, taipei, and others. Basically it is the same

Re: [maemo-developers] non-maemo apps in toolbar

2006-01-04 Thread Vladislav Grinchenko
On Wed, 2006-01-04 at 17:43, Mark Arrasmith wrote: Because the 770 uses X11 I was interested in porting some X11 and fltk apps for fun. I compiled Ace of Penguins ( http://www.delorie.com/store/ace/ ) for the 770. Ace of Penguins is a X11 based card game suite that includes solitaire,

Re: [maemo-developers] non-maemo apps in toolbar

2006-01-04 Thread Aaron Levinson
It's important to note that even if you solve the problem of getting the icon to display in the task bar, a bigger problem exists when an attempt is made to run the software on the device itself. Since it isn't a GTK application, there will be no support for GTK input methods. Effectively, this

Re: [maemo-developers] non-maemo apps in toolbar

2006-01-04 Thread Nicolas Roard
On 1/5/06, Aaron Levinson [EMAIL PROTECTED] wrote: It's important to note that even if you solve the problem of getting the icon to display in the task bar, a bigger problem exists when an attempt is made to run the software on the device itself. Since it isn't a GTK application, there will

Re: [maemo-developers] non-maemo apps in toolbar

2006-01-04 Thread Mark Arrasmith
On Wednesday 04 January 2006 21:37, Vladislav Grinchenko wrote: On Wed, 2006-01-04 at 17:43, Mark Arrasmith wrote: I have the X-HildonDesk-ShowInToolbar=true set in the .desktop file. Is there anything else I need to do? Could be the icon size. Double-check that it is exactly 26x26. You

Re: [maemo-developers] non-maemo apps in toolbar

2006-01-04 Thread Mark Arrasmith
On Wednesday 04 January 2006 21:53, Aaron Levinson wrote: Effectively, this means that users won't be able to input anything into the application besides mouse strokes and clicks. If the application is entirely mouse-driven, that might be okay, but in addition, it won't be a maemo

Re: [maemo-developers] non-maemo apps in toolbar

2006-01-04 Thread Aaron Levinson
What exactly are the other issues that I mentioned? Here's a list that is likely incomplete (and doesn't mention those issues already discussed): 1. Full screen support 2. Proper menus, toolbars, titles. For instance, the window for a maemo application, if properly coded, will always fit

Re: [maemo-developers] non-maemo apps in toolbar

2006-01-04 Thread Aaron Levinson
I think some answers can be found in the Maemo Development Platform White Paper, available at http://www.maemo.org/platform/docs/maemo_exec_whitepaper.html , and in the Hildon UI style guide, available at http://www.maemo.org/community/hildon_ui.html . Aaron On Wed, 4 Jan 2006, Mark Arrasmith

Re: [maemo-developers] Application receives SIGKILL if executed through the menu

2006-01-04 Thread Kalle Vahlman
On 1/4/06, Kalle Vahlman [EMAIL PROTECTED] wrote: On 1/4/06, Celso Pinto [EMAIL PROTECTED] wrote: Hi Kalle, thanks for your insight. One more question though, in the service file, the service name should then be com.nokia.PACKAGENAME, right? It should be enough to just have PACKAGENAME