Lots of errors in notifications after update

Hello,

I recently updated to 26.05, and now a couple apps keep flooding swaync with error notifications, opening signal, slack shows a bunch or errors, opening discord floods with errors non-stop, literally from the secound I open it, to the secound I close the app, I get so many errors per secound I can’t read them before they go off the screen. How do I disable this?

I’ve tried looking at the documentation (GitHub - ErikReider/SwayNotificationCenter: A simple GTK based notification daemon for any Wayland compositor · GitHub), but I can’t find any options that could be helpful for this.

You should at least show us some of the errors, like this it’s impossible to guess what might be going on.

Did you check the system logs with journalctl -b and maybe also the user session logs with journalctl -b –user?

These are the errors when opening signal.

journalctl -b doesn’t show any related errors.

Through some experimentation, I’ve found that this only happens when I open the apps with this script:

#!/usr/bin/env bash
wofi --show drun --allow-images | while read -r app; do
uwsm app -- “$app”
done

when I run them in the terminal (with or without uwsm), they don’t show any errors.