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 783247 - -g option does not change geometry of vte-2.91
-g option does not change geometry of vte-2.91
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
0.49.x
Other Linux
: Low enhancement
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-30 20:05 UTC by tshibata
Modified: 2017-09-24 18:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description tshibata 2017-05-30 20:05:36 UTC
-g option does not change geometry of vte-2.91, test application.
It seems because geometry handling is deprecated and not really working any more.
I confirmed it with 0.49.1 and git master. (GTK+ version is 3.22.12)

Actually I made a fix at
 https://github.com/tshibata/vte
It works but I'm not sure if it is the best way to fix it because Vala is new to me.
Comment 1 Christian Persch 2017-05-30 20:55:31 UTC
If --geometry is important for the test application, the way to fix this would be to bring over the gnome-terminal patches from bug 760944 to app.vala.
Comment 2 Christian Persch 2017-09-24 18:56:18 UTC
Fixed on master for the C test application; the vala one is outdated and not installed anymore.