Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Dec 2014 20:16:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 195759] New: x11/slim fails to honour login.conf
Message-ID:  <bug-195759-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: jonc@chen.org.nz
                CC: henry.hu.sh@gmail.com
                CC: henry.hu.sh@gmail.com
             Flags: maintainer-feedback?(henry.hu.sh@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@FreeBSD.org> ---
Maintainer CC'd

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195759-13>