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 540022 - g-t starts in fullscreen
g-t starts in fullscreen
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-24 19:18 UTC by Behdad Esfahbod
Modified: 2008-06-25 13:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Behdad Esfahbod 2008-06-24 19:18:29 UTC
vte and g-t from trunk a couple minutes ago.
Comment 1 Christian Persch 2008-06-24 19:41:42 UTC
Not reproducible here, using g-t/vte/glib/gtk/etc svn trunk, with metacity 2.22.x. Same with metacity svn trunk. --disable-factory doesn't make any difference.
Comment 2 Christian Persch 2008-06-24 19:57:19 UTC
The only recent commit that I can think of that might have anything to do with this is http://svn.gnome.org/viewvc/gnome-terminal?view=revision&revision=2916 ; can you try to revert that and see if it fixes it? I don't see anything wrong in the patch itself though...
Comment 3 Behdad Esfahbod 2008-06-25 03:54:07 UTC
That fixed it, yes.
Comment 4 Behdad Esfahbod 2008-06-25 03:55:20 UTC
To be technically correct, g-t starts maximized, not fullscreen.
Comment 5 Christian Persch 2008-06-25 12:04:15 UTC
I see. So I fixed an uninitialised variable relating to maximising, which should fix this.
Except if you're using metacity 2.20.x, in which case this might be bug 461927.
Comment 6 Behdad Esfahbod 2008-06-25 13:28:09 UTC
Fixed.   Thanks.