Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2
clusterssh
remove-time-key.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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,
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor