The Following User Says Thank You to iamthewalrus For This Useful Post: | ||
![]() |
2008-08-27
, 15:40
|
Posts: 9 |
Thanked: 0 times |
Joined on May 2008
@ Russia
|
#22
|
![]() |
2008-08-27
, 23:31
|
Posts: 662 |
Thanked: 238 times |
Joined on Jul 2007
|
#23
|
v0.3 doesn't work for me:
~ $ airx
Woo
Traceback (most recent call last):
File "/usr/bin/airx", line 152, in <module>
execfile("/home/user/airxhost.py")
IOError: [Errno 2] No such file or directory: '/home/user/airxhost.py'
v0.1 was ok. Uninstalling it before installing v0.3 doesn't fix problem.
![]() |
2008-08-28
, 03:35
|
|
Posts: 43 |
Thanked: 12 times |
Joined on Jun 2008
@ Winnpeg, MB, CAN
|
#24
|
![]() |
2008-08-28
, 04:59
|
|
Posts: 193 |
Thanked: 23 times |
Joined on Aug 2007
|
#25
|
![]() |
2008-08-28
, 06:49
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#26
|
That means AirX could not create a file in your home directory.
Are you running it as root or user? Or, have you ever accessed your tablet via ssh? Permissions on that folder may have been inadvertently changed whilst doing something.
AirX checks for that file at every start-up, and if it does not exist, it attempts to create a blank one. Failing that, it gives you that error.
![]() |
2008-08-28
, 11:05
|
Posts: 662 |
Thanked: 238 times |
Joined on Jul 2007
|
#27
|
aaahh i'm geting an error
wiki wiki wiki?
ERROR!
SSH could not loging. Here is what SSH said:
<class "pexpect.TIMEOUT'>
Traceback (most recent call last):
File "/usr/bin/airx", line 195, in abd
child.expect(pexpect.EOF)
AttributeError: 'NoneType' object has no attribute 'expect'
![]() |
2008-08-28
, 11:06
|
Posts: 662 |
Thanked: 238 times |
Joined on Jul 2007
|
#28
|
The Following User Says Thank You to Aisu For This Useful Post: | ||
![]() |
2008-08-28
, 11:12
|
Posts: 662 |
Thanked: 238 times |
Joined on Jul 2007
|
#29
|
Ok I figured it out. For some reason the ~/.Xauthority on my notebook was owned by root. Changed it back to my own and problem went away. For those wondering how to run a different app. You can do X-forwarding from the commandline as well:
- Open xterm
- type (replace 'username' and 'host' with the remote username and ip address)
(fill in password)Code:ssh -X username@host
type name of the app
I wonder if these things are possible with X-forwarding:Code:inkscape
- use maemos on screen keyboard. I have an n800 so I can't use the hardware keyboard.
- use a local or remote GTK theme
- hear sound
- maximize windows without relying on per application 'maximize' buttons
<edit> Found a way to do this, be it a bit hackish:
</edit>Code:wmctrl -r :ACTIVE: -b toggle,fullscreen
Also it doesn't seem much faster than Tightvnc over ssh using some compresion and optimalization (though only minimal, you can go quite far with compression on tightvnc) like I described on the wiki.
![]() |
2008-08-28
, 13:19
|
Posts: 9 |
Thanked: 0 times |
Joined on May 2008
@ Russia
|
#30
|
- Open xterm
- type (replace 'username' and 'host' with the remote username and ip address)
type name of the app
- use maemos on screen keyboard. I have an n800 so I can't use the hardware keyboard.
- use a local or remote GTK theme
- hear sound
- maximize windows without relying on per application 'maximize' buttons
<edit> Found a way to do this, be it a bit hackish:
Also it doesn't seem much faster than Tightvnc over ssh using some compresion and optimalization (though only minimal, you can go quite far with compression on tightvnc) like I described on the wiki.
Last edited by iamthewalrus; 2008-08-27 at 16:32.