summaryrefslogtreecommitdiff
path: root/x11/lightdm/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-6/+1
|
* x11/lightdm: Update to 1.30.0, fix crash and change default configBen Woods2019-06-062-21/+14
| | | | | | | | | | | | | | | | | This update addresses a crash in lightdm, related to the way the user environment for the lightdm process is setup in src/process.c. The configuration option in lightdm.conf for locked memory is now honoured - the default configuration has been updated to disable this, and pkg-message has been updated to reflect this change. Changes this release: https://github.com/CanonicalLtd/lightdm/releases/tag/1.30.0 PR: 238083 Submitted by: madpilot Reported by: David.Boyd49@twc.com Differential Revision: https://reviews.freebsd.org/D20541
* x11/lightdm: Re-add patch accidentally deleted during last changeBen Woods2019-02-041-0/+24
|
* x11/lightdm: Update to 1.28.0Ben Woods2019-02-045-63/+42
| | | | | | - Also pet portlint Submitted by: madpilot (partly)
* 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)
* 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
* 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
* 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).
* Fix typo in Xsession file introduced in r433837Ben Woods2017-02-121-1/+1
|
* 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.
* 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
* 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)