** Changed in: gnome-control-center
       Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/182597

Title:
  Typing break reminder delay should be longer.

Status in gnome-control-center:
  Won't Fix
Status in gnome-control-center package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: gnome-control-center

  Currently, I have typing breaks configured at 5 minutes per 60 minutes. If I
  postpone a break, it pops up again in 3 minutes. Instead of using a constant 3
  minutes, I think it should use: MAX(3, break_length) -- that is, set the
  reminder delay equal to the break length, unless it's less than 3 minutes, in
  which case, set the reminder delay to 3 minutes

  --

  I changed my break time to 1 minute every 20 minutes. I discovered that this
  issue is worse than I thought.

  The current algorithm seems to be: MIN(3, break_length)
  I think it should be: MAX(3, break_length) perhaps even MAX(5, break_length)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-control-center/+bug/182597/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to