diff --git a/terminatorlib/plugins/command_notify.py b/terminatorlib/plugins/command_notify.py index 83849332..82689094 100644 --- a/terminatorlib/plugins/command_notify.py +++ b/terminatorlib/plugins/command_notify.py @@ -24,8 +24,10 @@ VERSION = '0.1.0' ### Test for proper signal try: Vte.Terminal().connect('notification-received',lambda *args: None,None) - AVAILABLE = ['CommandNotify'] + # AVAILABLE = ['CommandNotify'] + AVAILABLE = [] except TypeError as e: + AVAILABLE = [] pass class CommandNotify(plugin.Plugin):