aboutsummaryrefslogtreecommitdiff
path: root/x11/lightdm/files
Commit message (Collapse)AuthorAgeFilesLines
* x11/lightdm: Update to 1.22.0Ben Woods2017-08-057-29/+73
| | | | | | | | | - Update PAM file to include system defaults - Set PATH to default from /etc/login.conf - Don't pass-through empty PATH from lightdm to X11 (breaks runtime) Notes: svn path=/head/; revision=447392
* x11/lightdm: Fix locale selectionBen Woods2017-07-241-3/+47
| | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=446523
* x11/lightdm: Use correct replacement for clearenv()Ben Woods2017-04-121-3/+12
| | | | | | | | | | | | | | The previous patch to replace the Linux clearenv(3) function did not actually clear the environment, but instead created a new environment variable named environ with the value "NULL". PR: 218564 Reported by: jbeich Obtained from: FreeBSD env(1) command MFH: 2017Q2 Notes: svn path=/head/; revision=438362
* x11/lightdm: Improve rc script to use daemon(8)Ben Woods2017-02-121-2/+3
| | | | | | | | | | | This fixes an issue noticed when sysutils/bsdstats was installed and enabled at runtime in /etc/rc.conf, but for whatever reason was failing to send the updated statistics. Upon failing, the lightdm process would receive a SIGHUP, causing it to stop seconds after the login screen was displayed (before the user even had a chance to login). Notes: svn path=/head/; revision=433952
* Fix typo in Xsession file introduced in r433837Ben Woods2017-02-121-1/+1
| | | | Notes: svn path=/head/; revision=433947
* x11/lightdm: Make Xsession check for more system-wide config filesBen Woods2017-02-111-3/+3
| | | | | | | | | | | Xresources, Xkbmap and Xmodmap will now be read if they are found in %%LOCALBASE%%/etc/X11/ or %%LOCALBASE%%/etc/X11/xinit/ with or without a "." prefix. User-specific versions are still also found in $HOME/ with a "." prefix. Notes: svn path=/head/; revision=433837
* x11/lightdm: Correct off-by-one error when relating vtN to /dev/ttyvNBen Woods2017-01-031-1/+1
| | | | | | | - lightdm will now correctly report vt9 as using /dev/ttyv8 Notes: svn path=/head/; revision=430457
* Add x11/lightdm and x11/lightdm-gtk-greeter.Ben Woods2016-12-2612-0/+335
Lightdm is a display manager that: * Is cross-desktop - supports different desktops * Supports different display technologies * Is lightweight - low memory usage and fast performance * Has a comprehensive test suite WWW: https://www.freedesktop.org/wiki/Software/LightDM/ lightdm-gtk-greeter is the reference GTK+ greeter for LightDM. WWW: https://launchpad.net/lightdm-gtk-greeter Approved by: adamw (mentor, implicit) Notes: svn path=/head/; revision=429481