The screen saver is interrupting me while watching Netflix
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity-settings-daemon (Ubuntu) |
Fix Released
|
Medium
|
Marco Trevisan (Treviño) | ||
Xenial |
Fix Released
|
Medium
|
Unassigned |
Bug Description
I am watching movies in Netflix in Google Chrome and the screen saver is activated. I have to manually move my mouse to deactivate it. Disabling the screen saver is not an option for me, as I don't want to waste electricity when I'm not watching movies.
Expected behaviour - Ubuntu should disable the screen saver while I'm watching movies.
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ubuntu-desktop 1.325
ProcVersionSign
Uname: Linux 3.13.0-36-generic x86_64
NonfreeKernelMo
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Jan 28 01:30:15 2015
InstallationDate: Installed on 2013-10-27 (457 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: ubuntu-meta
UpgradeStatus: Upgraded to trusty on 2014-09-28 (121 days ago)
Related branches
- Sebastien Bacher: Approve
-
Diff: 199 lines (+89/-28)2 files modifiedgnome-settings-daemon/org.gnome.ScreenSaver.xml (+43/-0)
plugins/screensaver-proxy/gsd-screensaver-proxy-manager.c (+46/-28)
- Sebastien Bacher: Approve
-
Diff: 2307 lines (+977/-420)25 files modifieddebian/changelog (+30/-0)
gnome-settings-daemon/Makefile.am (+34/-3)
gnome-settings-daemon/gnome-settings-bus.c (+89/-0)
gnome-settings-daemon/gnome-settings-bus.h (+36/-0)
gnome-settings-daemon/gnome-settings-manager.c (+47/-4)
gnome-settings-daemon/gnome-settings-session.c (+0/-62)
gnome-settings-daemon/gnome-settings-session.h (+0/-34)
gnome-settings-daemon/main.c (+2/-2)
gnome-settings-daemon/org.gnome.ScreenSaver.xml (+43/-0)
gnome-settings-daemon/org.gnome.SessionManager.xml (+451/-0)
plugins/automount/gsd-automount-manager.c (+19/-45)
plugins/background/gsd-background-manager.c (+2/-2)
plugins/color/gsd-color-manager.c (+5/-3)
plugins/common/gsd-input-helper.c (+3/-0)
plugins/keyboard/gsd-keyboard-manager.c (+1/-1)
plugins/media-keys/gsd-media-keys-manager.c (+31/-18)
plugins/power/gsd-power-manager.c (+78/-162)
plugins/remote-display/gsd-remote-display-manager.c (+1/-1)
plugins/screensaver-proxy/gsd-screensaver-proxy-manager.c (+54/-34)
plugins/smartcard/gsd-smartcard-plugin.c (+8/-37)
plugins/updates/gsd-updates-manager.c (+5/-5)
plugins/updates/gsd-updates-refresh.c (+5/-5)
plugins/wacom/gsd-wacom-manager.c (+8/-0)
plugins/xrandr/gsd-xrandr-manager.c (+1/-1)
plugins/xsettings/gsd-xsettings-manager.c (+24/-1)
affects: | ubuntu-meta (Ubuntu) → unity-settings-daemon (Ubuntu) |
Changed in unity-settings-daemon (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Marco Trevisan (Treviño) (3v1n0) |
Changed in unity-settings-daemon (Ubuntu Xenial): | |
importance: | Undecided → Medium |
tags: |
added: verification-done removed: verification-needed |
This bug was fixed in the package unity-settings- daemon - 15.04.1+ 16.10.20160613- 0ubuntu1
--------------- daemon (15.04. 1+16.10. 20160613- 0ubuntu1) yakkety; urgency=medium
unity-settings-
[ Marco Trevisan (Treviño) ]
* PowerManager: connect to keyboard BrightnessChanged signal to update
the cached current value properly (LP: #1510344)
* GsdPowerManager: don't cache kbd backlight current value (LP:
#1583861)
* common: backport g-s-d commits for having single shared dbus proxies
* ScreensaverProxy: redirect supported calls to gnome screensaver APIs
(LP: #1415265, #1584161)
[ Robert Ancell ] DESKTOP.
* Correctly check value of XDG_CURRENT_
* Remove code for disabling plugin under GNOME Shell - they don't use
u-s-d.
* Drop print notifications - not used under Unity.
[ Sebastien Bacher ]
* power: '0' keyboard backlight is a valid value (LP: #1510344)
* Don't hit an xerror when a device is removed while being configured
(LP: #1503758)
* wacom: don't segfault when a device is removed while being
configured. (LP: #1439427)
* power: fix crasher when the plugin is unloaded (LP: #1567116)
* power: Add sound notification on power plug/unplug
-- Marco Trevisan (Treviño) <mail@3v1n0.net> Mon, 13 Jun 2016 11:31:26 +0000