Hide livepatch indicator in top panel
After updating Ubuntu packages today, I see a new livepatch indicator in the top-panel:
How can I hide it? I tried running sudo apt remove indicator-livepatch
, but there's no such package. When I go to livepatch settings, I don't see an option to hide the indicator, just a button for sign-in.
From Ubuntu's Reddit:
- Run
dconf-editor
. - Navigate to com > ubuntu > update-notifier.
- Set
show-livepatch-status-icon
to off.
Programmatically you can run this within terminal for an equal effect.
gsettings set com.ubuntu.update-notifier show-livepatch-status-icon false