ports/147500: [patch] Make deskutils/xpad usable

Lucius Windschuh lwindschuh at gmail.com
Sat Jun 5 13:40:05 UTC 2010


>Number:         147500
>Category:       ports
>Synopsis:       [patch] Make deskutils/xpad usable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 05 13:40:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Lucius Windschuh
>Release:        9-CURRENT (i386)
>Organization:
>Environment:
FreeBSD t400 9.0-CURRENT FreeBSD 9.0-CURRENT #162 r208600P: Thu May 27 18:05:58 CEST 2010     root at t400:/usr/obj/usr/src/sys/CURRENT  i386
>Description:
xpad became unusable after the latest GTK update in the ports tree.
Instead of the normal pad windows, only grey windows appear, making xpad completely unusable.

BTW, xpad could also be updated to 4.0, which introduced the --toggle option.
>How-To-Repeat:

>Fix:
Put the attached file (renamed to patch-src-xpad_pad.c) into files/ and compile xpad.
This fix was suggested by the debian people:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576770

Patch attached with submission follows:

--- src/xpad-pad.c.orig	2010-06-05 15:18:08.000000000 +0200
+++ src/xpad-pad.c	2010-06-05 15:18:28.000000000 +0200
@@ -274,7 +274,7 @@
 		"gravity", GDK_GRAVITY_STATIC, /* static gravity makes saving pad x,y work */
 		"skip-pager-hint", !xpad_settings_get_has_decorations (xpad_settings ()),
 		"skip-taskbar-hint", !xpad_settings_get_has_decorations (xpad_settings ()),
-		"type", GTK_WINDOW_TOPLEVEL,
+		/*"type", GTK_WINDOW_TOPLEVEL,*/
 		"type-hint", GDK_WINDOW_TYPE_HINT_NORMAL,
 		"window-position", GTK_WIN_POS_MOUSE,
 		"child", vbox,


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list