Re: [maemo-developers] Re:problem in maemo installation

2006-03-10 Thread Heike C. Zimmerer
"sudarsana narashiman" <[EMAIL PROTECTED]> writes: > exec ${prefix}/bin/Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac > > I am getting the error > > could not create server lock file /tmp/.X2-lock Did you check if this file already exists (meaning that :2 is already in use -

Re: [maemo-developers] vpn client

2006-03-10 Thread Raphaël Jacquot
inode0 wrote: On 3/10/06, Keywan Najafi Tonekaboni <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: Hi, does anybody know if there is a Cisco-compatible vpn-client for N770? yes, vpnc: http://www.maemo.org/maemowiki/InstallVPNC If only it supported certificates. Or does it support t

Re: [maemo-developers] vpn client

2006-03-10 Thread inode0
On 3/10/06, Keywan Najafi Tonekaboni <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hi, > > > > does anybody know if there is a Cisco-compatible vpn-client for N770? > > yes, vpnc: > > http://www.maemo.org/maemowiki/InstallVPNC If only it supported certificates. Or does it support them

Re: [maemo-developers] vpn client

2006-03-10 Thread Keywan Najafi Tonekaboni
[EMAIL PROTECTED] wrote: Hi, does anybody know if there is a Cisco-compatible vpn-client for N770? yes, vpnc: http://www.maemo.org/maemowiki/InstallVPNC Regards, Keywan ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.or

[maemo-developers] vpn client

2006-03-10 Thread slinsner
Hi, does anybody know if there is a Cisco-compatible vpn-client for N770? Shara Linsner ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] Tips for making an application installer package

2006-03-10 Thread Tom Wolf
I have also developed a couple of scripts for converting debian arm packages and zaurus ipk packages to maemo packages. http://maemotalk.feelslikeburning.com/2006/02/21/maemo-package-management-tools/ ubergEEkOn 3/9/06, Neil Jerram <[EMAIL PROTECTED]> wrote: "Kasper Souren" <[EMAIL PROTECTED]> writ

Re: [maemo-developers] J2ME on Nokia 770 (SDK)

2006-03-10 Thread Fabrice Di Meglio
Hi Clemens, OK, thx. Could you tell us where did you find the corresponding packages for JamVM and Classpath as the ones I have found does not install correctly ? Fabrice Di Meglio On Mar 9, 2006, at 11:09 PM, Clemens Eisserer wrote: Please explain: "(Free)Swing runs nice on 770." Wel

Re: [maemo-developers] osso_initialize()

2006-03-10 Thread Luca Donaggio
2006/3/10, Kalle Vahlman <[EMAIL PROTECTED]>: On 3/9/06, Luca Donaggio <[EMAIL PROTECTED]> wrote:> Have you checked that the constant PACKAGE_VERSION has exactly the same> value (1.0.0) as in the line "Version=" in your .desktop file? If they're > not the same osso_initialize() will fail!Why would

[maemo-developers] Re: [Fedora-trans-pa] NEED YOUR HELP!

2006-03-10 Thread A S Alam
ਸ਼ੁੱਕਰਵਾਰ 10 ਮਾਰਚ 2006 12:40 ਨੂੰ, parminder sudan ਨੇ ਲਿਖਿਆ: > sat sri Akal paaji, > >i hope u remember me. sorry for the delay. i wanted > to ask u dat if i want to change the language then can u plz tell me the > list of the files that have to be changed so dat the language

Re: [maemo-developers] osso_initialize()

2006-03-10 Thread Kalle Vahlman
On 3/9/06, Luca Donaggio <[EMAIL PROTECTED]> wrote: > Have you checked that the constant PACKAGE_VERSION has exactly the same > value (1.0.0) as in the line "Version=" in your .desktop file? If they're > not the same osso_initialize() will fail! Why would it? Only checks for validity of version I

Re: [maemo-developers] osso_initialize()

2006-03-10 Thread Jari Tenhunen
On Fri, Mar 10, 2006 at 10:35:05AM +0200, Tomi Ollila wrote: > "Luca Donaggio" <[EMAIL PROTECTED]> writes: > > > Have you checked that the constant PACKAGE_VERSION has exactly the same > > value (1.0.0) as in the > > line "Version=" in your .desktop file? If they're not the same > > osso_initial

RE: [maemo-developers] osso_initialize()

2006-03-10 Thread sami.ronkainen
>states that interface names cannot have a hyphen (although bus Ah! That did the trick! Thank you ever so much for all of you who answered! -Sami- ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/m

Re: [maemo-developers] osso_initialize()

2006-03-10 Thread Tomi Ollila
"Luca Donaggio" <[EMAIL PROTECTED]> writes: > Have you checked that the constant PACKAGE_VERSION has exactly the same value > (1.0.0) as in the > line "Version=" in your .desktop file? If they're not the same > osso_initialize() will fail! oooh nooo!!!1!11!! That must have been my probl

Re: [maemo-developers] "Smartest" way to start network connection "before" socket connection is attempted to be made

2006-03-10 Thread Tomi Ollila
Kalle Valo <[EMAIL PROTECTED]> writes: > "Tomi Ollila" <[EMAIL PROTECTED]> writes: > >> In a program I need to know the IP of the interface before doing >> any network connections. >> >> So far the program has complained 'Please start network connection first' >> >> >> But I'd like to have smarte