>Number: 150197
>Category: misc
>Synopsis: gnome-sudoku fails on startup
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 01 19:10:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: David Gurvich
>Release: 8.1-RELEASE
>Organization:
none
>Environment:
FreeBSD Lucifer 8.1-RELEASE FreeBSD 8.1-RELEASE #0 r210200M: Wed Jul 21
13:25:43 CEST 2010 [email protected]:/usr/obj/i386/usr/src/sys/GENERIC i386
>Description:
gnome-sudoku in gnome-2.30 fails on startup.
>How-To-Repeat:
Install gnome-sudoku and try to start the game.
>Fix:
The defaults.py file is using an incorrect object attribute. Changing to the
correct object fixes the problem.
Patch attached with submission follows:
--- defaults.py.old 2010-09-01 14:54:13.930027698 -0400
+++ defaults.py.new 2010-09-01 14:53:50.181648784 -0400
@@ -30,7 +30,7 @@
PUZZLE_DIR = BASE_DIR
DOMAIN = 'gnome-games'
-locale.bind_textdomain_codeset(DOMAIN, "UTF-8") # See Bug 608425
+gettext.bind_textdomain_codeset(DOMAIN, "UTF-8") # See Bug 608425
gettext.bindtextdomain(DOMAIN, LOCALEDIR)
gettext.textdomain(DOMAIN)
from gettext import gettext as _
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"