← Back to team overview

touch-packages team mailing list archive

[Bug 1532655] Re: Should disable concurrent extraction only on touch, not for Arm in general

 

Hmmm... That API isn't really what we are after because all it does is
tell us what the source of an input event was, such as mouse click or
touch-screen press. But we need to know in general.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to thumbnailer in Ubuntu.
https://bugs.launchpad.net/bugs/1532655

Title:
  Should disable concurrent extraction only on touch, not for Arm in
  general

Status in thumbnailer package in Ubuntu:
  New

Bug description:
  Currently, we are setting max-extractions to 1 on Arm, even when not
  running on the phone. This means that, on a Chromebook, for example,
  where we use software codecs, we are not using three idle CPUs. It
  would be nice to do this only on when running on touch, instead of for
  both touch and desktop on Arm.

  Fixing this involves working out whether we are running on touch, for
  which no API currently exists. But there is one in the works:

  https://codereview.qt-project.org/#/c/101049

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


References