[Kernel-packages] [Bug 1615204] Re: select-by-word/double-click drag-select only works sporadically on Toshiba Chromebook 1

2016-09-26 Thread Aaron Marcuse-Kubitza
bug found: see https://bugs.freedesktop.org/show_bug.cgi?id=95171 ,
https://lists.x.org/archives/xorg-devel/2016-April/049504.html

patch: see https://lists.x.org/archives/xorg-
devel/2016-April/049504.html

diff that caused it: (to fix, apply in reverse)
-
diff --unified=2 -r 
/home/administrator/xserver-xorg-input-synaptics-lts-utopic-1.8.1/src/ 
/home/administrator/xserver-xorg-input-synaptics-lts-xenial-1.8.2/src/
#[...]
--- 
/home/administrator/xserver-xorg-input-synaptics-lts-utopic-1.8.1/src/synaptics.c
   2016-09-26 08:30:04.0 -0700
+++ 
/home/administrator/xserver-xorg-input-synaptics-lts-xenial-1.8.2/src/synaptics.c
   2015-03-26 18:22:09.0 -0700
@@ -672,5 +672,5 @@
 pars->tap_time = xf86SetIntOption(opts, "MaxTapTime", 180);
 pars->tap_move = xf86SetIntOption(opts, "MaxTapMove", tapMove);
-pars->tap_time_2 = xf86SetIntOption(opts, "MaxDoubleTapTime", 180);
+pars->tap_time_2 = xf86SetIntOption(opts, "MaxDoubleTapTime", 100);
 pars->click_time = xf86SetIntOption(opts, "ClickTime", 100);
 pars->clickpad = xf86SetBoolOption(opts, "ClickPad", pars->clickpad);  
 /* Probed */
#[...]

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works if tap very fast

Status in Linux:
  Unknown
Status in XOrg-Driver-Synaptics:
  Unknown
Status in xserver-xorg-input-synaptics-lts-xenial package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Compare this to Ubuntu 14.04.5 with the hardware-specific update to Linux 
kernel 4.4.0-34-generic & an updated graphics stack (`sudo apt-get install 
$(hwe-support-status --show-replacements)`; 
http://wiki.ubuntu.com/1404_HWE_EOL), where it doesn't work.
  6) Compare this to the hardware-specific update but with Linux kernel 
4.4.0-34-generic removed (`sudo apt-get remove linux-image-4.4.0-38-generic 
linux-headers-4.4.0-38`), where it also doesn't work (and is therefore not a 
kernel problem, but rather relates to other files in the hardware-specific 
update).
  7) On a non-working system, do a double-click drag-select with as fast of a 
double-click as possible. With this technique, you should be able to 
successfully double-click drag-select almost every time.
  8) Open Gear menu > System Settings... > Mouse & Touchpad. Set Double-click 
to be as slow as possible. Also install & open GPointing Device Settings, and 
vary the Tapping tab settings. Neither of these fixes the problem.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected, unless you double-click very quickly--much 
quicker than comfortable for normal use.

  Reproducibility:
  Appears to be "sometimes reproducible" at normal double-clicking speeds, but 
this is actually because you must do the double-click very quickly to get it to 
work.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). For Terminal, do a 
double-click drag-select as quickly as possible and it will usually work.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  ---
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F puls

[Kernel-packages] [Bug 1615204] Re: select-by-word/double-click drag-select only works sporadically on Toshiba Chromebook 1

2016-09-26 Thread Aaron Marcuse-Kubitza
confirmed to be in xserver-xorg-input-synaptics-lts-xenial: see
https://bugs.launchpad.net/xorg-driver-
synaptics/+bug/1615204/comments/31

** Package changed: linux (Ubuntu) => xserver-xorg-input-synaptics-lts-
xenial (Ubuntu)

** Summary changed:

- select-by-word/double-click drag-select only works sporadically on Toshiba 
Chromebook 1
+ select-by-word/double-click drag-select only works if tap very fast

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works if tap very fast

Status in Linux:
  Unknown
Status in XOrg-Driver-Synaptics:
  Unknown
