[maemo-developers] Re: Re: Proper documentation (was Re: HildonProgram input to gtk_widget_show()?)

2006-12-03 Thread Danny Milosavljevic
Hi,

On Wed, 29 Nov 2006 22:39:06 +0200, Marius Gedminas wrote:
> On Wed, Nov 29, 2006 at 07:46:51PM +, Danny Milosavljevic wrote:
>> Is there a way to do something to the tone of like:
>> 
>> (outside of scratchbox)
>> cd scratchbox/home/user/source/foobar/source/
>> scratchbox-batch SDK_ARM make
> 
> I want this too!
> 
>> I.e. I'd like to avoid having to do manual mode changes with
>> "/scratchbox/login" / "exit" all the time just to issue "make". And
>> "/scratchbox/login" doesn't take the working directory you were in (before
>> calling it) into account.
> 
> Reading /scratchbox/login: if you give it -d dir, then it chdirs there.
> Hey, and you can give it a command to run--this actually works!
> 
>   /scratchbox/login sbox-config -st SDK_ARM
>   /scratchbox/login -d nflick dpkg-buildpackage -rfakeroot
> 
> where "nflick" is relative to /scratchbox/users/$USER/home/$USER

Oh, it is already done? Now, that was a nice gem to be found ;-)

Thanks!

cheers,
  Danny

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Maemo Python Tutorial code areas broken

2006-12-03 Thread Laurent GUERBY
Hi,

All the code areas of:
http://maemo.org/platform/docs/pymaemo/python_maemo_howto.html

Look broken (EOL/spacing wise), eg:
<<
 #!/usr/bin/env python2.4
 import gtk  if __name__ == "__main__": window = 
gtk.Window(gtk.WINDOW_TOPLEVEL)
 label = gtk.Label("Hello World!") window.add(label)  label.show()
window.show()  gtk.main() 
>>

Same thing in the PDF.

Sincerely,

Laurent

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] port an httpd and PHP

2006-12-03 Thread ludovic arnold

Hello all,

I would like port an httpd and PHP5 or PHP4 and PHP4-SQLite with a minimum
of modules, on Nokia 770.

I would like to know if it's a good idea, and if you are interested by this.

I don't have many experience of nokia 770 and Cross -compilation, but i want
to learn ...

Thanks ;-)

--
Ludovic Arnold

France

[EMAIL PROTECTED]
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] VKB problems

2006-12-03 Thread Tomas Frydrych
I am trying to put together package of AbiWord 2.4.6 for Maemo 2.1, but
run into difficulties with the VKB -- the kbd never comes up when the
window is clicked on, although the same code used to work with OS2005.

I see in the Maemo 2.1 docs that "the input methods work automatically
... whenever text widgets (entry, text view) are pressed ..." -- is
there a way to make the VKB to work automatically for a widget of a
different type, or do I have to manually call
hildon_gtk_im_context_show() on focus_in events ?

Tomas




___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Re: emacs lite (zile) one 770

2006-12-03 Thread Follower

Marius Gedminas wrote:

You ned to install ncurse-base.  It's in http://repository.maemo.org
mistral/free, and a newer version is in http://maemo-hackers.org
mistral/main.
Ah, thanks for that piece of information. I installed 
ncurses-base_5.4-4_all.deb (which I had actually downloaded on some 
previous occasion) and was then able to run zile successfully. Thanks! :-)



zile should add it to the Depends field.

I'll mention it to the packager.

One item I'm curious about though: is an install of 'libncurses' ever 
useful *without* a corresponding install of `ncurses-base`? I ask this 
because I'd installed 'libncurses' previously to satisfy some other 
package's requirements, but I'm not sure if I had ever exercised it.


Anyway, thanks again for the help.

--Phil.

P.S. I didn't mention vi *once*! ;-D
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers