Feature #15266

Investigate why buttons disappear from notifications

Added by alant about 7 years ago. Updated about 7 years ago.

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 about 7 years ago

Related GNOME tickets:

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

#2 Updated by alant about 7 years ago

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 about 7 years ago

  • Status changed from Confirmed to Resolved

#4 Updated by sajolida about 7 years ago

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