Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2004 15:44:27 +0100 (CET)
From:      Simon Barner <barner@in.tum.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62114: [gnome-devel] x11/gnometerminal: Fix for bugzilla bug #129349
Message-ID:  <20040130144427.D4F18978E@zi025.glhnet.mhn.de>
Resent-Message-ID: <200401301450.i0UEoCYE066907@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62114
>Category:       ports
>Synopsis:       [gnome-devel] x11/gnometerminal: Fix for bugzilla bug #129349
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 30 06:50:11 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Simon Barner
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD zi025.glhnet.mhn.de 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #1: Thu Sep 4 20:49:53 CEST 2003 simon@zi025.glhnet.mhn.de:/usr/src/sys/compile/KISTE i386

>Description:

This patch (obtained from Gnome CVS) addresses the following bug
(which is listed as a known issue in the FreeBSD Gnome devel FAQ):

http://bugzilla.gnome.org/show_bug.cgi?id=129349

>How-To-Repeat:
N/A

>Fix:

diff -ruN gnometerminal/Makefile gnometerminal.patched/Makefile
--- gnometerminal/Makefile	Tue Jan 27 23:08:22 2004
+++ gnometerminal.patched/Makefile	Tue Jan 27 23:03:23 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	gnometerminal
 PORTVERSION=	2.5.1
+PORTREVISION=	1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/gnome-terminal/2.5
diff -ruN gnometerminal/files/patch-src::terminal-window.c gnometerminal.patched/files/patch-src::terminal-window.c
--- gnometerminal/files/patch-src::terminal-window.c	Thu Jan  1 01:00:00 1970
+++ gnometerminal.patched/files/patch-src::terminal-window.c	Tue Jan 27 22:57:56 2004
@@ -0,0 +1,14 @@
+--- src/terminal-window.c.orig	Wed Nov  5 01:50:14 2003
++++ src/terminal-window.c	Tue Jan 27 22:57:22 2004
+@@ -778,6 +778,11 @@
+       menus_have_icons = TRUE;
+     }
+  
++  g_signal_connect (window->priv->menubar,
++		    "can_activate_accel",
++		    G_CALLBACK (gtk_true),
++		    NULL);
++  
+   accel_group = terminal_accels_get_group_for_widget (GTK_WIDGET (window));
+   gtk_window_add_accel_group (GTK_WINDOW (window), accel_group);
+   
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040130144427.D4F18978E>