debian/apport/source_xorg.py | 1 + 1 file changed, 1 insertion(+) New commits: commit 96064781f07187abffe8c35232beddb0029c205b Author: Bryce Harrington <br...@canonical.com> Date: Mon Mar 21 15:19:54 2011 -0700
Include `xinput list` output in apport reports. (I'd like to include lsinput too, but that requires sudo privs, and it's needed only in a very small proportion of cases, which would be too irritating to prompt about sudo in all bugs. diff --git a/debian/apport/source_xorg.py b/debian/apport/source_xorg.py index a36fd4a..06f8d03 100644 --- a/debian/apport/source_xorg.py +++ b/debian/apport/source_xorg.py @@ -384,6 +384,7 @@ def attach_input_device_info(report, ui=None): attach_command_output(report, ['locale'], 'locale') # For input device bugs + attach_command_output(report, ['xinput', '--list'], 'xinput') attach_command_output(report, ['gconftool-2', '-R', '/desktop/gnome/peripherals'], 'peripherals') def attach_nvidia_info(report, ui=None): -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1q1nbq-0006gh...@alioth.debian.org