Re: [maemo-developers] Re: [maemo-users] Port of VNC

2005-11-18 Thread Mikhail Sobolev
On Fri, Nov 18, 2005 at 08:58:42AM +0100, Matthias Steinbauer wrote:
> As file sayse those binaries are:
> vncviewer: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for 
> GNU/Linux 2.2.5, dynamically linked (uses shared libs), not stripped
> 
> So i don't think that anyone can execute a i386 binary on a real device.
Maybe we could try to use an emulator of some sort :))

--
Misha


signature.asc
Description: Digital signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Re: [maemo-users] Port of VNC

2005-11-18 Thread Vidar Madsen
I never got that to work either, so I went and compiled my own.

The binary is here:
  http://vidar.gimp.org/n770/vncviewer.bin

I have changed it a little bit. Instead of having an option for a
password file, the option "-passwd" simply takes the password as an
argument. Plain-text and all, so be wary of whom you show your xterm
to. :)

In other words:
  ./vncviewer.bin myhost:0 -passwd=mysecret

It doesn't support keyboard input at all yet, so it's of limited use,
but it might prove helpful. Copy and paste might work.

Just tested on an actual device running the Nokia image. :)

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


RE: [maemo-developers] Re: [maemo-users] Port of VNC

2005-11-18 Thread Ivan Serduk

How do You want to solve problem with keyboard? I have similar problem
with keyboard and I don't know what to do.
--
Ivan Serduk

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Vidar Madsen
Sent: Friday, November 18, 2005 11:43 AM
To: maemo-developers@maemo.org
Subject: Re: [maemo-developers] Re: [maemo-users] Port of VNC

I never got that to work either, so I went and compiled my own.

The binary is here:
  http://vidar.gimp.org/n770/vncviewer.bin

I have changed it a little bit. Instead of having an option for a
password file, the option "-passwd" simply takes the password as an
argument. Plain-text and all, so be wary of whom you show your xterm
to. :)

In other words:
  ./vncviewer.bin myhost:0 -passwd=mysecret

It doesn't support keyboard input at all yet, so it's of limited use,
but it might prove helpful. Copy and paste might work.

Just tested on an actual device running the Nokia image. :)

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


[maemo-developers] Browser additional menus

2005-11-18 Thread Ilkka Urtamo

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

In normal opera,
there is possibility to make own menu.ini files to add items to eg. image link 
drop down menu.
Copying this behaviour from standard opera seems not to work in osso browser.
(.opera/menu/mymenu.ini and in opera.ini-> [User Prefs]-> Menu 
Configuration=.opera/menu/mymenu.ini)

Is there any way to add additional menu items to osso browser?
I am in the need of image link drop down menu -> copy link to clipboard & 
execute program.

Greets, Ilkka
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDfblt16M95+qfGOERAhntAKCCKhvW/9R1T31ZJZa+s+eiLoPYeQCfebSq
HPj/mSWxBUCpAiqb65hPiRE=
=kDN9
-END PGP SIGNATURE-
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Evince Package for Application Installer

2005-11-18 Thread Eduardo de Barros Lima

Rob Clews wrote:

It fails in the AI for me with "Not enough memory".

Thanks
Rob



Hi Rob,

   The package is really huge, and there are a lot of ways to slim it 
down, but my objective with this first one was just to make it work. I 
will cut a lot of unnecessary stuff in the next packages. There are some 
bugs that will be fixed too.


   Best Regards.

--
Eduardo de Barros Lima
INdT - Instituto Nokia de Tecnologia
[EMAIL PROTECTED]
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] application startup problem

2005-11-18 Thread Chris Bare
I'm trying to get the scratchbox environment set up following the tutorial.
I've got xephyr running, and I run af-sb-init.sh start
It works, but instead of displaying "Home" I see "home_ap_home_name".
I've got LANGUAGE=en_GB is there something else I need to set to get the right
strings?
The bigger problem is when I go to run an application using the task launcher
menu, I get:
maemo_af_desktop[18350]: We could not read lowmem page stats.
osso_initialize() WARNING: if the system bus activated this program, Libosso
does not connect to the session bus!
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

even though my scratchbox environment has DISPLAY exported (set to :2) before
I run af-sb-init.sh start
Is there somewhere else I have to set DISPLAY?
-- 
Chris Bare
[EMAIL PROTECTED]
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] application startup problem

2005-11-18 Thread Simon Budig
Chris Bare ([EMAIL PROTECTED]) wrote:
> I'm trying to get the scratchbox environment set up following the tutorial.
> I've got xephyr running, and I run af-sb-init.sh start
> It works, but instead of displaying "Home" I see "home_ap_home_name".
> I've got LANGUAGE=en_GB is there something else I need to set to get the right
> strings?

Someone please fix the instructions in the tutorial.

unset LC_ALL, it clobbers the value of LANGUAGE.

Bye,
Simon
-- 
  [EMAIL PROTECTED]  http://simon.budig.de/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] application startup problem

2005-11-18 Thread Simon Budig
Chris Bare ([EMAIL PROTECTED]) wrote:
> osso_initialize() WARNING: if the system bus activated this program, Libosso
> does not connect to the session bus!
> Xlib: connection to ":0.0" refused by server
> Xlib: No protocol specified
> 
> even though my scratchbox environment has DISPLAY exported (set to :2) before
> I run af-sb-init.sh start
> Is there somewhere else I have to set DISPLAY?

ah, should've read the whole message before replying to the first part.

Make sure that DISPLAY includes the hostname or an IP.

export DISPLAY="localhost:2" or export DISPLAY="127.0.0.1:2"

Bye,
 Simon
-- 
  [EMAIL PROTECTED]  http://simon.budig.de/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers