How to remove the 'System Not Registered' notification from GNOME and Subscription-Manager Cockpit?
Environment
- Red Hat Enterprise Linux (RHEL) 8, 9
- Red Hat Subscription Manager (RHSM)
Issue
-
Multiple places in the GNOME shows
System Not Registerednotification.GNOME Popup:

About Notification:

RHSM Cockpit Notification:

-
How to get rid of the
System Not Registerednotification from GNOME?
Resolution
Be warned that Red Hat does not recommend disabling the System Not Registered notification.
For RHEL 9 systems
-
Masquerade the user service globally, running this command as
root:# systemctl --global mask org.gnome.SettingsDaemon.Subscription.service -
Alternatively, masquerade the service for a single user, running this command as that user:
$ systemctl --user mask org.gnome.SettingsDaemon.Subscription.service -
Remove the
subscription-manager-cockpitpackage to disable RHSM cockpit UI notification:# yum remove subscription-manager-cockpit
For RHEL 8 systems
-
Edit
/etc/xdg/autostart/org.gnome.SettingsDaemon.Subscription.desktopand comment out the line containingExec=/usr/libexec/gsd-submanas shown below:# sed -i -e '/^Exec=/s/^/#/' /etc/xdg/autostart/org.gnome.SettingsDaemon.Subscription.desktopNote: The above change may be reverted if the
gnome-settings-daemonandsubscription-managerpackages are updated on the system. -
Remove the
subscription-manager-cockpitpackage to disable RHSM cockpit UI notification:# yum remove subscription-manager-cockpit
Root Cause
-
In RHEL 9 systems, the
System Not Registerednotification is managed by theGNOME Subscription Managementservice which is triggered by the file/lib/systemd/user/org.gnome.SettingsDaemon.Subscription.service. -
In RHEL 8 systems, the
System Not Registerednotification is managed by theGNOME Subscription Managementservice which is triggered by the file/etc/xdg/autostart/org.gnome.SettingsDaemon.Subscription.desktop. -
The
Subscription-Manager Cockpit UIis provided by thesubscription-manager-cockpitpackage.
Diagnostic Steps
-
Install RHEL 8 or RHEL 9, login to GNOME session without registering the system and login to GNOME session, the following notification is shown:
System Not Registered Please register your system to receive software updates -
Login to GNOME session, Click on
Activitiesand SearchAbout, the following message is displayed:System Not Registered -
Login to GNOME session, Click on
Activitiesand Searchsubscription-manager cockpit, the following message is displayed.at different places in GNOME :subscription status Not Registered
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments