* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/files/
@ 2018-10-21 15:01 Lars Wendler
0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler @ 2018-10-21 15:01 UTC (permalink / raw
To: gentoo-commits
commit: 69f691d952af515350e9b387c24fae9b408e7d49
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 15:00:40 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 15:01:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f691d9
x11-misc/lightdm: Readded acidentally removed file.
Closes: https://bugs.gentoo.org/669202
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
x11-misc/lightdm/files/README.gentoo | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/x11-misc/lightdm/files/README.gentoo b/x11-misc/lightdm/files/README.gentoo
new file mode 100644
index 00000000000..182f5308754
--- /dev/null
+++ b/x11-misc/lightdm/files/README.gentoo
@@ -0,0 +1,11 @@
+
+ * Even though the default /etc/lightdm/lightdm.conf will work for
+ * most users, make sure you configure it to suit your needs
+ * before using lightdm for the first time.
+ * You can test the configuration file using the following
+ * command: lightdm --test-mode -c /etc/lightdm/lightdm.conf. This
+ * requires xorg-server to be built with the 'kdrive' useflag.
+ *
+ * You can also set your own default values for LIGHTDM_GREETER,
+ * LIGHTDM_SESSION, and LIGHTDM_USER in /etc/portage/make.conf
+
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/files/
@ 2020-06-30 7:59 Lars Wendler
0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler @ 2020-06-30 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 8ffbf0d3923ea3c752dccb508d011ae88c66c1af
Author: Evgeny Grin <k2k <AT> narod <DOT> ru>
AuthorDate: Mon Jun 29 19:35:50 2020 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jun 30 07:59:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffbf0d3
x11-misc/lightdm: Fixed lightdm Xsession wrapper to report only really sourced files
Signed-off-by: Karlson2k (Evgeny Grin) <k2k <AT> narod.ru>
Closes: https://github.com/gentoo/gentoo/pull/16496
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
x11-misc/lightdm/files/Xsession | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/lightdm/files/Xsession b/x11-misc/lightdm/files/Xsession
index 50ce80fd3e1..d982a0ac89e 100644
--- a/x11-misc/lightdm/files/Xsession
+++ b/x11-misc/lightdm/files/Xsession
@@ -50,8 +50,8 @@ command="$@"
xinitdir="/etc/X11/xinit/xinitrc.d"
if [ -d "$xinitdir" ]; then
for script in $xinitdir/*; do
- echo "Loading xinit script $script"
if [ -x "$script" -a ! -d "$script" ]; then
+ echo "Loading xinit script $script"
. "$script"
fi
done
@@ -62,8 +62,8 @@ xsessionddir="/etc/X11/Xsession.d"
if [ -d "$xsessionddir" ]; then
for i in `ls $xsessionddir`; do
script="$xsessionddir/$i"
- echo "Loading X session script $script"
if [ -r "$script" -a -f "$script" ] && expr "$i" : '^[[:alnum:]_-]\+$' > /dev/null; then
+ echo "Loading X session script $script"
. "$script"
fi
done
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-30 8:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-21 15:01 [gentoo-commits] repo/gentoo:master commit in: x11-misc/lightdm/files/ Lars Wendler
-- strict thread matches above, loose matches on Subject: below --
2020-06-30 7:59 Lars Wendler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox