Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2003 15:21:53 +0100 (CET)
From:      Daniel Lang <langd@informatik.tu-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50074: gv port chokes on unknown keysym "apLineDel"
Message-ID:  <20030317142153.8BC6213B21@atrbg11.informatik.tu-muenchen.de>

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

>Number:         50074
>Category:       ports
>Synopsis:       gv port chokes on unknown keysym "apLineDel"
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 17 06:30:11 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Lang
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
TU Muenchen
>Environment:
System: FreeBSD atrbg11.informatik.tu-muenchen.de 4.7-STABLE FreeBSD 4.7-STABLE #14: Mon Nov 18 08:57:20 CET 2002 root@atrbg11.informatik.tu-muenchen.de:/usr/obj/usr/src/sys/ATRBG11 i386

cvsupped ports tree from today (16. March 2003).

print/gv gv-3.5.8_2 is affected.

>Description:

The internal resource list contains an offending entry:
"apLineDel".  The parsing of the resources stops at the offending entry,
making gv much less convenient to use.


>How-To-Repeat:

 Install current print/gv port and try to use "PageUP/Down"

>Fix:

Workaround: create /usr/X11R6/lib/X11/app-defaults/GV file
without this entry.

Fix:


--- work/gv-3.5.8/source/gv_misc_res.dat.orig	Mon Mar 17 15:06:00 2003
+++ work/gv-3.5.8/source/gv_misc_res.dat	Mon Mar 17 15:06:16 2003
@@ -463,7 +463,6 @@
  <Key>BackSpace:	GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n\
  <Key>Insert:		GV_Page(page-5)		\n\
  <Key>Delete:		GV_Page(page+5)		\n\
- <Key>apLineDel:	GV_Page(page+5)		\n\
  <Key>Home:		GV_Page(page=0)		\n\
  <Key>End:		GV_Page(page=99999)	\n\
  <Key>Prior:		GV_Page(page-1)		\n\
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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