After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 474458 - Authentification dialog misplaced and does'nt fit in a 1024*768 screen
Authentification dialog misplaced and does'nt fit in a 1024*768 screen
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
2.19.x
Other Linux
: Normal normal
: 2.20.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2007-09-07 07:01 UTC by Emmanuel Pacaud
Modified: 2007-12-27 21:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Screenshot (30.04 KB, image/jpeg)
2007-09-07 07:01 UTC, Emmanuel Pacaud
Details

Description Emmanuel Pacaud 2007-09-07 07:01:22 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.
Comment 1 Emmanuel Pacaud 2007-09-07 07:01:46 UTC
Created attachment 95107 [details]
Screenshot
Comment 2 Gilles Dartiguelongue 2007-10-31 23:29:17 UTC
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.
Comment 3 Adam Schreiber 2007-11-01 01:33:09 UTC
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.
Comment 4 Emmanuel Pacaud 2007-12-27 21:50:51 UTC
It looks like it's fixed in seahorse 2.21.4.