Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activating in terminator 1.91 #6

Open
flyasky opened this issue Jun 12, 2017 · 2 comments
Open

Activating in terminator 1.91 #6

flyasky opened this issue Jun 12, 2017 · 2 comments

Comments

@flyasky
Copy link

flyasky commented Jun 12, 2017

Activating this plugin in terminator 1.91 removes from menu all entries for other plugins

@Asynchronous003
Copy link

same here

plugin was throwing a gobject error on start so I changed therse lines-

import gi
from gi.repository import GObject as gobject
from gi.repository import Gtk as gtk

now I get no errors at start, but when I try to use plugin get these errors-

Traceback (most recent call last):
File "/root/.config/terminator/plugins/clone_session.py", line 69, in clone_session
sibling.spawn_child_with_command(cmd)
File "/root/.config/terminator/plugins/clone_session.py", line 138, in spawn_child_with_command
update_records = self.config['update_records']
File "/usr/share/terminator/terminatorlib/config.py", line 283, in getitem
return(self.base.get_item(key, self.profile, default=default))
File "/usr/share/terminator/terminatorlib/config.py", line 741, in get_item
raise KeyError('ConfigBase::get_item: unknown key %s' % key)
KeyError: 'ConfigBase::get_item: unknown key update_records'

I know this plugin is old, but would be great if it worked, yet I have no idea how to fix it,
any help would be much appreciated, Thanks :)

terminator 1.91
Linux kali 4.9.0-kali4-686 #1 SMP Debian 4.9.30-2kali1 (2017-06-22) i686 GNU/Linux

@liangjiezhu
Copy link

the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants