GNOME Bugzilla – Bug 355117
Use ● instead of * for masking passwords
Last modified: 2006-09-16 08:22:42 UTC
Most GNOME applications uses now ● for masking passwords. It's now the default when creating a GtkEntry in Glade.
Created attachment 72452 [details] [review] proposed patch
Created attachment 72489 [details] [review] forgotten some entries Replaced everywhere to be sure ;-)
I would imagine you have forgotten the password dialog used when connecting to your account which is generated from source, in src/gossip-ui-utils.c I think.b
Created attachment 72498 [details] [review] still one missing Thanks, you were right.
I think you are mistaken GNOME apps for ubuntu patches for GNOME apps... this is not something that should be done on an app-by-app basis imo, it should be changed in GTK+ if anywhere.
Gah, I hit send before I was done. Of course, if -I- am mistaken, the patch looks great and should be committed :)
Committed thanks ;) Also, please don't set the subject to use [PATCH], there is no need and it just takes up subject line space. The subject is now used when generating the NEWS for new releases, so we don't need to include any unnecessary wordings and Bugzilla has patch support so we see everything your submit :D
Did someone actually bother to check if it's just ubuntu or if GNOME is doing this? I'm really not so sure about it, since it's a pretty bad way to solve this (it should be changed in GTK+ instead of in all apps, if changed at all). Plus is doesn't work for me, I just get question marks in my password entries.
Olav Vitters has marked the patch as accepted. I asked Seb128 (ubuntu GNOME packager) and he confirmed it is ubuntu specific. So it should be reverted if you think it's a bad idea for upstream.
Whoops. Seems I didn't read comment 6 fully. I only read "the patch looks great and should be committed".
No problem :) I do think we should revert though and leave the default and let ubuntu patch if they want to.
Reverted in CVS.