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 635891 - Gnome-session-properties loads with too small a default window
Gnome-session-properties loads with too small a default window
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: gnome-session
unspecified
Other Linux
: Normal minor
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-27 01:44 UTC by Paul Sladen
Modified: 2010-12-03 19:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix bug (1.11 KB, patch)
2010-11-27 18:41 UTC, Mohamed Amine Il Idrissi
none Details | Review

Description Paul Sladen 2010-11-27 01:44:41 UTC
Forwarded: https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/633433

/usr/bin/gnome-session-properties (System->Preferences->Startup Applications)

G-s-p starts up with small window (450x375 pixels) in the centre of the screen. This results in a number of textual descriptions in the main list box being cut off short and hidden by other widgets, even when when there is plenty of available room on the display.

Ideally g-s-p should start up at a larger size (taking into account available desktop real-estate), thus allowing the user a better view of the control panel options and their descriptions:

  https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/633433/+attachment/1557858/+files/Cant_read_whole_sentence_even_though_its_short.png
Comment 1 Paul Sladen 2010-11-27 08:53:28 UTC
See also bug #329895 which is asking for persistence of size across loads for g-s-p if the user has already made it bigger, whereas this bug is asking for the window just to be larger in the first place (such that the user doesn't _need_ to resize it!).
Comment 2 Paul Sladen 2010-11-27 10:51:03 UTC
Turns out that the initial size is even worse with CJK:

  http://img714.imageshack.us/img714/7261/1010e1.png (Latin)
  http://img844.imageshack.us/img844/8560/1010c1.png (CJK)
Comment 3 Mohamed Amine Il Idrissi 2010-11-27 18:41:07 UTC
Created attachment 175369 [details] [review]
Patch to fix bug

I attached a patch fixing the issue. It just changes the window's default size to 640x480.
Comment 4 Vincent Untz 2010-11-29 21:47:08 UTC
I committed a similar patch.
Comment 5 Ray Strode [halfline] 2010-12-03 19:45:22 UTC
This bug was probably the GtkVBox -> GtkBox GtkDialog bug in desguise fwiw