Must be it!
im using "localhost", as it cant accept the display
without it. there must be some workaound.
thanks!

Daniel "NeoStrider" Monteiro

PS: I will also try to compile Xephyr and create a
debian package for it.

------------------------------
Date: Mon, 29 May 2006 09:49:47 +0300
From: Eero Tamminen <[EMAIL PROTECTED]>
Subject: [maemo-developers] Toolchain still not
working...new clues
To: maemo-developers@maemo.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=iso-8859-1

Hi,

> after lots of tries, I dropped Xnest and tried Xvnc.
> It also didn´t worked. I also tested running any X
> Application under scratchbox...also didn´t worked.

Have you allowed them to connect to the X server
(be it your desktop one, or Xephyr)?

With Xephyr you can use just "-ac" to disable all
access
control (and set Xephyr not to accept TCP connections
with the standard "-nolisten tcp" X server option[1]).
With the desktop X you can do something like:
- outside Sbox:
        xhost +localhost
  or just
- copy the ~/.Xauthority file from your home directory
  to your home directory inside Sbox

Desktop X servers are nowadays normally configured so
that
they don't allow TCP connections, just local unix
socket
connections[1].  "sb-init.sh" should be run with
DISPLAY
environment NOT having the host address part, like
this:
        DISPLAY=:1 sb-init.sh start


        - Eero

[1] This is done for obvious security reasons. X
doesn't have
any security between the clients, all clients can
manipulate
each others resources and events as they wish.






                
_______________________________________________________ 
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e 
anti-spam realmente eficaz. 
http://mail.yahoo.com.br/
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to