[Ubuntu-webapps-bugs] [Bug 1647895] Re: Tablet suspends while playing video or audio in browser

2022-12-16 Thread Olivier Tilloy
** Changed in: oxide/1.18
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1647895

Title:
  Tablet suspends while playing video or audio in browser

Status in Canonical System Image:
  Fix Released
Status in Oxide:
  Fix Released
Status in Oxide 1.18 series:
  Fix Released
Status in Oxide 1.19 series:
  Fix Released

Bug description:
  In frieza build 246 (20161206) the tablet will suspend while video or
  audio is playing in the browser. This did not happen in releases a few
  days ago.

  Steps to reproduce
  1) Set lock when idle to 1 minute
  2) Play a youtube video
  3) Tablet suspends after 1 minute, stopping the playback.

  Expected result
  The idle timer should not start until playback has finish

  Also see Bug #1602739

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1647895/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1647895] Re: Tablet suspends while playing video or audio in browser

2017-02-08 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1647895

Title:
  Tablet suspends while playing video or audio in browser

Status in Canonical System Image:
  Fix Released
Status in Oxide:
  Fix Released
Status in Oxide 1.18 series:
  Fix Committed
Status in Oxide 1.19 series:
  Fix Released

Bug description:
  In frieza build 246 (20161206) the tablet will suspend while video or
  audio is playing in the browser. This did not happen in releases a few
  days ago.

  Steps to reproduce
  1) Set lock when idle to 1 minute
  2) Play a youtube video
  3) Tablet suspends after 1 minute, stopping the playback.

  Expected result
  The idle timer should not start until playback has finish

  Also see Bug #1602739

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1647895/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1647895] Re: Tablet suspends while playing video or audio in browser

2017-01-05 Thread Chris Coulson
** Changed in: oxide/1.19
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1647895

Title:
  Tablet suspends while playing video or audio in browser

Status in Canonical System Image:
  New
Status in Oxide:
  Fix Released
Status in Oxide 1.18 series:
  Fix Committed
Status in Oxide 1.19 series:
  Fix Released

Bug description:
  In frieza build 246 (20161206) the tablet will suspend while video or
  audio is playing in the browser. This did not happen in releases a few
  days ago.

  Steps to reproduce
  1) Set lock when idle to 1 minute
  2) Play a youtube video
  3) Tablet suspends after 1 minute, stopping the playback.

  Expected result
  The idle timer should not start until playback has finish

  Also see Bug #1602739

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1647895/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1647895] Re: Tablet suspends while playing video or audio in browser

2016-12-07 Thread Olivier Tilloy
I can’t install the terminal app on my frieza at the moment, but on my
arale I’m seeing the following values for those environment variables:

XDG_CURRENT_DESKTOP=Unity
DESKTOP_SESSION=ubuntu-touch
XDG_SESSION_TYPE=mir
GDMSESSION=ubuntu-touch
XDG_SESSION_DESKTOP=ubuntu-touch

Given those values, base::nix::DesktopEnvironment
GetDesktopEnvironment() will return DESKTOP_ENVIRONMENT_UNITY, which
explains why oxide instantiates the FDO implementation of
PowerSaveBlocker.

It appears lightdm is responsible for setting XDG_CURRENT_DESKTOP, and
it sets it to the value of the "X-LightDM-DesktopName" key in
/usr/share/lightdm/sessions/ubuntu-touch.desktop.

I assume changing that value to e.g. "Unity8" would have lots of
undesirable side effects, so we probably need to patch oxide to be
cleverer at guessing the desktop environment.

** Changed in: oxide
Milestone: None => branch-1.20

** Also affects: oxide/1.19
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1647895

Title:
  Tablet suspends while playing video or audio in browser

Status in Canonical System Image:
  New
Status in Oxide:
  New
Status in Oxide 1.18 series:
  New
Status in Oxide 1.19 series:
  New
Status in repowerd package in Ubuntu:
  Confirmed

Bug description:
  In frieza build 246 (20161206) the tablet will suspend while video or
  audio is playing in the browser. This did not happen in releases a few
  days ago.

  Steps to reproduce
  1) Set lock when idle to 1 minute
  2) Play a youtube video
  3) Tablet suspends after 1 minute, stopping the playback.

  Expected result
  The idle timer should not start until playback has finish

  Also see Bug #1602739

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1647895/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-webapps-bugs] [Bug 1647895] Re: Tablet suspends while playing video or audio in browser

2016-12-07 Thread Olivier Tilloy
I’m seeing this in /var/log/syslog when starting the playback of a
youtube video in the browser:

Dec  7 09:51:10 ubuntu-phablet dbus[2791]: apparmor="DENIED"
operation="dbus_method_call"  bus="session"
path="/org/freedesktop/ScreenSaver"
interface="org.freedesktop.ScreenSaver" member="Inhibit" mask="send"
name="org.freedesktop.ScreenSaver" pid=4647 label="webbrowser-app"
peer_pid=3088 peer_label="unconfined"


It looks like oxide is using the wrong PowerSaveBlocker implementation. The 
corresponding code is 
https://git.launchpad.net/oxide/tree/shared/browser/device/power_save_blocker_linux.cc#n34.

** Also affects: oxide
   Importance: Undecided
   Status: New

** Also affects: oxide/1.18
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1647895

Title:
  Tablet suspends while playing video or audio in browser

Status in Canonical System Image:
  New
Status in Oxide:
  New
Status in Oxide 1.18 series:
  New
Status in repowerd package in Ubuntu:
  Confirmed

Bug description:
  In frieza build 246 (20161206) the tablet will suspend while video or
  audio is playing in the browser. This did not happen in releases a few
  days ago.

  Steps to reproduce
  1) Set lock when idle to 1 minute
  2) Play a youtube video
  3) Tablet suspends after 1 minute, stopping the playback.

  Expected result
  The idle timer should not start until playback has finish

  Also see Bug #1602739

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1647895/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp