Re: [maemo-developers] ssh + display

2006-01-23 Thread Florian Boor
Hi, Gary Godfrey wrote: > osso_initialize() WARNING: if the system bus activated this program, Libosso > does not connect to the session bus! > osso_initialize() failed! > > Is there a way to get this working? you are missing some environment settings. Start it in this way: run-standalone.sh /v

Re: [maemo-developers] ssh + display

2006-01-23 Thread Kimmo Hämäläinen
On Mon, 2006-01-23 at 12:13, ext Kuisma Salonen wrote: > Lassi Syrjälä wrote: > > Hi, > > > > I think you need to: > > > > $ . /etc/osso-af-init/af-defines.sh > > Just as quick comment, if your application uses X, it needs to have > DISPLAY defined. If it uses D-BUS in any means (like use libos

Re: [maemo-developers] ssh + display

2006-01-23 Thread Kuisma Salonen
Lassi Syrjälä wrote: Hi, I think you need to: $ . /etc/osso-af-init/af-defines.sh Just as quick comment, if your application uses X, it needs to have DISPLAY defined. If it uses D-BUS in any means (like use libosso), it needs the D-BUS environment variables to be set correctly. If you want

Re: [maemo-developers] ssh + display

2006-01-22 Thread Lassi Syrjälä
Gary Godfrey kirjoitti 22.1.2006 kello 19.51: Hi, I was just getting python up on my 770 and was hoping to be able to remotely edit and run scripts via ssh, but have the display come out on the 770. This doesn't seem to work; the device seems to need more than DISPLAY in order to get a

[maemo-developers] ssh + display

2006-01-22 Thread Gary Godfrey
Hi, I was just getting python up on my 770 and was hoping to be able to remotely edit and run scripts via ssh, but have the display come out on the 770. This doesn't seem to work; the device seems to need more than DISPLAY in order to get applications working. For instance: ~ $ echo $DISPLAY