Status in xserver-xorg-input-synaptics-lts-xenial package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Compare this to Ubuntu 14.04.5 with the hardware-specific update to Linux 
kernel 4.4.0-34-generic & an updated graphics stack (`sudo apt-get install 
$(hwe-support-status --show-replacements)`; 
http://wiki.ubuntu.com/1404_HWE_EOL), where it doesn't work.
  6) Compare this to the hardware-specific update but with Linux kernel 
4.4.0-34-generic removed (`sudo apt-get remove linux-image-4.4.0-38-generic 
linux-headers-4.4.0-38`), where it also doesn't work (and is therefore not a 
kernel problem, but rather relates to other files in the hardware-specific 
update).
  7) On a non-working system, do a double-click drag-select with as fast of a 
double-click as possible. With this technique, you should be able to 
successfully double-click drag-select almost every time.
  8) Open Gear menu > System Settings... > Mouse & Touchpad. Set Double-click 
to be as slow as possible. Also install & open GPointing Device Settings, and 
vary the Tapping tab settings. Neither of these fixes the problem.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected, unless you double-click very quickly--much 
quicker than comfortable for normal use.

  Reproducibility:
  Appears to be "sometimes reproducible" at normal double-clicking speeds, but 
this is actually because you must do the double-click very quickly to get it to 
work.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). For Terminal, do a 
double-click drag-select as quickly as possible and it will usually work.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  ---
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  User

[Kernel-packages] [Bug 1615204] Re: select-by-word/double-click drag-select only works sporadically on Toshiba Chromebook 1

2016-09-26 Thread Aaron Marcuse-Kubitza
> could you please test http://cdimage.ubuntu.com/daily-live/current/
and advise to the results?

OK, I tested it on http://cdimage.ubuntu.com/daily-live/current/yakkety-
desktop-i386.iso (retrieved 22-Sep-2016 21:02), and it still occurs.

** Tags added: yakkety

** Bug watch added: freedesktop.org Bugzilla #95171
   https://bugs.freedesktop.org/show_bug.cgi?id=95171

** Also affects: xorg-driver-synaptics via
   https://bugs.freedesktop.org/show_bug.cgi?id=95171
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works if tap very fast

Status in Linux:
  Unknown
Status in XOrg-Driver-Synaptics:
  Unknown
Status in xserver-xorg-input-synaptics-lts-xenial package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Compare this to Ubuntu 14.04.5 with the hardware-specific update to Linux 
kernel 4.4.0-34-generic & an updated graphics stack (`sudo apt-get install 
$(hwe-support-status --show-replacements)`; 
http://wiki.ubuntu.com/1404_HWE_EOL), where it doesn't work.
  6) Compare this to the hardware-specific update but with Linux kernel 
4.4.0-34-generic removed (`sudo apt-get remove linux-image-4.4.0-38-generic 
linux-headers-4.4.0-38`), where it also doesn't work (and is therefore not a 
kernel problem, but rather relates to other files in the hardware-specific 
update).
  7) On a non-working system, do a double-click drag-select with as fast of a 
double-click as possible. With this technique, you should be able to 
successfully double-click drag-select almost every time.
  8) Open Gear menu > System Settings... > Mouse & Touchpad. Set Double-click 
to be as slow as possible. Also install & open GPointing Device Settings, and 
vary the Tapping tab settings. Neither of these fixes the problem.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected, unless you double-click very quickly--much 
quicker than comfortable for normal use.

  Reproducibility:
  Appears to be "sometimes reproducible" at normal double-clicking speeds, but 
this is actually because you must do the double-click very quickly to get it to 
work.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). For Terminal, do a 
double-click drag-select as quickly as possible and it will usually work.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  ---
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Un

[Kernel-packages] [Bug 1615204] Re: select-by-word/double-click drag-select only works sporadically on Toshiba Chromebook 1

2016-09-25 Thread Aaron Marcuse-Kubitza
This excludes unrelated software updates, which previously were
performed after the hardware-specific update but now have been performed
before it, to get a narrow diff.

