You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thanks for all this! I was completely fine with the livepatch tip, but this has gotten totally out of hand. Also, I don't think that "sudo pro config set apt_news=false" works.
Now that I have to do all this junk, I find myself inclined to want said live patch tip gone as well. This is easily accomplished by editing /usr/lib/python3/dist-packages/UpdateManager/Dialogs.py and cobbling this function to return False.
def _is_livepatch_supported(self):
return False # Cut it out, #@&# it!
di = distro_info.UbuntuDistroInfo()
codename = get_dist()
return di.is_lts(codename)
Credit: MikeR
The text was updated successfully, but these errors were encountered:
Firstly, thanks for all this! I was completely fine with the livepatch tip, but this has gotten totally out of hand. Also, I don't think that "sudo pro config set apt_news=false" works.
Now that I have to do all this junk, I find myself inclined to want said live patch tip gone as well. This is easily accomplished by editing /usr/lib/python3/dist-packages/UpdateManager/Dialogs.py and cobbling this function to return False.
Credit: MikeR
The text was updated successfully, but these errors were encountered: