Bug 32840 - Update x11/gdm to fix locale problems
Summary: Update x11/gdm to fix locale problems
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-14 23:10 UTC by Joe Marcus Clarke
Modified: 2001-12-20 10:02 UTC (History)
0 users

See Also:


Attachments
file.diff (964 bytes, patch)
2001-12-14 23:10 UTC, Joe Marcus Clarke
no flags Details | Diff
file.diff (2.13 KB, patch)
2001-12-14 23:10 UTC, Joe Marcus Clarke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Marcus Clarke 2001-12-14 23:10:01 UTC
	The locales that gdm knows about are formatted incorrectly for FreeBSD.
Most of them need a '-' substituted with a '_'.  Also, the default locale
is unknown to FreeBSD.

Fix: This patch corrects the locale names, and makes US English the default
English.

Patch to /usr/ports/x11/gdm/files/patch-ab:

Patch to config/locale.aliase in the GDM dist:
How-To-Repeat: 	Login after installing /usr/ports/x11/gdm.  You will see:

LC_ALL = (unset),
LANG = "en_US"

When trying to run certain applications.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-12-14 23:19:14 UTC
Responsible Changed
From-To: freebsd-ports->gnome

Over to maintainer
Comment 2 Maxim Sobolev freebsd_committer freebsd_triage 2001-12-20 10:02:24 UTC
State Changed
From-To: open->closed

Committed, thank you Marcus for your invaluable help!!!