Status of changed files in the list:
/usr/share/X11/xorg.conf.d/50-wacom.conf: does not appear to be related to the 
bug--the touchpad is a "Cypress APA Trackpad (cyapa)" (`xinput --list`), not a 
Wacom device
/usr/share/bug/xserver-xorg-*-lts-xenial/script: all points to a generic 
script, which is a new file in the update
/usr/lib/xorg/modules/: sources for these are not installed--would need to 
install them to diff them. these are the most-promising files, since the *.conf 
changes did not turn out to include much.

** Attachment added: "the list of changed files for the hardware-specific 
update"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+attachment/4748451/+files/hardware-specific_update.diff.log

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Compare this to Ubuntu 14.04.5 with the hardware-specific update to Linux 
kernel 4.4.0-34-generic & an updated graphics stack (`sudo apt-get install 
$(hwe-support-status --show-replacements)`; 
http://wiki.ubuntu.com/1404_HWE_EOL), where it doesn't work.
  6) Compare this to the hardware-specific update but with Linux kernel 
4.4.0-34-generic removed (`sudo apt-get remove linux-image-4.4.0-38-generic 
linux-headers-4.4.0-38`), where it also doesn't work (and is therefore not a 
kernel problem, but rather relates to other files in the hardware-specific 
update).
  7) On a non-working system, do a double-click drag-select with as fast of a 
double-click as possible. With this technique, you should be able to 
successfully double-click drag-select almost every time.
  8) Open Gear menu > System Settings... > Mouse & Touchpad. Set Double-click 
to be as slow as possible. Also install & open GPointing Device Settings, and 
vary the Tapping tab settings. Neither of these fixes the problem.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected, unless you double-click very quickly--much 
quicker than comfortable for normal use.

  Reproducibility:
  Appears to be "sometimes reproducible" at normal double-clicking speeds, but 
this is actually because you must do the double-click very quickly to get it to 
work.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). For Terminal, do a 
double-click drag-select as quickly as possible and it will usually work.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  ---
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2

[Kernel-packages] [Bug 1615204] Re: select-by-word/double-click drag-select only works sporadically on Toshiba Chromebook 1

2016-09-25 Thread Aaron Marcuse-Kubitza
** Description changed:

  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)
  
  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)
  
  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Compare this to Ubuntu 14.04.5 with the hardware-specific update to Linux 
kernel 4.4.0-34-generic & an updated graphics stack (`sudo apt-get install 
$(hwe-support-status --show-replacements)`; 
http://wiki.ubuntu.com/1404_HWE_EOL), where it doesn't work.
  6) Compare this to the hardware-specific update but with Linux kernel 
4.4.0-34-generic removed (`sudo apt-get remove linux-image-4.4.0-38-generic 
linux-headers-4.4.0-38`), where it also doesn't work (and is therefore not a 
kernel problem, but rather relates to other files in the hardware-specific 
update).
  7) On a non-working system, do a double-click drag-select with as fast of a 
double-click as possible. With this technique, you should be able to 
successfully double-click drag-select almost every time.
  8) Open Gear menu > System Settings... > Mouse & Touchpad. Set Double-click 
to be as slow as possible. Also install & open GPointing Device Settings, and 
vary the Tapping tab settings. Neither of these fixes the problem.
  
  Expected results:
  Multiple words are selected.
  
  Actual result:
- Only the first word is selected.
+ Only the first word is selected, unless you double-click very quickly--much 
quicker than comfortable for normal use.
  
  Reproducibility:
- Double-click drag-select works only if you double-click very quickly--much 
quicker than comfortable for normal use.
+ Appears to be "sometimes reproducible" at normal double-clicking speeds, but 
this is actually because you must do the double-click very quickly to get it to 
work.
  
  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). For Terminal, do a 
double-click drag-select as quickly as possible and it will usually work.
  
  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.
  
  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)
  
  Additional information:
  N/A
  ---
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromeboo

[Kernel-packages] [Bug 1615204] Re: select-by-word/double-click drag-select only works sporadically on Toshiba Chromebook 1

2016-09-25 Thread Aaron Marcuse-Kubitza
** Description changed:

  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)
  
  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)
  
  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
