Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2006 02:53:50 +0200
From:      "Charlie &" <root@nestor.homeunix.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Rasmus Kaj <kaj@kth.se>
Subject:   ports/100360: [patch] x11/gdm typo in locale config
Message-ID:  <20060716004428.IDDE1153.amsfep11-int.chello.nl@nestor.homeunix.org>
Resent-Message-ID: <200607160100.k6G10TpK082367@freefall.freebsd.org>

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

>Number:         100360
>Category:       ports
>Synopsis:       [patch] x11/gdm typo in locale config
>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:   Sun Jul 16 01:00:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rasmus Kaj
>Release:        FreeBSD 5.5-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD nestor.kaj 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #0:
Wed Apr 26 00:14:47 CEST 2006
root@nestor.kaj:/usr/src/sys/amd64/compile/NESTOR amd64

A system with x11/gdm installed and a user who speaks swedish.

>Description:
UTF-8 in the swedish location doesn't work properly in gnome, due to a
typo in /usr/X11R6/etc/gdm/locale.alias.

>How-To-Repeat:
Select the swedish language in gdm and log in.  Notice how non-ascii
characters doesn't work properly in gnome-terminal unless you do
"Stall in teckenkodning" (select character encoding) in the "Terminal"
menu.

>Fix:
Please apply the following patch in ports/x11/gdm (the patch patches a
patch file).

--- files_patch-config_locale.alias.patch begins here ---
--- files/patch-config_locale.alias.orig	Sun Jul 16 02:26:25 2006
+++ files/patch-config_locale.alias	Sun Jul 16 02:27:01 2006
@@ -155,6 +155,6 @@
 +Slovak                 sk_SK.UTF-8,sk_SK.ISO8859-2
 +Slovenian              sl_SI.UTF-8,sl_SI.ISO8859-2
 +Spanish                es_ES.UTF-8,es_ES.ISO8859-15,es_ES.ISO8859-1
-+Swedish                sv_SV.UTF-8,sv_SE.ISO8859-1
++Swedish                sv_SE.UTF-8,sv_SE.ISO8859-1
 +Turkish                tr_TR.UTF-8,tr_TR.ISO8859-9
 +Ukrainian              uk_UA.UTF-8,uk_UA.ISO8859-5
--- files_patch-config_locale.alias.patch ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060716004428.IDDE1153.amsfep11-int.chello.nl>