diff --git a/nemo-terminal_vte-2.91.patch b/nemo-terminal_vte-2.91.patch index b0ece0a..5f2f837 100644 --- a/nemo-terminal_vte-2.91.patch +++ b/nemo-terminal_vte-2.91.patch @@ -20,3 +20,12 @@ self._path, [terminal_or_default()], None, GLib.SpawnFlags.SEARCH_PATH, None, None)[1] # Make vte.sh active +@@ -124,7 +126,7 @@ class NemoTerminal(object): + self.term.connect("drag_data_received", self._on_drag_data_received) + + # Container +- self.vscrollbar = Gtk.VScrollbar.new(self.term.adjustment) ++ self.vscrollbar = Gtk.VScrollbar.new(self.term.get_vadjustment()) + + self.hbox = Gtk.HBox() + self.hbox.pack_start(self.term, True, True, 0)