The Following User Says Thank You to melbcycle For This Useful Post: | ||
![]() |
2010-05-02
, 11:19
|
Posts: 9 |
Thanked: 2 times |
Joined on Apr 2010
@ Melbourne
|
#2
|
![]() |
2010-05-03
, 01:59
|
Posts: 9 |
Thanked: 2 times |
Joined on Apr 2010
@ Melbourne
|
#3
|
![]() |
2011-01-13
, 21:49
|
Posts: 18 |
Thanked: 10 times |
Joined on Jan 2011
|
#4
|
![]() |
2011-01-13
, 21:58
|
Posts: 310 |
Thanked: 202 times |
Joined on Jun 2010
@ Ireland
|
#5
|
![]() |
2011-08-17
, 04:46
|
Posts: 18 |
Thanked: 2 times |
Joined on Mar 2010
@ London, Canada
|
#6
|
One thing I noticed was the apps don't fill the whole window. I think this is because they're getting their dimensions from the desktop manager which is running on the phone for that user, which makes me think I need another user account running a different instance of the desktop.
I want to run these apps as another user, but I haven't created an account yet.
What I did was:
1) Yum install xorg-x11-server-Xephyr-1.7.6-3.fc12.i686
2) su - (i.e. become root)
3) Xephyr :1 -host-cursor -screen 800x480x16 -dpi 96 -ac 2>/dev/null &
4) Open another terminal on the Fedora machine.
5) export DISPLAY=:1.0
6) ssh -X user@192.168.0.11 (I have ssh keys now so no more passwords).
7) /usr/bin/osso-xterm or /usr/bin/fennec (i.e. run either the xterminal or firefox).
The apps run inside the window on your KDE desktop.
As a next step I'd like to get the window manager operational on the desktop if possible. However, I'm pretty sure this'd have to be under a different account or I'd trash the "user" desktop by have two instances touching the same settings etc.
Also I reckon it's *not* a good idea to run Firefox both on the Fedora machine and the N900 at the same time under account "user". They'd both be using the same settings etc. for the one account (i.e. you'd trash things up).
One thing I noticed was the apps don't fill the whole window. I think this is because they're getting their dimensions from the desktop manager which is running on the phone for that user, which makes me think I need another user account running a different instance of the desktop.
Does anyone have two desktops running? one on the N900 and their PC?
Who would've dreamed this was even possible? it's insane!
I'd better back this thing up before going too much further....???