update Terminal.spawn_child() to use spawn_async, not spawn_sync#208
Merged
mattrose merged 1 commit intognome-terminator:masterfrom Sep 22, 2020
Merged
update Terminal.spawn_child() to use spawn_async, not spawn_sync#208mattrose merged 1 commit intognome-terminator:masterfrom
mattrose merged 1 commit intognome-terminator:masterfrom
Conversation
|
I don't know if this is related but after installing terminator on the master branch, running it yields the following exception: PluginRegistry::load_plugins: Importing plugin command_notify.py failed: module 'command_notify' has no attribute 'AVAILABLE'
Traceback (most recent call last):
File "./terminator", line 4, in <module>
__import__('pkg_resources').run_script('terminator==1.92', 'terminator')
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 658, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1438, in run_script
exec(code, namespace, namespace)
File "/usr/local/lib/python3.6/dist-packages/terminator-1.92-py3.6.egg/EGG-INFO/scripts/terminator", line 121, in <module>
TERMINATOR.layout_done()
File "/usr/local/lib/python3.6/dist-packages/terminator-1.92-py3.6.egg/terminatorlib/terminator.py", line 329, in layout_done
terminal.spawn_child()
File "/usr/local/lib/python3.6/dist-packages/terminator-1.92-py3.6.egg/terminatorlib/terminal.py", line 1492, in spawn_child
self.pid = self.vte.spawn_async(
AttributeError: 'Terminal' object has no attribute 'spawn_async' |
Member
Author
|
Oh. What version of vte are you using? That may be a newer call that's unsupported on your version |
|
How can I check the VTE version? I installed the Python binding that is given in the installation instructions for Ubuntu: |
mattrose
added a commit
that referenced
this pull request
Sep 27, 2020
Revert "Merge pull request #208 from mattrose/update-vte-spawn"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
2 reasons for this: