debian/0000755000000000000000000000000012161023465007166 5ustar debian/gnome-breakout.manpages0000644000000000000000000000003011666635602013626 0ustar debian/gnome-breakout.6 debian/source/0000755000000000000000000000000011733362764010502 5ustar debian/source/format0000644000000000000000000000001411306152423011671 0ustar 3.0 (quilt) debian/dirs0000644000000000000000000000005111666635602010061 0ustar usr/share/applications usr/share/pixmaps debian/docs0000644000000000000000000000002610725417053010043 0ustar BUGS NEWS README TODO debian/postinst0000644000000000000000000000075610725417053011010 0ustar #! /bin/sh set -e if [ ! -d /var/games ]; then mkdir -p /var/games fi # 0.5.1-2 installed highscore file the wrong place if [ -f /var/lib/games/gnome-breakout.scores ]; then mv /var/lib/games/gnome-breakout.scores /var/games/gnome-breakout.scores fi if [ ! -f /var/games/gnome-breakout.scores ]; then touch /var/games/gnome-breakout.scores chown root:games /var/games/gnome-breakout.scores chmod 0664 /var/games/gnome-breakout.scores fi #DEBHELPER# debian/gnome-breakout.install0000644000000000000000000000005511666635602013510 0ustar debian/gnome-breakout.xpm /usr/share/pixmaps debian/copyright0000644000000000000000000000111411305510720011110 0ustar This package was debianized by Tom Cato Amundsen on Thu, 8 Feb 2001 14:10:33 +0100. It was downloaded from http://www.senet.com.au/~alcaron/ The actual maintainer is the Debian Games Team: http://wiki.debian.org/Games/Development Upstream Authors: Michael Person Copyright: Copyright (c) 2000 Michael Pearson You are free to distribute this software under the terms of the GNU General Public License. On Debian systems, the complete text if the GNU General Public License can be found in /usr/share/common-licenses/GPL debian/menu0000644000000000000000000000026510725417053010064 0ustar ?package(gnome-breakout): \ needs="X11"\ section="Games/Blocks"\ title="GNOME Breakout"\ command="/usr/games/gnome-breakout"\ icon="/usr/share/pixmaps/gnome-breakout.xpm" debian/changelog0000644000000000000000000001223712161022455011043 0ustar gnome-breakout (0.5.3-5) unstable; urgency=low * Patch to link libm. (Closes: #704642). + Thanks to Logan Rosen for the patch. * Update my e-mail address. * Bump Standards Version to 3.9.4. -- Barry deFreese Fri, 21 Jun 2013 06:01:15 -0400 gnome-breakout (0.5.3-4) unstable; urgency=low * debhelper 9 has been released, Build-Depends on debhelper (>= 9) * 07_fix_wformat_warnings.patch: Added, fix ftbfs with -Wformat-security. Patch from Simon Ruderich (Closes: #665273). Thus enable all hardening flags in debian/rules. * Standards-Version 3.9.3 (No changes needed) * debian/patches/*: Patch headers do not start with #, remove them -- Vincent Legout Sat, 24 Mar 2012 16:19:00 +0100 gnome-breakout (0.5.3-3) unstable; urgency=low * Bump debhelper compatibility level to 9, thus enabling hardened build flags * debian/rules: Use dh - Enable pie and bindnow options. gnome-breakout does not build with -Wformat-security, so disable format. - Call autoreconf with dh_autoreconf, add dh_autoreconf in Build-Depends - Use --with autotools-dev to update config.guess and config.sub - Add debian/gnome-breakout.manpages and debian/gnome-breakout.install * Drop unneeded build dependencies on quilt, autoconf and automake1.9 * Use my debian.org email address * Fix Vcs-Browser field, drop ?op=log from the url * Standards-Version 3.9.2 (No changes needed) -- Vincent Legout Sun, 04 Dec 2011 10:41:54 +0100 gnome-breakout (0.5.3-2) unstable; urgency=low [ Barry deFreese ] * Add VCS fields in control * Fix watch file (Closes: #449821, #529113) [ Eddy PetriÈ™or ] * fix Vcs-Svn URL to point to svn, not the incomplete ssh location [ Vincent Legout ] * Add ${misc:Depends} * Fix copyright notice * Switch to the new source package formats 3.0: - Remove patching/unpatching code in debian/rules - Switch to quilt * 05_fix_ftbfs_binutils_gold.patch: Fix FTBFS with binutils-gold (Closes: #554647) * 06_fix_pixmaps_makefile.patch: Remove duplicates files in Makefile.am * Move gnome-breakout.png to /usr/share/pixmaps * Add Homepage field * Add myself as Uploaders * Bump Standards-Version to 3.8.3 -- Vincent Legout Sat, 05 Dec 2009 13:20:30 +0800 gnome-breakout (0.5.3-1) unstable; urgency=low * New upstream release * New maintainer (Closes: #447220) * Change libgnome-dev build-dep to libgnomeui-dev * Use upstreams sv.po and de.po, may need re-applied * Version debhelper build-dep * Bump debian/compat to 5 * Bump standards to 3.7.2 * debian/rules: massive cleanup * Add dpatch system and build-dep * 01_makefile_ftbfs.dpatch * Removes -Werror and G*_DISABLE_DEPRECATED * 02_desktop_fixes.dpatch * Fix gnome-breakout.desktop file * 03_configure_fixes.dpatch * Remove deprecated GNOME_COMPILER_WARNINGS(maximum) * 04_po_config.dpatch * Makefile.am use localedir instead of datadir * Add upstream author to manpage and remove references to bar command. -- Barry deFreese Wed, 17 Oct 2007 13:24:28 -0400 gnome-breakout (0.5.2-6) unstable; urgency=low * QA upload. * FTBFS if built twice in a row (Closes: #424338) -- Neil Williams Sat, 07 Jul 2007 00:11:43 +0100 gnome-breakout (0.5.2-5) unstable; urgency=low * Updated de.po (closes: #313728) * Added sv.po (closes: #346512) * Updated standards version. * Don't install info /usr/X11R6 * Fix menu file * Fix desktop file -- Tom Cato Amundsen Sat, 14 Jan 2006 13:22:21 +0100 gnome-breakout (0.5.2-4) unstable; urgency=low * package description synopsis fix. (lintian said: description-synopsis-might-not-be-phrased-properly) * make menu icon 32x32 and with colors according to cmap.xpm. * debian/rules: add -a option to dh_xxx in binary-arch target * updated to newer policy version. * automatically update config.sub and config.guess and build-depend on autotools-dev. -- Tom Cato Amundsen Fri, 7 Mar 2003 14:07:34 +0100 gnome-breakout (0.5.2-3) unstable; urgency=low * Fix .desktop file to work with GNOME2. -- Tom Cato Amundsen Mon, 23 Dec 2002 22:38:26 +0100 gnome-breakout (0.5.2-2) unstable; urgency=low * Added a little more descriptive description. (closes: #129145) Thanks Matt Taggart. -- Tom Cato Amundsen Fri, 18 Jan 2002 22:51:21 +0100 gnome-breakout (0.5.2-1) unstable; urgency=low * Create /var/games if it does not exist. (closes: #113601) * New upstream release -- Tom Cato Amundsen Wed, 26 Sep 2001 22:22:19 +0200 gnome-breakout (0.5.1-3) unstable; urgency=low * Move high score file to /var/games. (closes: #108265) -- Tom Cato Amundsen Fri, 10 Aug 2001 18:16:53 +0200 gnome-breakout (0.5.1-2) unstable; urgency=low * Added icon to the debian menu * Added build-depends: libgnome-dev (closes: #86613) -- Tom Cato Amundsen Tue, 20 Feb 2001 23:51:15 +0100 gnome-breakout (0.5.1-1) unstable; urgency=low * Initial Release. -- Tom Cato Amundsen Sun, 11 Feb 2001 20:48:59 +0100 debian/compat0000644000000000000000000000000211666635602010377 0ustar 9 debian/gnome-breakout.xpm0000644000000000000000000000301010725417053012631 0ustar /* XPM */ static char *gnome-breakout[] = { /* columns rows colors chars-per-pixel */ "32 32 20 1", " c black", ". c #191919", "X c gray20", "o c #007F00", "O c #007F7F", "+ c #7F0000", "@ c #7F7F00", "# c #4C4C4C", "$ c #666667", "% c gray50", "& c blue", "* c green", "= c cyan", "- c red", "; c yellow", ": c gray60", "> c #B2B2B2", ", c gray80", "< c gray90", "1 c None", /* pixels */ "11111111111111111111111111111111", "11111111111111111111111111111111", "11111111111111111111111111111111", "11111111111111111111111111111111", "11111111111111111111111111111111", "11111111111111111111111111111111", "11111111111111111111111111111111", "11 ........................11111", "11X::->:-:,>:>;:>>,:>>&:%&O11111", "11#------->;;;;;;;,:&&&&&&%11111", "11#------->;;;;;;;,&&&&&&&%11111", "11#,-:::::>,;>,;;>,>=>>=,,%11111", "11#,;,>;;,,>:->::>>>>::>>,%11111", "11#;;;;;;;<------->:%**@**%11111", "11#;;;;;;;,------->;*%@*$*%11111", "11#,,;>>>;,:>::-::,::>>>>,%11111", "11+>-::>:>,>>>:>>>,>::->::%11111", "11$:------;:***%@@,-------%11111", "11+------->*%@*@$*,-------:11111", "11+:::-%-:>::::::;>>>-%%%-%11111", "11......X.......o..........11111", "1111111111111111111.$$.111111111", "1111111111111111111$>>%111111111", "1111111111111111111$,>$111111111", "1111111111111111111.$%.111111111", "11111111111111111111111111111111", "11111111111111111111111111111111", "11111111111111111111111111111111", "11111111111111111111111111111111", "11111111111111111111111111111111", "11111111111111111111111111111111", "11111111111111111111111111111111" }; debian/postrm0000644000000000000000000000015410725417053010441 0ustar #! /bin/sh set -e case "$1" in purge) rm /var/games/gnome-breakout.scores esac #DEBHELPER# debian/watch0000644000000000000000000000011610725417053010221 0ustar version=3 http://www.users.on.net/mipearson/gnome-breakout-([\d.]+)\.tar\.gz debian/rules0000755000000000000000000000177511733360712010263 0ustar #!/usr/bin/make -f export DEB_BUILD_MAINT_OPTIONS := hardening=+all %: dh $@ --with autoreconf --with autotools-dev override_dh_auto_configure: dh_auto_configure -- \ --prefix=/usr \ --bindir=\$${prefix}/games \ --datadir=\$${prefix}/share/games override_dh_auto_install: dh_auto_install # don't include this file in the package, postinst will take care of it rm -rf debian/gnome-breakout/var # install puts desktop file in incorect location mv debian/gnome-breakout/usr/share/games/gnome/apps/Games/gnome-breakout.desktop \ debian/gnome-breakout/usr/share/applications rm -rf debian/gnome-breakout/usr/share/games/gnome # install puts gnome-breakout.png in incorrect location mv debian/gnome-breakout/usr/share/games/pixmaps/gnome-breakout.png \ debian/gnome-breakout/usr/share/pixmaps/ rm -rf debian/gnome-breakout/usr/share/games/pixmaps override_dh_fixperms: dh_fixperms chgrp games debian/gnome-breakout/usr/games/gnome-breakout chmod 2755 debian/gnome-breakout/usr/games/gnome-breakout debian/control0000644000000000000000000000152612161022427010572 0ustar Source: gnome-breakout Section: games Priority: optional Maintainer: Debian Games Team Uploaders: Barry deFreese , Vincent Legout Build-Depends: debhelper (>= 9), libgnomeui-dev, libglib2.0-dev, autotools-dev, dh-autoreconf Standards-Version: 3.9.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/gnome-breakout/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/gnome-breakout/ Homepage: http://www.users.on.net/~mipearson/ Package: gnome-breakout Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Clone of the classic game Breakout, written for GNOME A clone of the classic game "Breakout". Control a paddle at the bottom of the playfield and bounce a ball against bricks at the top to destroy them. debian/patches/0000755000000000000000000000000012161022140010602 5ustar debian/patches/05_fix_ftbfs_binutils_gold.patch0000644000000000000000000000115511733362634017044 0ustar Desctiption: Fix FTBFS with binutils-gold Author: Vincent Legout Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554647 Last-Update: 2009-12-04 Index: gnome-breakout-0.5.3/src/Makefile.am =================================================================== --- gnome-breakout-0.5.3.orig/src/Makefile.am 2009-12-04 10:12:10.000000000 +0800 +++ gnome-breakout-0.5.3/src/Makefile.am 2009-12-04 10:12:18.000000000 +0800 @@ -23,4 +23,4 @@ powerup.c powerup.h \ util.c util.h -gnome_breakout_LDADD = $(GNOMEUI_LIBS) $(INTLLIBS) +gnome_breakout_LDADD = $(GNOMEUI_LIBS) $(INTLLIBS) -lX11 debian/patches/series0000644000000000000000000000031612161016621012026 0ustar 01_makefile_fixes.patch 02_fixup_desktop.patch 03_configure_fixes.patch 04_po_config.patch 05_fix_ftbfs_binutils_gold.patch 06_fix_pixmaps_makefile.patch 07_fix_wformat_warnings.patch 08_link_mathlib.patch debian/patches/08_link_mathlib.patch0000644000000000000000000000107612161022140014573 0ustar Description: Missing link against mathlib Bug-Debian: http://bugs.debian.org/704642 Author: Logan Rosen Index: gnome-breakout-0.5.3/src/Makefile.am =================================================================== --- gnome-breakout-0.5.3.orig/src/Makefile.am 2013-06-21 05:31:33.000000000 -0400 +++ gnome-breakout-0.5.3/src/Makefile.am 2013-06-21 05:33:14.000000000 -0400 @@ -23,4 +23,4 @@ powerup.c powerup.h \ util.c util.h -gnome_breakout_LDADD = $(GNOMEUI_LIBS) $(INTLLIBS) -lX11 +gnome_breakout_LDADD = $(GNOMEUI_LIBS) $(INTLLIBS) -lX11 -lm debian/patches/06_fix_pixmaps_makefile.patch0000644000000000000000000000252411733362634016342 0ustar Desctiption: Remove duplicates files in pixmaps/Makefile.am Author: Vincent Legout Last-Update: 2009-12-04 Index: gnome-breakout-0.5.3/pixmaps/Makefile.am =================================================================== --- gnome-breakout-0.5.3.orig/pixmaps/Makefile.am 2009-12-04 10:19:33.000000000 +0800 +++ gnome-breakout-0.5.3/pixmaps/Makefile.am 2009-12-04 10:21:36.000000000 +0800 @@ -48,11 +48,9 @@ block.strong.1.die.3.png block.strong.1.die.4.png \ block.strong.1.die.5.png block.strong.1.die.6.png \ block.strong.3.die.0.png block.strong.2.die.0.png \ - block.strong.2.die.0.png \ block.strong.2.die.1.png block.strong.2.die.2.png \ block.strong.2.die.3.png block.strong.2.die.4.png \ block.strong.2.die.5.png block.strong.2.die.6.png \ - block.strong.3.die.0.png \ block.strong.3.die.1.png block.strong.3.die.2.png \ block.strong.3.die.3.png block.strong.3.die.4.png \ block.strong.3.die.5.png block.strong.3.die.6.png \ @@ -62,8 +60,6 @@ block.explode.die.5.png block.explode.die.6.png \ block.explode.die.7.png \ bat.laser.0.png laser.0.png powerup.laser.0.png \ - bat.laser.0.png laser.0.png powerup.laser.0.png \ - bat.laser.0.png laser.0.png powerup.laser.0.png \ powerup.newlife.0.png powerup.newball.0.png \ powerup.nextlevel.0.png powerup.slow.0.png \ powerup.widebat.0.png bat.wide.0.png debian/patches/02_fixup_desktop.patch0000644000000000000000000000150011733362634015027 0ustar Description: Fix gnome-breakout.desktop file Author: Barry deFreese Index: gnome-breakout-0.5.3/gnome-breakout.desktop =================================================================== --- gnome-breakout-0.5.3.orig/gnome-breakout.desktop 2009-12-04 10:05:40.000000000 +0800 +++ gnome-breakout-0.5.3/gnome-breakout.desktop 2009-12-04 10:06:17.000000000 +0800 @@ -2,10 +2,11 @@ Name=GNOME Breakout Name[tr]=Gnome Breakout Name[de]=GNOME Breakout -Comment=The classic arcade game Breakout for GNOME +Comment=Play a clone of the classic arcade game Breakout for GNOME Comment[tr]=Breakout klasiğinin Gnome teşkili Comment[de]=Das klassische Arcade Spiel Breakout für GNOME Exec=gnome-breakout Icon=gnome-breakout.png -Terminal=0 -Type=Game +Terminal=false +Type=Application +Categories=Game;ArcadeGame; debian/patches/07_fix_wformat_warnings.patch0000644000000000000000000000226311733360712016407 0ustar Description: Fix -Wformat-security errors. Author: Simon Ruderich Last-Update: 2012-03-22 Index: gnome-breakout-0.5.3/src/gui.c =================================================================== --- gnome-breakout-0.5.3.orig/src/gui.c 2012-03-22 18:55:55.000000000 +0100 +++ gnome-breakout-0.5.3/src/gui.c 2012-03-22 18:55:55.000000000 +0100 @@ -362,7 +362,7 @@ GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING, GTK_BUTTONS_CLOSE, - buffer); + "%s", buffer); gtk_dialog_run(GTK_DIALOG(mbox)); gtk_widget_destroy(mbox); } else { @@ -386,7 +386,7 @@ GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE, - buffer); + "%s", buffer); gtk_dialog_run(GTK_DIALOG(mbox)); gtk_widget_destroy(mbox); } else { Index: gnome-breakout-0.5.3/src/util.c =================================================================== --- gnome-breakout-0.5.3.orig/src/util.c 2004-05-11 00:35:32.000000000 +0200 +++ gnome-breakout-0.5.3/src/util.c 2012-03-22 18:58:40.889774594 +0100 @@ -41,6 +41,6 @@ message = g_strdup_vprintf(format, ap); va_end(ap); - g_warning(message); + g_warning("%s", message); g_free(message); } debian/patches/03_configure_fixes.patch0000644000000000000000000000102511733362634015325 0ustar Description: Remove deprecated GNOME_COMPILER_WARNINGS(maximum) Author: Barry deFreese Index: gnome-breakout-0.5.3/configure.in =================================================================== --- gnome-breakout-0.5.3.orig/configure.in 2009-12-04 10:06:37.000000000 +0800 +++ gnome-breakout-0.5.3/configure.in 2009-12-04 10:06:42.000000000 +0800 @@ -17,8 +17,6 @@ AC_ISC_POSIX AC_HEADER_STDC -GNOME_COMPILE_WARNINGS(maximum) - ALL_LINGUAS="ru tr de sv" AM_GLIB_GNU_GETTEXT AC_SUBST(GETTEXT_PACKAGE) debian/patches/01_makefile_fixes.patch0000644000000000000000000000145511733362634015126 0ustar Description: Remove -Werror and G*_DISABLE_DEPRECATED Author: Barry deFreese Index: gnome-breakout-0.5.3/src/Makefile.am =================================================================== --- gnome-breakout-0.5.3.orig/src/Makefile.am 2009-12-04 10:05:03.000000000 +0800 +++ gnome-breakout-0.5.3/src/Makefile.am 2009-12-04 10:05:19.000000000 +0800 @@ -3,12 +3,7 @@ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -DG_LOG_DOMAIN=\"gnome-breakout\" \ -DPIXMAPDIR=\"$(datadir)/gnome-breakout/pixmaps\" \ - -DLEVELDIR=\"$(datadir)/gnome-breakout/levels\" \ - -DGNOME_DISABLE_DEPRECATED \ - -DGTK_DISABLE_DEPRECATED \ - -DGDK_PIXBUF_DISABLE_DEPRECATED \ - -DG_DISABLE_DEPRECATED \ - -Werror + -DLEVELDIR=\"$(datadir)/gnome-breakout/levels\" bin_PROGRAMS = gnome-breakout debian/patches/04_po_config.patch0000644000000000000000000000216411733362634014117 0ustar Description: Makefile.am use localedir instead of datadir Author: Barry deFreese Index: gnome-breakout-0.5.3/configure.in =================================================================== --- gnome-breakout-0.5.3.orig/configure.in 2009-12-04 10:07:09.000000000 +0800 +++ gnome-breakout-0.5.3/configure.in 2009-12-04 10:07:22.000000000 +0800 @@ -17,6 +17,7 @@ AC_ISC_POSIX AC_HEADER_STDC +GETTEXT_PACKAGE=gnome-breakout ALL_LINGUAS="ru tr de sv" AM_GLIB_GNU_GETTEXT AC_SUBST(GETTEXT_PACKAGE) Index: gnome-breakout-0.5.3/po/Makefile.in.in =================================================================== --- gnome-breakout-0.5.3.orig/po/Makefile.in.in 2009-12-04 10:07:30.000000000 +0800 +++ gnome-breakout-0.5.3/po/Makefile.in.in 2009-12-04 10:08:15.000000000 +0800 @@ -27,9 +27,9 @@ exec_prefix = @exec_prefix@ datadir = @datadir@ libdir = @libdir@ -localedir = $(libdir)/locale -gnulocaledir = $(datadir)/locale -gettextsrcdir = $(datadir)/glib-2.0/gettext/po +localedir = @localedir@ +gnulocaledir = $(localedir) +gettextsrcdir = $(localedir)/glib-2.0/gettext/po subdir = po INSTALL = @INSTALL@ debian/gnome-breakout.60000644000000000000000000000737710725417053012216 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH GNOME-BREAKOUT 6 "October 19, 2007" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME gnome-breakout \- Addictive breakout game for GNOME .SH SYNOPSIS .B gnome-breakout .RI [ options ] .SH DESCRIPTION This manual page documents briefly the .B gnome-breakout command. This manual page was written for the Debian GNU/Linux distribution because the original program does not have a manual page. It does not have any documentation at all. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBgnome-breakout\fP is a clone of the classic Breakout game. Control a paddle at the bottom of the playfield and bounce a ball against bricks at the top to destroy them. When all of the bricks are destroyed you advance to the next level. .SH OPTIONS This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP \fB\-\-load\-modules\fR=\fIMODULE1\fR,MODULE2,... Dynamic modules to load .PP Help options .TP \-?, \fB\-\-help\fR Show this help message .TP \fB\-\-usage\fR Display brief usage message .PP GTK+ .TP \fB\-\-gdk\-debug\fR=\fIFLAGS\fR Gdk debugging flags to set .TP \fB\-\-gdk\-no\-debug\fR=\fIFLAGS\fR Gdk debugging flags to unset .TP \fB\-\-display\fR=\fIDISPLAY\fR X display to use .TP \fB\-\-screen\fR=\fISCREEN\fR X screen to use .TP \fB\-\-sync\fR Make X calls synchronous .TP \fB\-\-name\fR=\fINAME\fR Program name as used by the window manager .TP \fB\-\-class\fR=\fICLASS\fR Program class as used by the window manager .TP \fB\-\-gtk\-debug\fR=\fIFLAGS\fR Gtk+ debugging flags to set .TP \fB\-\-gtk\-no\-debug\fR=\fIFLAGS\fR Gtk+ debugging flags to unset .TP \fB\-\-g\-fatal\-warnings\fR Make all warnings fatal .TP \fB\-\-gtk\-module\fR=\fIMODULE\fR Load an additional Gtk module .PP Bonobo activation Support .TP \fB\-\-oaf\-ior\-fd\fR=\fIFD\fR File descriptor to print IOR on .TP \fB\-\-oaf\-activate\-iid\fR=\fIIID\fR IID to activate .TP \fB\-\-oaf\-private\fR Prevent registering of server with OAF .PP GNOME Library .TP \fB\-\-disable\-sound\fR Disable sound server usage .TP \fB\-\-enable\-sound\fR Enable sound server usage .TP \fB\-\-espeaker\fR=\fIHOSTNAME\fR:PORT Host:port on which the sound server to use is running .TP \fB\-\-version\fR Show version of program. .PP Session management .TP \fB\-\-sm\-client\-id\fR=\fIID\fR Specify session management ID .TP \fB\-\-sm\-config\-prefix\fR=\fIPREFIX\fR Specify prefix of saved configuration .TP \fB\-\-sm\-disable\fR Disable connection to session manager .PP GNOME GUI Library .TP \fB\-\-disable\-crash\-dialog\fR Disable Crash Dialog .SH "SEE ALSO" The full documentation for .B GNOME is maintained as a Texinfo manual. If the .B info and .B GNOME programs are properly installed at your site, the command .IP .B info GNOME .PP should give you access to the complete manual. .SH AUTHOR Upstream Author: Michael Person This manual page was written by Tom Cato Amundsen , for the Debian GNU/Linux system (but may be used by others). Updated October 19, 2007 by Barry deFreese