Terminal is not shown

Bug #1659230 reported by Tobias Kuhn
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Nautilus Terminal
Won't Fix
Undecided
Unassigned

Bug Description

I just installed Nautilus Terminal manually from the sources, but even after restarting, no terminal window is shown. When starting nautilus from the command line, I get the following messages:

$ nautilus
sys:1: PyGIWarning: Nautilus was imported without specifying a version first. Use gi.require_version('Nautilus', '3.0') before import to ensure that the right version gets loaded.
/usr/share/nautilus-python/extensions/nautilus_terminal.py:49: PyGIWarning: Vte was imported without specifying a version first. Use gi.require_version('Vte', '2.91') before import to ensure that the right version gets loaded.
  from gi.repository import GObject, Nautilus, Gtk, Gdk, Vte, GLib
[Nautilus Terminal] I: Initializing the Nautilus extension
Traceback (most recent call last):
  File "/usr/share/nautilus-python/extensions/nautilus_terminal.py", line 394, in _on_crowbar_parent_set
    nterm = NautilusTerminal(self._uri, self._window)
  File "/usr/share/nautilus-python/extensions/nautilus_terminal.py", line 124, in __init__
    self.shell_pid = self.term.fork_command_full(Vte.PtyFlags.DEFAULT,
AttributeError: 'Terminal' object has no attribute 'fork_command_full'

Revision history for this message
Fabien LOISON (flozz) wrote :

Hello,

This error appear because Nautilus Terminal targets an old version of VTE...

I Will not fix this issue, because I am rewriting a new, improved, version of Nautilus Terminal from scratch that will be available soon: https://github.com/flozz/nautilus-terminal .

Regards :)

Changed in nautilus-terminal:
status: New → Won't Fix
Revision history for this message
Tobias Kuhn (tkuhn) wrote :

OK. Looking forward to the new version then! :)

Revision history for this message
Tobias Kuhn (tkuhn) wrote :

ps: How can I uninstall the manually installed Nautilus Terminal?

Revision history for this message
Fabien LOISON (flozz) wrote :

./install.sh --remove

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.