[Xfce-bugs] [Bug 15315] New: Keyboard application shortcut executes twice when system is under heavy load
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Mon Apr 22 20:20:35 CEST 2019
https://bugzilla.xfce.org/show_bug.cgi?id=15315
Bug ID: 15315
Summary: Keyboard application shortcut executes twice when
system is under heavy load
Classification: Xfce Core
Product: Xfce4-settings
Version: 4.12.1
Hardware: PC (x86_64)
OS: Linux
Status: NEW
Severity: normal
Priority: Medium
Component: Keyboard Settings
Assignee: xfce-bugs at xfce.org
Reporter: daveu8282 at gmail.com
Target Milestone: Xfce 4.14
I have a keyboard application shortcut defined to run a shell script that
brings up four SSH sessions like this:
xfce4-terminal -e "ssh host1"
xfce4-terminal -e "ssh host2"
xfce4-terminal -e "ssh host3"
xfce4-terminal -e "ssh host4"
When I press the keyboard shortcut, four terminal windows are opened if the
system is lightly loaded, but if the system is under heavy load eight terminal
windows are opened. There are two instances of each host of the four hosts: two
instances of host1, etc.. It is as though my shell script is executed twice.
I also see the same behavior when I type an application shortcut that launches
just one SSH session:
xfce4-terminal -e "ssh host1"
When I press the shortcut keys under light load, one session is opened, but
under heavy load two sessions are opened.
In either use case it appears as though the action associated with my
application shortcut is taken twice if the system was under heavy load such as
disk I/O.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list