Re: Gnome Shell Message Tray Week 2

2010-06-05 Thread Tobias Mueller
Hey Matt, On 05.06.2010 21:43, Matt Novenstern wrote: > My second weekly report is up here: > http://perditusinventusque.blogspot.com/2010/06/gnome-shell-message-tray-week-2.html > Would you mind including your report in your email? My eMail client already uses an insane amount of memory and I co

Keyboard interaction with notifications on lock screen

2020-02-12 Thread Tobias Mueller
Hi, I want to ask whether notifications on the lock screen are safe from being discarded by the user. That is, if we show something on the lock screen, can we be sure that nobody can discard the notification while the user is away? In our case, we intend to show something along the lines of "You

Re: Keyboard interaction with notifications on lock screen

2020-02-12 Thread Tobias Mueller
Hi Florian, On Wed, 2020-02-12 at 16:25 +0100, Florian Müllner wrote: > Yes. > > When locked, notifications can only be removed programmatically (via > `org.gtk.Notifications.RemoveNotification()` or > `org.freedesktop.Notifications.CloseNotification()`), not by a user. Cool. Thanks :) Cheers,