Bug#278125: gnome-terminal: should have a startup-option to enter fullscreen

David Spreen David Spreen <netzwurm@debian.org>, 278125@bugs.debian.org
Mon, 25 Oct 2004 00:07:11 +0100


This is a multi-part MIME message sent by reportbug.

--===============1400688128==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: gnome-terminal
Version: 2.8.0-1
Severity: wishlist

i think it would be nice to have a startup option for gnome-terminal
to make it entering fullscreen on startup. therefore i wrote a
patch against terminal.c. the patch works and applies cleanly against
gnome-terminal-2.6.1 and 2.8.0.

cheers,

david

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-homeless
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8

Versions of packages gnome-terminal depends on:
ii  gnome-control-center      1:2.8.0-1      The GNOME Control Center for GNOME
ii  libart-2.0-2              2.3.16-6       Library of functions for 2D graphi
ii  libatk1.0-0               1.8.0-2        The ATK accessibility toolkit
ii  libaudiofile0             0.2.6-4        Open-source version of SGI's audio
ii  libbonobo2-0              2.8.0-2        Bonobo CORBA interfaces library
ii  libbonoboui2-0            2.8.0-1        The Bonobo UI library
ii  libc6                     2.3.2.ds1-18   GNU C Library: Shared libraries an
ii  libesd0                   0.2.34-1       Enlightened Sound Daemon - Shared 
ii  libfontconfig1            2.2.3-1        generic font configuration library
ii  libfreetype6              2.1.7-2.2      FreeType 2 font engine, shared lib
ii  libgconf2-4               2.8.1-1        GNOME configuration database syste
ii  libgcrypt11               1.2.0-10       LGPL Crypto library - runtime libr
ii  libglade2-0               1:2.4.0-1      Library to load .glade files at ru
ii  libglib2.0-0              2.4.7-1        The GLib library of C routines
ii  libgnome-keyring0         0.4.0-1        GNOME keyring services library
ii  libgnome2-0               2.8.0-1        The GNOME 2 library - runtime file
ii  libgnomecanvas2-0         2.7.1-1        A powerful object-oriented display
ii  libgnomeui-0              2.8.0-1        The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0            2.8.2-1        The GNOME virtual file-system libr
ii  libgnutls11               1.0.16-9       GNU TLS library - runtime library
ii  libgpg-error0             1.0-1          library for common error values an
ii  libgtk2.0-0               2.4.13-1       The GTK+ graphical user interface 
ii  libice6                   4.3.0.dfsg.1-8 Inter-Client Exchange library
ii  libjpeg62                 6b-9           The Independent JPEG Group's JPEG 
ii  libncurses5               5.4-4          Shared libraries for terminal hand
ii  liborbit2                 1:2.10.2-1.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0             1.6.0-1        Layout and rendering of internatio
ii  libpopt0                  1.7-5          lib for parsing cmdline parameters
ii  libsm6                    4.3.0.dfsg.1-8 X Window System Session Management
ii  libstartup-notification0  0.7-1          library for program launch feedbac
ii  libtasn1-2                0.2.10-4       Manage ASN.1 structures (runtime)
ii  libvte4                   1:0.11.11-5    Terminal emulator widget for GTK+ 
ii  libx11-6                  4.3.0.dfsg.1-8 X Window System protocol client li
ii  libxft2                   2.1.2-6        FreeType-based font drawing librar
ii  libxml2                   2.6.11-4       GNOME XML library
ii  libxrender1               0.8.3-7        X Rendering Extension client libra
ii  scrollkeeper              0.3.14-9.1     A free electronic cataloging syste
ii  xlibs                     4.3.0.dfsg.1-8 X Window System client libraries m
ii  zlib1g                    1:1.2.2-1      compression library - runtime

-- no debconf information

--===============1400688128==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="fullscreen.patch"

97a98
>   gboolean fullscreen;
149a151
>   OPTION_FULLSCREEN,
208a211,219
>     "fullscreen",
>     '\0',
>     POPT_ARG_NONE,
>     NULL,
>     OPTION_FULLSCREEN,
>     N_("Open gnome-terminal in fullscreen mode."),
>     NULL
>   },
>   {
836a848,853
>     case OPTION_FULLSCREEN:
>       {
> 	results->fullscreen = TRUE;
>       }
>       break;
> 
1362d1378
<       
1415a1432,1436
> 
> 	      if (results->fullscreen) {
> 		terminal_window_set_fullscreen(current_window, TRUE);
> 	      }
> 
1670,1671c1691,1692
<   
<   return 0;
---
> 
>    return 0;

--===============1400688128==--