- 5) Compare this to Ubuntu 14.04.5 with the hardware-specific update to Linux 
kernel 4.4.0-34-generic (see comment #23 & 
http://wiki.ubuntu.com/1404_HWE_EOL), where it doesn't work.
- 6) Compare this to the hardware-specific update but with Linux kernel 
4.4.0-34-generic removed (downgraded to 3.16.0-77-generic), where it also 
doesn't work (and is therefore not a kernel problem, but rather relates to 
other files in the hardware-specific update).
+ 5) Compare this to Ubuntu 14.04.5 with the hardware-specific update to Linux 
kernel 4.4.0-34-generic & an updated graphics stack (`sudo apt-get install 
$(hwe-support-status --show-replacements)`; 
http://wiki.ubuntu.com/1404_HWE_EOL), where it doesn't work.
+ 6) Compare this to the hardware-specific update but with Linux kernel 
4.4.0-34-generic removed (`sudo apt-get remove linux-image-4.4.0-38-generic 
linux-headers-4.4.0-38`), where it also doesn't work (and is therefore not a 
kernel problem, but rather relates to other files in the hardware-specific 
update).
+ 7) On a non-working system, do a double-click drag-select with as fast of a 
double-click as possible. With this technique, you should be able to 
successfully double-click drag-select almost every time.
+ 8) Open Gear menu > System Settings... > Mouse & Touchpad. Set Double-click 
to be as slow as possible. Also install & open GPointing Device Settings, and 
vary the Tapping tab settings. Neither of these fixes the problem.
  
  Expected results:
  Multiple words are selected.
  
  Actual result:
  Only the first word is selected.
  
  Reproducibility:
- Double-click drag-select will work occasionally, but most of the time it 
doesn't.
+ Double-click drag-select works only if you double-click very quickly--much 
quicker than comfortable for normal use.
  
  Workaround:
- In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.
+ In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). For Terminal, do a 
double-click drag-select as quickly as possible and it will usually work.
  
  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.
  
  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)
  
  Additional information:
  N/A
  ---
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modal

[Kernel-packages] [Bug 1615204] Re: select-by-word/double-click drag-select only works sporadically on Toshiba Chromebook 1

2016-09-25 Thread Aaron Marcuse-Kubitza
> it is of your technical belief that it's the xorg package exactly as
defined in https://launchpad.net/ubuntu/+source/xorg , or another one
specifically?

I don't know for sure that it's xorg, that is just my best guess based
on the list of changed files between the hardware-specific update and
the system before it was installed. But since it isn't the Linux kernel
(the bug remains after the new kernel is removed), I felt that the bug
should no longer be in the linux package. Is there some kind of generic
package to use when the exact package has not yet been confirmed?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Compare this to Ubuntu 14.04.5 with the hardware-specific update to Linux 
kernel 4.4.0-34-generic (see comment #23 & 
http://wiki.ubuntu.com/1404_HWE_EOL), where it doesn't work.
  6) Compare this to the hardware-specific update but with Linux kernel 
4.4.0-34-generic removed (downgraded to 3.16.0-77-generic), where it also 
doesn't work (and is therefore not a kernel problem, but rather relates to 
other files in the hardware-specific update).

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  ---
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.la

[Kernel-packages] [Bug 1615204] Re: select-by-word/double-click drag-select only works sporadically on Toshiba Chromebook 1

2016-09-25 Thread Aaron Marcuse-Kubitza
> the justification you provided doesn't indicate one way or the other
the root cause is xorg.

No, but it is more likely xorg than other packages, given that this is a
mouse problem and has been proven not to be a Linux kernel problem
(since the problem remains after the new Linux kernel is uninstalled and
reverted back to the 3.16.0-77-generic kernel).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in Linux:
  Unknown
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Compare this to Ubuntu 14.04.5 with the hardware-specific update to Linux 
kernel 4.4.0-34-generic (see comment #23 & 
http://wiki.ubuntu.com/1404_HWE_EOL), where it doesn't work.
  6) Compare this to the hardware-specific update but with Linux kernel 
