Yes, Benjamin, you can access your notification history on Debian with the GNOME desktop environment. Here’s how you can do it:
Install the GNOME Shell Extension (if not already installed):
bashsudo apt install gnome-shell-extension-manager
Enable the "Notification History" Extension:
Accessing the Notification History:
If you prefer a command-line approach, you can check system logs for notifications using journalctl:
bashjournalctl -b -u gnome-shell | grep -i "notification"
This will show you logs related to notifications in the current boot session.
Would you like help setting this up step by step, or do you have a specific version of Debian/GNOME in mind?