kuthulux / gnome-connection-manager

repository for gnome-connection-manager from kuthulu.com/gcm
Other
68 stars 28 forks source link

Regression seen after fix for #13 #18

Closed msmigiel closed 4 years ago

msmigiel commented 4 years ago

Operating System: RHEL 7.8 Program Version: GCM 1.2.0

With the fix for issue #13 consumed, I am seeing a new error. If I right click on a server and say Edit, I see the below error:

Traceback (most recent call last):
  File "gnome_connection_manager.py", line 1995, in on_bntEdit_clicked
    wHost.init(host.group, host)
  File "gnome_connection_manager.py", line 2455, in init
    self.txtTerm.set_text(host.term)
AttributeError: 'NoneType' object has no attribute 'set_text'

I can confirm that this is only after the fix for #13. Then from here if I hit OK, I see the error below. Due to this I cannot edit an existing server.

Traceback (most recent call last):
  File "gnome_connection_manager.py", line 2529, in on_okbutton1_clicked
    term = self.txtTerm.get_text()        
AttributeError: 'NoneType' object has no attribute 'get_text'
kuthulux commented 4 years ago

did you download all files from git?, looks like you don't have the latest .glade file

msmigiel commented 4 years ago

Sorry, this is my mistake. I only took gnome_connection_manager.py.