GNOME Bugzilla – Bug 338173
Gedit show keyring store password on the window title bar
Last modified: 2006-04-20 17:14:44 UTC
Forwarded from: https://launchpad.net/distros/ubuntu/+source/gedit/+bug/39120 I have a smb folder with its username and password stored in gnome-keyring. When i open a file with gedit, the password is exposed in the window titlebar, such as: "filename smb://pw%3busename@server/folder". I think that this should not happen, since that password can be saw by everyone is looking my monitor.
I cannot reproduce this bug. I have tried with both a smb and a sftp folder.
Well, I can reproduce it if I explicitly wrote the username:passwd in the Open Location dialog.
Created attachment 63969 [details] [review] Path v1 This patch partially solves the problem (the gedit side). A complete fix requires a patch for egg-recent too.
Created attachment 63972 [details] [review] Patch v.2 This patch completely solves the problem.
Patch committed to both CVS HEAD and gnome-2-14 branch.