4.4.0-34-generic removed (downgraded to 3.16.0-77-generic), where it also 
doesn't work (and is therefore not a kernel problem, but rather relates to 
other files in the hardware-specific update).

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  ---
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] Re: select-by-word/double-click drag-select only works sporadically on Toshiba Chromebook 1

2016-09-23 Thread Aaron Marcuse-Kubitza
Not a Linux kernel bug, but rather a bug in other files in the hardware-
specific update, probably the xorg ones.

** Description changed:

  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)
  
  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)
  
  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
- 5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.
+ 5) Compare this to Ubuntu 14.04.5 with the hardware-specific update to Linux 
kernel 4.4.0-34-generic, where it doesn't work.
+ 6) Compare this to the hardware-specific update but with Linux kernel 
4.4.0-34-generic removed (downgraded to 3.16.0-77-generic), where it also 
doesn't work (and is therefore not a kernel problem, but rather relates to 
other files in the hardware-specific update).
  
  Expected results:
  Multiple words are selected.
  
  Actual result:
  Only the first word is selected.
  
  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.
  
  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.
  
  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.
  
  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)
  
  Additional information:
  N/A
- --- 
+ ---
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  administrator   1882 F pulseaudio
-  /dev/snd/controlC1:  administrator   1882 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  administrator   1882 F pulseaudio
+  /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
-  linux-restricted-modules-4.4.0-34-generic N/A
-  linux-backports-modules-4.4.0-34-generic  N/A
-  linux-firmware1.127.22
+  linux-restricted-modules-4.4.0-34-generic N/A
+  linux-backports-modules-4.4.0-34-generic  N/A
+  linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

** Package changed: linux (Ubuntu) => xorg (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in Linux:
  Unknown
Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging t

[Kernel-packages] [Bug 1615204] ProcCpuinfo.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1615204/+attachment/4726712/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] ProcInterrupts.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1615204/+attachment/4726714/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] BootDmesg.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1615204/+attachment/4726706/+files/BootDmesg.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] ProcEnviron.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1615204/+attachment/4726713/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] WifiSyslog.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1615204/+attachment/4726720/+files/WifiSyslog.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] UdevLog.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1615204/+attachment/4726719/+files/UdevLog.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] ProcModules.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1615204/+attachment/4726715/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] PulseList.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1615204/+attachment/4726716/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] UdevDb.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1615204/+attachment/4726718/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] RfKill.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1615204/+attachment/4726717/+files/RfKill.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] Lsusb.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1615204/+attachment/4726711/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] Re: select-by-word/double-click drag-select only works sporadically on Toshiba Chromebook 1

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Tags added: apport-collected trusty

** Description changed:

  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)
  
  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)
  
  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.
  
  Expected results:
  Multiple words are selected.
  
  Actual result:
  Only the first word is selected.
  
  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.
  
  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.
  
  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.
  
  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)
  
  Additional information:
  N/A
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3.21
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  administrator   1882 F pulseaudio
+  /dev/snd/controlC1:  administrator   1882 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 14.04
+ InstallationDate: Installed on 2015-04-05 (506 days ago)
+ InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
+ MachineType: Toshiba Leon
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
+ RelatedPackageVersions:
+  linux-restricted-modules-4.4.0-34-generic N/A
+  linux-backports-modules-4.4.0-34-generic  N/A
+  linux-firmware1.127.22
+ Tags:  trusty
+ Uname: Linux 4.4.0-34-generic i686
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 08/26/2014
+ dmi.bios.vendor: coreboot
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Toshiba
+ dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
+ dmi.product.name: Leon
+ dmi.product.version: 1.0
+ dmi.sys.vendor: Toshiba

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1615204/+attachment/4726705/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in Virtua

[Kernel-packages] [Bug 1615204] IwConfig.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1615204/+attachment/4726709/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] CurrentDmesg.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1615204/+attachment/4726708/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] Lspci.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1615204/+attachment/4726710/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] CRDA.txt

