File remove-time-key.patch of Package clusterssh
From: Brandon Perkins <bperkins@redhat.com>
Date: Fri, 6 Nov 2015 16:19:03 -0500
Subject: [PATCH] Remove 'time' key from the event hash.
References: https://github.com/duncs/clusterssh/issues/46
References: bugzilla.opensuse.org/956316
'time' key and value from the event hash results in windows that
cannot be manipulated under KDE5.
---
lib/App/ClusterSSH.pm | 2 --
1 file changed, 2 deletions(-)
Index: App-ClusterSSH-4.02_01/lib/App/ClusterSSH.pm
===================================================================
--- App-ClusterSSH-4.02_01.orig/lib/App/ClusterSSH.pm
+++ App-ClusterSSH-4.02_01/lib/App/ClusterSSH.pm
@@ -579,7 +579,6 @@ sub send_text($@) {
'name' => $event,
'detail' => $code,
'state' => $state,
- 'time' => time(),
'event' => $servers{$svr}{wid},
'root' => $xdisplay->root(),
'same_screen' => 1,
@@ -1647,7 +1646,6 @@ sub key_event {
'name' => $event,
'detail' => $keycode,
'state' => $state,
- 'time' => time(),
'event' => $servers{$_}{wid},
'root' => $xdisplay->root(),
'same_screen' => 1,