[Bug 195759] New: x11/slim fails to honour login.conf

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 6 20:16:14 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195759

            Bug ID: 195759
           Summary: x11/slim fails to honour login.conf
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: jonc at chen.org.nz
                CC: henry.hu.sh at gmail.com
                CC: henry.hu.sh at gmail.com
             Flags: maintainer-feedback?(henry.hu.sh at gmail.com)

I have the set lang within /etc/login.conf:

default:\
    :lang=en_NZ.UTF-8:\
    :passwd_format=sha512:\
    ...

I've "cap_mkdb /etc/login.conf".

In my ~/.xinitrc:
  env > /tmp/j-env
  exec mate-session > .xsession-errors 2>&1

The contents of /tmp/j-env after logging in:
  VENDOR=amd
  LOGNAME=jonc
  OSTYPE=FreeBSD
  MACHTYPE=x86_64
  XAUTHORITY=/home/jonc/.Xauthority
  MAIL=/var/mail/jonc
 
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:$HOME/bin
  HOST=osiris.chen.org.nz
  DISPLAY=:0.0
  PWD=/home/jonc
  GROUP=core
  USER=jonc
  HOME=/home/jonc
  HOSTTYPE=FreeBSD
  SHELL=/bin/tcsh
 
XDG_SESSION_COOKIE=8df97606318ac9f41ded527c53c12017-1417896465.683295-2112864763

2 things stand out:
 1. LANG is not set.
 2. PATH has literal and not evaluated "$HOME/bin" appended.

The options on my x11/slim:
  PAM : on
  UTF8 : off

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list