----
For KDE:
sudo vim /etc/sddm.conf.d/hide-password.conf
[Greeter] ShowPasswordEcho=false
For `sudo`:
sudo vim /etc/sudoers.d/password-no-visual-echo
Defaults !pwfeedback
For GNOME, you have to modify `unlockDialog.js`
sudo vim /usr/share/gnome-shell/js/ui/unlockDialog.js
this._passwordEntry.clutter_text.set_password_char('');
Opinionated security tools maintainers rarely get it right.
----
For KDE:
insert in: then reboot.----
For `sudo`:
Insert/replace `Defaults` with: ----For GNOME, you have to modify `unlockDialog.js`
And do one of the following (version-specific): or in newer version, replace `echo_char` with `null`. Reboot required.