You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
awesome v4.3-1360-gc539e0e4 (Too long)
• Compiled against Lua 5.3.6 (running with Lua 5.3)
• API level: 4
• D-Bus support: yes
• xcb-errors support: no
• execinfo support: yes
• xcb-randr version: 1.6
• LGI version: 0.9.2
• Transparency enabled: yes
• Custom search paths: no
How to reproduce the issue:
Inside the signal request::display try to set the notification to timeout = 0
Actual result:
The timeout is not applied and the notification will run out
Expected result:
The timeout should make the notification stay indefinitely
It works when sending a notification and setting it there, but not when using this signal and setting it there.
The text was updated successfully, but these errors were encountered:
sclu1034
added a commit
to sclu1034/awesome
that referenced
this issue
May 31, 2022
When creating a notification with a timeout value of `0`, no timer is
created. The same behaviour was intended when setting the timeout to `0`
later, but it was never implemented.
FixesawesomeWM#3625.
Output of
awesome --version
:How to reproduce the issue:
Inside the signal
request::display
try to set the notification totimeout = 0
Actual result:
The timeout is not applied and the notification will run out
Expected result:
The timeout should make the notification stay indefinitely
It works when sending a notification and setting it there, but not when using this signal and setting it there.
The text was updated successfully, but these errors were encountered: