Debian Bug report logs - #472672
gnome-terminal: Opening Tabs resizes terminal window, closing tabs shrinks it

version graph

Package: gnome-terminal; Maintainer for gnome-terminal is Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>; Source for gnome-terminal is src:gnome-terminal (PTS, buildd, popcon).

Reported by: Michael Musenbrock <redeamer@gmx.net>

Date: Tue, 25 Mar 2008 16:51:01 UTC

Severity: normal

Tags: fixed-upstream

Found in version gnome-terminal/2.22.0-1

Fixed in version 3.12.3-2+b1

Done: Pedro Beja <althaser@gmail.com>

Bug is archived. No further changes may be made.

Forwarded to http://bugzilla.gnome.org/show_bug.cgi?id=528304

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, gpastore@debian.org (Guilherme de S. Pastore):
Bug#472672; Package gnome-terminal. (full text, mbox, link).


Acknowledgement sent to Michael Musenbrock <redeamer@gmx.net>:
New Bug report received and forwarded. Copy sent to gpastore@debian.org (Guilherme de S. Pastore). (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Michael Musenbrock <redeamer@gmx.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: gnome-terminal: Opening Tabs resizes terminal window, closing tabs shrinks it
Date: Tue, 25 Mar 2008 17:48:06 +0100
Package: gnome-terminal
Version: 2.22.0-1
Severity: normal

gnome-terminal has some resizing problems when opening and
closing tabs.

1. Open terminal window
-> 80x24 terminal
2. Open Tab
-> Whole window shrinks in height in spite of the fact
   that the tab bar is no added, so the terminal size
   is now 79x21
3. Close Tab
-> terminal keeps 79x21, whole windows shrinks, because
   tab bar disappears
4. Open Tab
-> terminal is now 78x18, whole window shrinks
5. Close Tab
-> terminal keeps 78x18, tab bar disap.
6. Open Tab
-> keeps 78x18, tab bar added
and so on

Terminal size doesn't go down under 78x18. The closing tab things
works as expected (keeps terminal size and remove tab bar).

Maybe it has something todo with the gnome libs, some 2.22 libs still
aren't available on sid amd64. If so, I would suggest to set 'harder'
dependencies.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (700, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-terminal depends on:
ii  gnome-control-center       1:2.22.0-2    utilities to configure the GNOME d
ii  gnome-terminal-data        2.22.0-1      Data files for the GNOME terminal 
ii  libatk1.0-0                1.22.0-1      The ATK accessibility toolkit
ii  libbonobo2-0               2.22.0-1      Bonobo CORBA interfaces library
ii  libc6                      2.7-9         GNU C Library: Shared libraries
ii  libgconf2-4                2.22.0-1      GNOME configuration database syste
ii  libglade2-0                1:2.6.2-1     library to load .glade files at ru
ii  libglib2.0-0               2.16.1-2      The GLib library of C routines
ii  libgnome2-0                2.20.1.1-1    The GNOME 2 library - runtime file
ii  libgnomeui-0               2.20.1.1-1    The GNOME 2 libraries (User Interf
ii  libgtk2.0-0                2.12.9-2      The GTK+ graphical user interface 
ii  liborbit2                  1:2.14.12-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0              1.20.0-1      Layout and rendering of internatio
ii  libstartup-notification0   0.9-1         library for program launch feedbac
ii  libvte9                    1:0.16.13-1   Terminal emulator widget for GTK+ 
ii  libx11-6                   2:1.0.3-7     X11 client-side library
ii  libxrender1                1:0.9.4-1     X Rendering Extension client libra
ii  scrollkeeper               0.3.14-16     A free electronic cataloging syste

Versions of packages gnome-terminal recommends:
ii  yelp                          2.22.0-1   Help browser for GNOME 2

-- no debconf information




Information forwarded to debian-bugs-dist@lists.debian.org, gpastore@debian.org (Guilherme de S. Pastore):
Bug#472672; Package gnome-terminal. (full text, mbox, link).


Acknowledgement sent to "Michael Musenbrock" <redeamer@gmx.net>:
Extra info received and forwarded to list. Copy sent to gpastore@debian.org (Guilherme de S. Pastore). (full text, mbox, link).


Message #10 received at 472672@bugs.debian.org (full text, mbox, reply):

From: "Michael Musenbrock" <redeamer@gmx.net>
To: 472672@bugs.debian.org
Subject: gnome-terminal: Opening Tabs resizes terminal window, closing tabs shrinks it
Date: Wed, 26 Mar 2008 11:29:03 +0100
I updated a lenny machine (i386) today and here gnome-terminal 2.22.0
works as expected.
-- 
---

Psst! Geheimtipp: Online Games kostenlos spielen bei den GMX Free Games! 
http://games.entertainment.gmx.net/de/entertainment/games/free




Information forwarded to debian-bugs-dist@lists.debian.org, gpastore@debian.org (Guilherme de S. Pastore):
Bug#472672; Package gnome-terminal. (full text, mbox, link).


Acknowledgement sent to Michael Musenbrock <redeamer@gmx.net>:
Extra info received and forwarded to list. Copy sent to gpastore@debian.org (Guilherme de S. Pastore). (full text, mbox, link).


Message #15 received at 472672@bugs.debian.org (full text, mbox, reply):

From: Michael Musenbrock <redeamer@gmx.net>
To: 472672@bugs.debian.org
Subject: gnome-terminal: Opening Tabs resizes terminal window, closing tabs, shrinks it
Date: Wed, 09 Apr 2008 23:31:14 +0200
This behaviour dissapears completely if I disable the new metacity
compositing_manager.

So, if i do a
"gconftool-2 -s --type bool /apps/metacity/general/compositing_manager true"
the problem exists, if i do
"gconftool-2 -s --type bool /apps/metacity/general/compositing_manager
false"
the problem is gone.

hth Michael




Information forwarded to debian-bugs-dist@lists.debian.org, gpastore@debian.org (Guilherme de S. Pastore):
Bug#472672; Package gnome-terminal. (full text, mbox, link).


Acknowledgement sent to Sven Arvidsson <sa@whiz.se>:
Extra info received and forwarded to list. Copy sent to gpastore@debian.org (Guilherme de S. Pastore). (full text, mbox, link).


Message #20 received at 472672@bugs.debian.org (full text, mbox, reply):

From: Sven Arvidsson <sa@whiz.se>
To: Michael Musenbrock <redeamer@gmx.net>, 472672@bugs.debian.org
Subject: Re: Bug#472672: gnome-terminal: Opening Tabs resizes terminal window, closing tabs, shrinks it
Date: Fri, 11 Apr 2008 00:06:13 +0200
[Message part 1 (text/plain, inline)]
On Wed, 2008-04-09 at 23:31 +0200, Michael Musenbrock wrote:
> This behaviour dissapears completely if I disable the new metacity
> compositing_manager.
> 
> So, if i do a
> "gconftool-2 -s --type bool /apps/metacity/general/compositing_manager true"
> the problem exists, if i do
> "gconftool-2 -s --type bool /apps/metacity/general/compositing_manager
> false"
> the problem is gone.

Hi,

This certainly is a very weird bug, unfortunately I can't reproduce it. 

Can you provide a dump of your gnome-terminal configuration by running
"gconftool-2 -a /apps/gnome-terminal/global" and 
"gconftool-2 -a /apps/gnome-terminal/profiles/Default"
(if you are using anything other than the default profile, you need to
change the last command).

It might also be helpful if you could provide the bash prompt (echo
$PS1) or other customisations to your shell.

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22
[signature.asc (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, gpastore@debian.org (Guilherme de S. Pastore):
Bug#472672; Package gnome-terminal. (full text, mbox, link).


Acknowledgement sent to Michael Musenbrock <redeamer@gmx.net>:
Extra info received and forwarded to list. Copy sent to gpastore@debian.org (Guilherme de S. Pastore). (full text, mbox, link).


Message #25 received at 472672@bugs.debian.org (full text, mbox, reply):

From: Michael Musenbrock <redeamer@gmx.net>
To: Sven Arvidsson <sa@whiz.se>
Cc: 472672@bugs.debian.org
Subject: Re: Bug#472672: gnome-terminal: Opening Tabs resizes terminal window, closing tabs, shrinks it
Date: Fri, 11 Apr 2008 17:44:29 +0200
[Message part 1 (text/plain, inline)]
Sven Arvidsson schrieb:
> On Wed, 2008-04-09 at 23:31 +0200, Michael Musenbrock wrote:
>   
>> This behaviour dissapears completely if I disable the new metacity
>> compositing_manager.
>>     
>
> Can you provide a dump of your gnome-terminal configuration by running
> "gconftool-2 -a /apps/gnome-terminal/global" and
>   
 profile_list = [Default]
 default_profile = Default
 use_mnemonics = true
 use_menu_accelerators = true
 confirm_window_close = true
 active_encodings = [UTF-8,current,ISO-8859-15]
> "gconftool-2 -a /apps/gnome-terminal/profiles/Default"
>
>   
 palette =
#2E2E34343636:#CCCC00000000:#4E4E9A9A0606:#C4C4A0A00000:#34346565A4A4:#757550507B7B:#060698209A9A:#D3D3D7D7CFCF:#555557575353:#EFEF29292929:#8A8AE2E23434:#FCFCE9E94F4F:#72729F9FCFCF:#ADAD7F7FA8A8:#3434E2E2E2E2:#EEEEEEEEECEC
 background_color = #FFFFDD
 exit_action = close
 use_theme_colors = true
 title = Terminal
 no_aa_without_render = true
 background_type = transparent
 allow_bold = true
 word_chars = -A-Za-z0-9,./?%&#:_
 background_darkness = 0.91831684112548828
 scroll_on_keystroke = true
 backspace_binding = ascii-del
 custom_command =
 delete_binding = escape-sequence
 foreground_color = #000000
 silent_bell = false
 icon = gnome-terminal.png
 background_image =
 default_show_menubar = true
 title_mode = replace
 scroll_on_output = false
 update_records = true
 visible_name = Vorgabe
 font = monospace 12
 scrollback_lines = 500
 x_font = -misc-fixed-medium-r-semicondensed--*-120-*-*-c-*-*-*
 scroll_background = true
 use_system_font = true
 use_skey = true
 scrollbar_position = right
 login_shell = false
 use_custom_command = false

> It might also be helpful if you could provide the bash prompt (echo
> $PS1) or other customisations to your shell.
>   
echo $PS1 gives the following:
${debian_chroot:+($debian_chroot)}\u@\h:\w\$

I'll attach my .bashrc and my .bash_profile, but i think they aren't
very helpful, because
they contain no real customization (only enabled /etc/bash_completion)
[.bash_profile (text/plain, inline)]
# ~/.bash_profile: executed by bash(1) for login shells.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.

# the default umask is set in /etc/login.defs
#umask 022

# include .bashrc if it exists
if [ -f ~/.bashrc ]; then
    . ~/.bashrc
fi

# set PATH so it includes user's private bin if it exists
if [ -d ~/bin ] ; then
    PATH=~/bin:"${PATH}"
fi
[.bashrc (text/plain, inline)]
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If not running interactively, don't do anything
[ -z "$PS1" ] && return

# don't put duplicate lines in the history. See bash(1) for more options
export HISTCONTROL=ignoredups

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(lesspipe)"

# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
    debian_chroot=$(cat /etc/debian_chroot)
fi

# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color)
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
    ;;
*)
    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
    ;;
esac

# Comment in the above and uncomment this below for a color prompt
#PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '

# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
    PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD/$HOME/~}\007"'
    ;;
*)
    ;;
esac

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.

#if [ -f ~/.bash_aliases ]; then
#    . ~/.bash_aliases
#fi

# enable color support of ls and also add handy aliases
if [ "$TERM" != "dumb" ]; then
    eval "`dircolors -b`"
    alias ls='ls --color=auto'
    #alias dir='ls --color=auto --format=vertical'
    #alias vdir='ls --color=auto --format=long'
fi

# some more ls aliases
alias ll='ls -l'
alias la='ls -A'
alias l='ls -CF'

# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi

Information forwarded to debian-bugs-dist@lists.debian.org, gpastore@debian.org (Guilherme de S. Pastore):
Bug#472672; Package gnome-terminal. (full text, mbox, link).


Acknowledgement sent to Sven Arvidsson <sa@whiz.se>:
Extra info received and forwarded to list. Copy sent to gpastore@debian.org (Guilherme de S. Pastore). (full text, mbox, link).


Message #30 received at 472672@bugs.debian.org (full text, mbox, reply):

From: Sven Arvidsson <sa@whiz.se>
To: Michael Musenbrock <redeamer@gmx.net>
Cc: 472672@bugs.debian.org
Subject: Re: Bug#472672: gnome-terminal: Opening Tabs resizes terminal window, closing tabs, shrinks it
Date: Tue, 15 Apr 2008 22:47:29 +0200
[Message part 1 (text/plain, inline)]
forwarded 472672 http://bugzilla.gnome.org/show_bug.cgi?id=528304
thanks

Thanks for providing the gnome-terminal configuration and the
bashrc/bash_profile files.

I haven't been able to reproduce the bug (possibly because I'm on i386?)
so I opened an upstream bug instead. 

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22
[signature.asc (application/pgp-signature, inline)]

Noted your statement that Bug has been forwarded to http://bugzilla.gnome.org/show_bug.cgi?id=528304. Request was from Sven Arvidsson <sa@whiz.se> to control@bugs.debian.org. (Tue, 15 Apr 2008 20:48:03 GMT) (full text, mbox, link).


Added tag(s) fixed-upstream. Request was from bts-link-upstream@lists.alioth.debian.org to control@bugs.debian.org. (Thu, 10 Oct 2013 17:39:18 GMT) (full text, mbox, link).


Reply sent to Pedro Beja <althaser@gmail.com>:
You have taken responsibility. (Fri, 19 Sep 2014 22:27:12 GMT) (full text, mbox, link).


Notification sent to Michael Musenbrock <redeamer@gmx.net>:
Bug acknowledged by developer. (Fri, 19 Sep 2014 22:27:12 GMT) (full text, mbox, link).


Message #39 received at 472672-done@bugs.debian.org (full text, mbox, reply):

From: Pedro Beja <althaser@gmail.com>
To: 472672-done@bugs.debian.org
Cc: redeamer@gmx.net, sa <sa@whiz.se>
Subject: Closing #472672 - gnome-terminal: Opening Tabs resizes terminal window, closing tabs shrinks it
Date: Fri, 19 Sep 2014 23:24:42 +0100
[Message part 1 (text/plain, inline)]
version: 3.12.3-2+b1

this is an old bug.

I'm closing this bug now since it seems to be fixed.

If you can still reproduce it feel free to reopen and provide more info.

thanks
regards
althaser
[Message part 2 (text/html, inline)]

Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sat, 18 Oct 2014 07:39:17 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Tue Jul 11 02:34:27 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.