Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jun 2010 13:35:10 GMT
From:      Lucius Windschuh <lwindschuh@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/147500: [patch] Make deskutils/xpad usable
Message-ID:  <201006051335.o55DZAXZ062789@www.freebsd.org>
Resent-Message-ID: <201006051340.o55De5p1001041@freefall.freebsd.org>

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

>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@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:



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