RE: [maemo-developers] Re: email source code available

2006-01-24 Thread Eero Tamminen
Hi, > the SDK doesn't contain osso-icons, osso-default-theme. Use > sdk-default-theme, sdk-default-theme-config, and sdk-default-icons > instead. Why the SDK package doesn't "provide" the product ones? (Best might be to have a virtual "maemo icons API" (pre-defined icon names) package and the ac

Re: [maemo-developers] Evince 0.5.0 Released

2006-01-24 Thread Gustavo Sverzut Barbieri
On 1/21/06, Eduardo de Barros Lima <[EMAIL PROTECTED]> wrote: > Hi all, > >A new stable version of Evince was released yesterday and I have > built the package for nokia 770. It still depends on libgnomeprintui. > Aditional information can be found at my blog: > > http://etrunko.blogspot.com/20

Re: [maemo-developers] modifying root filesystem

2006-01-24 Thread Janne Kataja
* Lorn Potter ([EMAIL PROTECTED]) [2006-01-16 11:01]: > I manually tar.gz the resulting root filesystem (the web page doesn't mention > the need to do this part), and ran the tar2jffs2.sh, script, flashed the > device, but the device keeps rebooting.. Make sure that you sudo tar and have --numer

Re: [maemo-developers] about building my root filesystem

2006-01-24 Thread Janne Kataja
* zgt_123 ([EMAIL PROTECTED]) [2006-01-23 03:57]: > i come a cross a problem, i build my root filesystem according to HOW TO'S > in maemo , but there are some dependency problem, here are the errors: > Configuring all packages on target second time > dpkg: dependency problems prevent configurati

Re: [maemo-developers] maemo for the iPaq?

2006-01-24 Thread Russell Nelson
Amaury Rodriguez writes: > A friend of mine owns an iPaq with an ARM processor > and he is tired of the silly OS that runs it (Windows > Mobile). Is there any project to port the maemo OS to > other devices besides the Noki 770? If there is any I > would like to get involved in development. h

Re: [maemo-developers] Evince 0.5.0 Released

2006-01-24 Thread Eduardo de Barros Lima
On 1/24/06, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > > Great job! However I cannot test it yet (still waiting Erkko to > deliver my unit). > > About libgnomeprintui, did you think about removing its dependency or > even make it optionall? > Hi Gustavo, It is certainly in my plans

[maemo-developers] Re: Evince 0.5.0 Released

2006-01-24 Thread Fionn Behrens
Eduardo de Barros Lima wrote: > Hi all, > >A new stable version of Evince was released yesterday and I have > built the package for nokia 770. Nice to see this. It is definitely faster than the builtin reader. Unfortunately though, it also fills the available memory faster. Actually, it is

[maemo-developers] A set of development questions...

2006-01-24 Thread Tomi Ollila
Hi While working to create revsh-tunnel-gui to ease remote access to a Nokia 770 I've come up with some issues. I'd like to ask some questions to get (some of) these issues solved quicker. In the order of annoyance these are: 1 I've set "Capitalize" on when typing on virtual keyboard. Is t

Re: [maemo-developers] A set of development questions...

2006-01-24 Thread Simon Budig
Tomi Ollila ([EMAIL PROTECTED]) wrote: > 3 Is there a compiler define that can be used in code to conditionally >compile code when targeting for 770 (and some other code when not for 770). >Currently I use the following kludgy hack: > >test -f /etc/init.d/maemo-launcher && XD=-DM4EM0

Re: [maemo-developers] A set of development questions...

2006-01-24 Thread Lassi Syrjälä
Tomi Ollila kirjoitti 24.1.2006 kello 23.10: 1 I've set "Capitalize" on when typing on virtual keyboard. Is there a way in GtkEntry to to hint the keyboard to not to capitalize the first word? BTW it is interesting that also the numeric keypad is capitalized ;/ Hi, One of the

Re: [maemo-developers] A set of development questions...

2006-01-24 Thread Tomi Ollila
> Tomi Ollila ([EMAIL PROTECTED]) wrote: >> 3 Is there a compiler define that can be used in code to conditionally >>compile code when targeting for 770 (and some other code when not for >> 770). >>Currently I use the following kludgy hack: >> >>test -f /etc/init.d/maemo-launcher &&

Re: [maemo-developers] A set of development questions...

2006-01-24 Thread Eero Tamminen
Hi, >> I use my configure script to check for the presence of the hildon> >> libraries. Put this in your configure.ac: >> PKG_CHECK_MODULES(HILDON, hildon-lgpl, >> [ AC_DEFINE(HILDON) >> AC_SUBST(HILDON_LIBS) >> AC_SUBST(HILDON_CFLAGS)], >> AC_MSG_RESULT([no])) > Let's see where this