Feature #15266

Investigate why buttons disappear from notifications

Added by alant 2018-01-29 19:49:18 . Updated 2018-01-30 13:30:45 .

Status:
Resolved
Priority:
Normal
Assignee:
alant
Category:
Target version:
Start date:
2018-01-29
Due date:
% Done:

0%

Feature Branch:
Type of work:
Research
Blueprint:

Starter:
Affected tool:
Deliverable for:

Description

After the notification is stored in its “shelf” one can’t click on its buttons anymore. Feature or bug?


Subtasks


Related issues

Has duplicate Tails - Feature #15272: Investigate the design of buttons in GNOME notifications Duplicate 2018-01-31

History

#1 Updated by alant 2018-01-30 13:11:23

Related GNOME tickets:

So it looks like a bug, with some activity, but no solution yet.

#2 Updated by alant 2018-01-30 13:25:19

Good news, there’s an API to mark the urgency of notification. If marked “Urgent” they behave the way we want: https://wiki.gnome.org/Design/OS/Notifications#Urgent

<code class="python">
Notify.Notification.set_urgency(Notify.Urgency.CRITICAL)
</code>
<code class="python">
Gio.Notification.set_priority(Gio.NotificationPriority.HIGH)
</code>

#3 Updated by alant 2018-01-30 13:30:45

  • Status changed from Confirmed to Resolved

#4 Updated by sajolida 2018-02-04 21:15:06

  • has duplicate Feature #15272: Investigate the design of buttons in GNOME notifications added