View Single Post
Fionn's Avatar
Posts: 178 | Thanked: 53 times | Joined on Jul 2007 @ Ireland
#210
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.

Last edited by Fionn; 2009-04-24 at 01:04.