2016-08-23 Thread Aaron Marcuse-Kubitza
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1615204/+attachment/4726707/+files/CRDA.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A
  --- 
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  administrator   1882 F pulseaudio
   /dev/snd/controlC1:  administrator   1882 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 14.04
  InstallationDate: Installed on 2015-04-05 (506 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release i386 
(20150218.1)
  MachineType: Toshiba Leon
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-34-generic 
root=UUID=127e42a1-2015-0521--28e347c5f54d ro tpm_tis.force=1 quiet splash 
vt.handoff=7
  ProcVersionSignature: Ubuntu 4.4.0-34.53~14.04.1-generic 4.4.15
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-34-generic N/A
   linux-backports-modules-4.4.0-34-generic  N/A
   linux-firmware1.127.22
  Tags:  trusty
  Uname: Linux 4.4.0-34-generic i686
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dialout dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 08/26/2014
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: Toshiba
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/26/2014:svnToshiba:pnLeon:pvr1.0:cvnToshiba:ct3:cvr:
  dmi.product.name: Leon
  dmi.product.version: 1.0
  dmi.sys.vendor: Toshiba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1615204] Re: select-by-word/double-click drag-select only works sporadically on Toshiba Chromebook 1

2016-08-23 Thread Aaron Marcuse-Kubitza
bug confirmed to be specific to the Linux kernel used in Ubuntu 16.04,
which is now a hardware-specific update on the Toshiba Chromebook 1

** Description changed:

+ (also on Linux kernel bug tracker at
+ https://bugzilla.kernel.org/show_bug.cgi?id=153871)
+ 
  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
- [1] and now Ubuntu 14.04.5 with the 16.04 Linux kernel automatic update, 
4.4.0-34-generic
+ [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)
  
  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
+ 5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.
  
  Expected results:
  Multiple words are selected.
  
  Actual result:
  Only the first word is selected.
  
  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.
  
  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.
  
  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.
  
  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)
  
  Additional information:
  N/A

** Package changed: ubuntu => linux (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1615204

Title:
  select-by-word/double-click drag-select only works sporadically on
  Toshiba Chromebook 1

Status in linux package in Ubuntu:
  New

Bug description:
  (also on Linux kernel bug tracker at
  https://bugzilla.kernel.org/show_bug.cgi?id=153871)

  Detailed bug description:
  In Ubuntu 16.04.1 [1] on the Toshiba Chromebook 1, if you try to select text 
by word, by double-clicking/triple-touchpad-tapping and then dragging the 
mouse, this only works occasionally. However, selecting text by line with a 
triple-click/4-tap drag works fine. This bug does not appear when Ubuntu 
16.04.1 is run in a VM in VirtualBox.
  [1] and now Ubuntu 14.04.5 with the hardware-specific update to Linux kernel 
4.4.0-34-generic (the same as for 16.04)

  Steps to reproduce:
  1) On a 1st-generation Toshiba Chromebook (and possibly other machines, too), 
run Ubuntu 16.04.1 from a boot disk 
(http://releases.ubuntu.com/16.04/ubuntu-16.04.1-desktop-i386.iso).
  2) Open a terminal window and type several words.
  3) Double-click/triple-touchpad-tap and then drag the mouse to attempt to 
select multiple words.
  4) Compare this to the same boot disk run in VirtualBox, where it works 
properly.
  5) Also compare this to Ubuntu 14.04.5 with the hardware-specific update to 
Linux kernel 4.4.0-34-generic, where it doesn't work.

  Expected results:
  Multiple words are selected.

  Actual result:
  Only the first word is selected.

  Reproducibility:
  Double-click drag-select will work occasionally, but most of the time it 
doesn't.

  Workaround:
  In applications other than Terminal, can use Ctrl+Shift+Right-Arrow to select 
by word (significantly slower for large text blocks). No known workaround for 
Terminal.

  Impact:
  Recommend not upgrading to 16.04 if you have a computer where double-click 
drag-select doesn't work in it.

  Description of the environment:
   Operation system: Ubuntu 16.04.1
   Versions of components: Linux kernel 4.4.0-34-generic (also on Ubuntu 
14.04.5)
   Reference architecture: 1st-generation Toshiba Chromebook (model name 
"Toshiba Leon")
   Network model: N/A
   Related projects installed: none (boot disk)

  Additional information:
  N/A

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1615204/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help