Public bug reported:

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)

** Affects: gnome-control-center
     Importance: Unknown
         Status: Unknown

** Affects: gnome-control-center (Ubuntu)
     Importance: Undecided
         Status: New

** Bug watch added: GNOME Bug Tracker #339114
   http://bugzilla.gnome.org/show_bug.cgi?id=339114

** Also affects: gnome-control-center via
   http://bugzilla.gnome.org/show_bug.cgi?id=339114
   Importance: Unknown
       Status: Unknown

-- 
Typing break reminder delay should be longer.
https://bugs.launchpad.net/bugs/182597
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-control-center in ubuntu.

-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to