Bug 110054 - [Workbench] Initial Eclipse window size with GTK panel
Summary: [Workbench] Initial Eclipse window size with GTK panel
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.1   Edit
Hardware: PC Linux-GTK
: P5 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2005-09-20 12:07 EDT by Chris Eagan CLA
Modified: 2019-09-06 16:14 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Eagan CLA 2005-09-20 12:07:23 EDT
The initial size of the eclipse window when starting extends under the gnome
panel at the bottom of the screen (and sometimes off the display) under linux
when the display resolution is low (1024x768). This makes the status bar not
visible. A new user might be confused if they do not alter the window position
since loading progress is shown in the status bar. A user may believe that the
application is frozen or not actually perfoming the action they requested.

If the user's screen resolution is higher, the entire eclipse window starts
onscreen and everything is visible. I suggest that the window be maximized
initially if the display resolution is too small to show the screen readably.

The issue here is that the display may be large enough to contain the window,
but the gnome panel could be hiding a portion of it, so it is not simply a check
to see if the window fits within the current screen resolution.
Comment 1 Michael Van Meekeren CLA 2005-09-20 13:58:27 EDT
I'm going to forward this to SWT first to see if we can detect this situation.
Comment 2 Billy Biggs CLA 2005-09-23 00:12:33 EDT
The issue is described in bug 33659, and the problem is that there's no way to
get the information we need from the window manager. However, _NET_WORKAREA from
the freedesktop.org wm-spec is "close enough", so I have given up and checked in
my fix.  In 3.2M3 and up, on a non-Xinerama display, and under a compliant
window manager (kwin and metacity work), Eclipse will always open fully visible.

However, I think the initial window size of Eclipse is too large, and with the
fix, the window now opens slightly-unmaximized which looks a little odd. A
better strategy may be to open maximized at 1024x768 and lower. Note that many
Linux machines default to 1024x768 with large panels. I'm moving this bug back
to UI to please consider a smaller default size or a maximization strategy.
Comment 3 Tod Creasey CLA 2007-06-14 16:39:03 EDT
There are currently no plans to do this but we would be happy to look at a patch
Comment 4 Eclipse Webmaster CLA 2019-09-06 16:14:19 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.