Dear Maintainer,
first off - thank you for your time and effort in maintatining this package!
* What led up to the situation?
Trying to open an additional terminator window. This usually happens around the 4th window opened... typically after a resume from suspend but also without suspend&resume.
* What exactly did you do (or not do) that was effective (or
ineffective)?
Using my xfce4-keyboard shortcut for "terminator"
* What was the outcome of this action?
No new window, all existing terminator windows become unreactive. Breaks my suspend&resume lifestyle.
Output when I try to start from another term-emulator; at least some lines have similarities with #706856.
USER@MACHINE:~$ terminator
ERROR:dbus.proxies:Introspect error on :1.370:/net/tenshu/Terminator2: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Traceback (most recent call last):
File "/usr/bin/terminator", line 107, in <module>
ipc.new_window_cmdline(optionslist)
File "/usr/share/terminator/terminatorlib/ipc.py", line 192, in _exec
func(proxy, *args, **argd)
File "/usr/share/terminator/terminatorlib/ipc.py", line 198, in new_window_cmdline
session.new_window_cmdline(options)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
After a quick rollback to stable's "1.90+bzr-1705-1" ( with the hanging windows still open ) produced a new working terminator instance so I'll stick to stable for now.
Thanks!
Michael