Activity log for bug #315672

Date Who What changed Old value New value Message
2009-01-10 00:29:50 Guillaume Desmottes bug added bug
2009-01-12 10:26:35 Olivier Tilloy elisa: status New Confirmed
2009-01-12 10:26:35 Olivier Tilloy elisa: importance Undecided Medium
2009-01-12 10:26:35 Olivier Tilloy elisa: statusexplanation You're right, line 160 of elisa-plugins/elisa/plugins/gnome/gnome_screensaver_service.py is: elif status == player.STOPPED and self._pm_cookie: whereas I guess it should be: elif status in (player.STOPPED, player.PAUSED) and self._pm_cookie: By the way this bug is linux-specific, as our screensaver service on windows deactivates the screensaver unconditionally during the whole life of the application.
2009-01-12 10:26:35 Olivier Tilloy elisa: milestone 0.5.x
2009-01-12 10:26:53 Olivier Tilloy title Shouldn't disable screensaver if music is in pause [linux] Shouldn't disable screensaver if music is in pause
2009-02-25 16:04:27 Philippe Normand elisa: status Confirmed In Progress
2009-02-25 16:04:27 Philippe Normand elisa: assignee cassidy
2009-02-25 16:04:27 Philippe Normand elisa: statusexplanation You're right, line 160 of elisa-plugins/elisa/plugins/gnome/gnome_screensaver_service.py is: elif status == player.STOPPED and self._pm_cookie: whereas I guess it should be: elif status in (player.STOPPED, player.PAUSED) and self._pm_cookie: By the way this bug is linux-specific, as our screensaver service on windows deactivates the screensaver unconditionally during the whole life of the application.
2009-02-25 16:04:27 Philippe Normand elisa: milestone 0.5.x 0.5.30
2009-02-25 16:31:06 Philippe Normand elisa: status In Progress Fix Committed
2009-03-02 18:14:22 Olivier Tilloy elisa: status Fix Committed Fix Released