How to eliminate "Auto suspend and screensaver enabled" notification?

I’ve looked everywhere on how to keep this message from popping up in my notifications and I can’t seem to find a way to eliminate it and it’s quite annoying. Any suggestions? I’m on Fedora 35 GNOME 41.3.

Do you mean this notification?

        case GSD_POWER_ACTION_SUSPEND:
                create_notification (_("Automatic suspend"), _("Suspending soon because of inactivity."),
                                     NULL, NOTIFICATION_PRIVACY_SYSTEM,
                                     &manager->notification_sleep_warning);
                break;

That’s from gnome-settings-daemon’s power plugin, which uses the “Power” Settings panel as associated app. That should allow controlling the notification, but note that it’ll affect all notifications from that plugin (like the “running out of battery” ones).

1 Like

Sounds like you have Caffeine installed:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.