1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-04 10:59:14 -04:00
Commit graph

1 commit

Author SHA1 Message Date
Ben Woods
2300533f55 x11/lightdm: Fix locale selection
- Allow locale selection on login screen. First, lightdm must be patched
  to correctly detect utf8 locales, which have a UTF-8 suffix on FreeBSD
  instead of utf8 like on Linux systems. Secondly, we have to use locale
  codes in the language menuitem as FreeBSD doesn't have support for
  locale naming (missing _NL_IDENTIFICATION_LANGUAGE implementation).

- Use @sample for lightdm-gtk-greeter config file to prevent it from
  being overwritten when the package is reinstalled / upgraded.

PR:		220614
Submitted by:	pawel
MFH:		2017Q3
2017-07-24 12:47:45 +00:00