10-01-2020, 09:12 AM
(09-30-2020, 12:58 PM)Humid Stylus Wrote: We are quite a few who got this issue, the solution is along the lines of:I was so focused on the dependencies that I didn't even think of simply removing and (re)installing gnome-authenticator, that did the trick, thanks
Code:apt-get --purge gnome-authenticator
apt-get --purge autoremove # (maybe needed)
apt-get update
apt-get dist-upgrade
apt-get install gnome-authenticator # If you want to have it
I skipped the autoremove though, saw some packages in the list that made me wonder if it's a good idea to do that.