#816 closed enhancement (fixed)
Timeout Notification Signal
Reported by: | alas | Owned by: | Scott Bennett |
---|---|---|---|
Priority: | major | Milestone: | 0.15 |
Component: | server | Version: | trunk |
Keywords: | Cc: |
Description
With idle-timeouts, would like to receive a signal x seconds before timeout occurs. Perhaps as a separate parameter (--idle-timeout-warning=x
)?
Change History (5)
comment:1 Changed 6 years ago by
Milestone: | → 0.15 |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by
Owner: | changed from Antoine Martin to Scott Bennett |
---|---|
Status: | assigned → new |
- r8703 adds the grace timeout which can be overriden by hooking the
idle_grace_timeout_cb
function, by default the client will get a notification message at 90% of the time. The percentage can be changed using the env varXPRA_GRACE_PERCENT
. - r8705 makes us slow down screen updates to just 2 per second when we reach the grace period (the code is reusable)
Ready for testing!
comment:4 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I've been told this works as expected.
comment:5 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/816
Note: See
TracTickets for help on using
tickets.
Follow up from #803.