GNOME Bugzilla – Bug 474458
Authentification dialog misplaced and does'nt fit in a 1024*768 screen
Last modified: 2007-12-27 21:50:51 UTC
The authetification dialog that asks for ssh key password is misplaced (not centered on screen), and even worst, with the french localisation, doesn't fit in a 1024*768 screen.
Created attachment 95107 [details] Screenshot
bad placement applies to the dialog asking for the gpg passphrase. I didn't check the sources yet, but I believe this is because the dialog is showed before being filled.
The last few lines in the both functions that create dialogs of that style are: gtk_window_set_position (GTK_WINDOW (win), GTK_WIN_POS_CENTER); gtk_window_set_keep_above(GTK_WINDOW (win), TRUE); gtk_widget_show_all (win); gtk_window_present (GTK_WINDOW (win)); The only thing I can think of is change GTK_WIN_POS_CENTER to GTK_WIN_POS_CENTER_ALWAYS. Give it a try and let me know how it goes.
It looks like it's fixed in seahorse 2.21.4.