| Prev | 11   19     20   21   22     23   | Next | Last
maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   New rDesktop (with new frontend) (https://talk.maemo.org/showthread.php?t=22716)

Snoshrk 2009-01-18 02:27

Re: New rDesktop (with new frontend)
 
:(:confused: Ok new problem:

When I try to connect (click the CONNECT button) I get Error #35584.

What is this? & How do I fix it?

Thanks

Matt

TrueJournals 2009-01-18 02:49

Re: New rDesktop (with new frontend)
 
Hmmm... the only thing I could find about error 35584 is an abnormal exit. Can you try running /usr/local/bin/rdesktop.py from the command line and post the output if the error happens again?

Snoshrk 2009-01-18 05:11

Re: New rDesktop (with new frontend)
 
Quote:

Originally Posted by TrueJournals (Post 258354)
Hmmm... the only thing I could find about error 35584 is an abnormal exit. Can you try running /usr/local/bin/rdesktop.py from the command line and post the output if the error happens again?

;) Being somewhat proactive and re-reading this thread... I did just that...

When I ran it from the command line the GUI launches with no problems. I click connect and then: same error as if I launched the GUI from the App / Personal Menu.

I am able to connect via RDP from a Vista notebook to the target computer.

The only thing that I can think of that changed since the last time I made a successful connection from my N800 was HomeTools updated. :confused:


Thanks
m

Rohan 2009-01-20 21:16

Re: New rDesktop (with new frontend)
 
@TrueJournals

First of all, massive props for such great work. When I had pyrdesktop working it was absolutely fantastic.

Now I'm having problems. I've read and re read this whole thread and can seem to figure out what's going wrong.

I've got python launcher installed and I'm running OS2008 5.2008.43-7 not booting from the card.

Whenever, I launch pyrdesktop the GUI appears and then immediately closes. I've tried qwerty12's fix to no avail.

Please help, I'd love to have this working again!

Thanks again to everyone for all your contributions.

iLluFe 2009-02-08 21:37

Re: New rDesktop (with new frontend)
 
Just downloaded and installed pyrdesktop. I have been spending almost a day trying to figure it out. Did research in the forum already, and still haven't figure out how this thing work. Opened 3389 on my router and my firewall. Still doesn't work.

PS I'm using Windows XP Home sp3, can someone help me?

sic0048 2009-02-09 14:14

Re: New rDesktop (with new frontend)
 
Windows XP Home cannot host a RDP connection. So the PyRdesktop cannot connect to it since the XP Home OS cannot host the connection.

I am not sure whether or not there is a hack to allow XP Home to host a RDP connection. If not, you'll need to use XP Pro, Vista Business, Vista Ultimate, or one of the Windows Server OS.

skatebiker 2009-02-16 12:44

Re: New rDesktop (with new frontend)
 
There is a patch for Vista Home Premium which allows RDP input.
http://www.unet.fi/fransblog/2007/08...-home-premium/

On my Vista laptop it works fine as an RDP host !

Fionn 2009-04-23 18:49

Re: New rDesktop (with new frontend)
 
Quote:

Originally Posted by gultig (Post 219783)
I think I've found a bug. Somehow I deleted the first profile, which was also the default profile, and rdesktop wouldn't load anymore. I then installed gedit and load_prof was set to the deleted profile. I've changed it back and now all is well.

Thanks for the excellent updates to rdesktop.

Quote:

Originally Posted by sunmercury (Post 242366)
This new pyrdesktop had worked fine for me till last week. For some reason, it just stopped working. It would come on briefly and shut itself down. Here is the error running from console:

Nokia-N800-23-14:/usr/local/bin# ./rdesktop.py
python[1517]: GLIB WARNING ** libglade - unknown property `program_name' for cla
ss `GtkAboutDialog'
python[1517]: GLIB WARNING ** libglade - could not convert string to type `GStrv
' for property `authors'
./rdesktop.py:134: GtkWarning: Mixing deprecated and non-deprecated GtkToolbar A
PI is not allowed
self.wTree = gtk.glade.XML(self.gladefile)
Traceback (most recent call last):
File "./rdesktop.py", line 466, in <module>
handle = rdesktop()
File "./rdesktop.py", line 205, in __init__
self.load_profile("", "", "", "/apps/rdesktop/prof"+load_prof)
File "./rdesktop.py", line 441, in load_profile
self.name.set_text(self.client.get_string(profile + "/name"))
TypeError: GtkEntry.set_text() argument 1 must be string, not None

It seems like some library is corrupt. I try to uninstall/reinstall pyrdesktop (and even python launcher) many times to no avail.
I can still run rdesktop-cli fine from console. So this must be a problem with the pyrdesktop front end. Would someone please help ? I am running diablo version 4.2008.30-2. Any advice is greatly appreciated. Thanks !!!

Quote:

Originally Posted by TrueJournals (Post 242411)
Hmm... I thought I fixed that bug... I'll try to get a new version of pyrdesktop in extras later today with a real fix later today. What version of pyrdeskop are you currently running? As a temporary fix, open xterm and type in
Code:

gconftool -u /apps/rdesktop/load_prof
and hit enter.

I've run into the same problem that seems to have afflicted a few users here - namely whereby pyrdesktop doesn't load anymore after you delete some old profiles.

I've quoted some posts above which suggest that there's a solution but it seems to be escaping me.

Typing
Code:

gconftool -u /apps/rdesktop/load_prof
in xterm seems to have no effect. What is it supposed to do?

guiltig's post seems to suggest that pyrdesktop is trying to pick up a deleted profile. Is there a way via the command line to specify a profile that pyrdesktop will pick up?

Any help is gratefully appreciated.

I'm using :
Code:

pyrdesktop Version 1.5.0-6
rdesktop_cli Version 1.6.3-maemo2
OS 2008 (5.2008.43-7)


TrueJournals 2009-04-24 00:34

Re: New rDesktop (with new frontend)
 
Hmm... the gconftool line should unset the setting that tells pyrdesktop which profile to load by default, causing it to not load any profile. Since that doesn't fix the problem, it seems you're having a different issue. Can you run
Code:

python2.5 /usr/local/bin/rdesktop.py
from xterm and post the output?

Fionn 2009-04-24 00:57

Re: New rDesktop (with new frontend)
 
Running that command in Xterm gives the following:

Code:

~ $ python2.5 /usr/local/bin/rdesktop.py
python2.5[3543]: GLIB WARNING ** libglade - unknown property `program_name' for class `GtkAboutDialog'
python2.5[3543]: GLIB WARNING ** libglade - could not convert string to type `GStrv' for property `authors'
/usr/local/bin/rdesktop.py:134: GtkWarning: Mixing deprecated and non-deprecated GtkToolbar API is not allowed
self.wTree = gtk.glade.XML(self.gladefile)
Traceback (most recent call last):
File "/usr/local/bin/rdesktop.py", line 466, in <module>
handle = rdesktop()
File "/usr/local/bin/rdesktop.py", line 205, in __init__
self.load_profile("", "", "", "/apps/rdesktop/prof"+load_prof)
File "/usr/local/bin/rdesktop.py", line 441, in load_profile
self.name.set_text(self.client.get_string(profile + "/name"))
TypeError: GtkEntry.set_text() argument 1 must be string, not None
~ $

As that's the same output as reported upthread by others I assumed it was the same problem.

Is there a way to check if the
Code:

gconftool - u /apps/rdesktop/load_pref
was run correctly? e.g. a more verbose version of that command?
When I ran it I was just returned to the command line with no indication of failure or success.


| Prev | 11   19     20   21   22     23   | Next | Last
All times are GMT. The time now is 21:05.

vBulletin® Version 3.8.8