Bug 403810 - Increase default timeout for PassiveNotifications
Summary: Increase default timeout for PassiveNotifications
Status: RESOLVED INTENTIONAL
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: Not decided
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-31 17:52 UTC by Nate Graham
Modified: 2019-02-05 21:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Graham 2019-01-31 17:52:28 UTC
https://cgit.kde.org/kirigami.git/commit/?id=944f8e8f3901781e355f0ef7c7d03c38abdb3877 changed the default timeout for PassiveNotifications to 7 seconds, which may still be too short to actually read some messages. Recommend increasing it to 10.
Comment 1 Nate Graham 2019-02-05 21:26:16 UTC
Actually, this isn't needed. We just need Bug 403809 to make sure you actually see it. Then 7 seconds is enough time provided the message is short. If it's not enough time, the message it too long and shouldn't be using a PassiveNotification in the first place.