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 552264 - command-line option --zoom=ZOOMFACTOR is ignored when called with multiple tabs
command-line option --zoom=ZOOMFACTOR is ignored when called with multiple tabs
Status: RESOLVED OBSOLETE
Product: gnome-terminal
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
[geometry][wontfix-gsettings]
Depends on:
Blocks:
 
 
Reported: 2008-09-14 18:56 UTC by Andreas Moog
Modified: 2013-03-06 20:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas Moog 2008-09-14 18:56:44 UTC
Originally reported on Launchpad:
https://bugs.launchpad.net/bugs/270018

The following command open two tabs in a new terminal window but seems to ignore the zoom factors

gnome-terminal --tab --zoom=3 --tab --zoom=3

gnome-terminal --tab --zoom=3 --tab

also produces two tabs with no zoom.

However, the command

gnome-terminal --tab --zoom=3

works ... producing one tab with the proper zoom factor.

Importance:
If zoom doesn't work then the whole command line aspect of gnome-terminal is not very useful since opening several tabs with a script only to have to manually fix the size is a real pain. The zoom factor is properly inherited from manually opened (ctrl-shift-t) tabs.
Comment 1 Christian Persch 2008-09-23 20:08:40 UTC
--zoom isn't a per-tab option at the moment, it's only applied to the first tab. I fixed that in my branch which I'm going to commit to svn soon; but it still doesn't work since it seems all tabs show the zoom factor of the tab with the biggest one even though they are set the correct factor in the code...
Comment 2 Christian Persch 2013-03-06 20:43:42 UTC
Works for me on git master.