AttributeError: 'Terminal' object has no attribute 'fork_command_full'

Bug #1385145 reported by Michael Helmling
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Terra Terminal Emulator
New
Undecided
Unassigned

Bug Description

After recent update of the gnome libraries, terra does not start. This is the output I get:

$ terra

** (terra:3579): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
/usr/lib/python2.7/site-packages/terra/terminal.py:47: Warning: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version.
  self.builder.add_from_file(ConfigManager.data_dir + 'ui/main.ui')
/usr/lib/python2.7/site-packages/terra/terminal.py:47: Warning: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version.
  self.builder.add_from_file(ConfigManager.data_dir + 'ui/main.ui')
/usr/lib/python2.7/site-packages/terra/terminal.py:47: Warning: The property GtkWidget:margin-right is deprecated and shouldn't be used anymore. It will be removed in a future version.
  self.builder.add_from_file(ConfigManager.data_dir + 'ui/main.ui')
Traceback (most recent call last):
  File "/usr/bin/terra", line 27, in <module>
    terminal.main()
  File "/usr/lib/python2.7/site-packages/terra/terminal.py", line 582, in main
    app = TerminalWin()
  File "/usr/lib/python2.7/site-packages/terra/terminal.py", line 54, in __init__
    self.init_ui()
  File "/usr/lib/python2.7/site-packages/terra/terminal.py", line 120, in init_ui
    self.add_page(page_name=tab_name)
  File "/usr/lib/python2.7/site-packages/terra/terminal.py", line 191, in add_page
    self.notebook.append_page(VteObjectContainer(), None)
  File "/usr/lib/python2.7/site-packages/terra/VteObject.py", line 51, in __init__
    self.active_terminal = VteObject()
  File "/usr/lib/python2.7/site-packages/terra/VteObject.py", line 81, in __init__
    self.pid = self.vte.fork_command_full(
AttributeError: 'Terminal' object has no attribute 'fork_command_full'

Revision history for this message
Gabriel Schanuel (gabriel-schanuel) wrote :

affected me as well
archlinux
gtk2-2.24.25
gtk3-3.14.4
python2-2.7.8-2
python-3.4.2-1

Revision history for this message
Igor (imammedo) wrote :

you can try this fork where it should be fixed:
https://github.com/Sixdsn/terra-terminal/commits/develop

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.