On Mon, May 27, 2019 at 08:44:56PM -0400, Lucius Hu wrote:
From: Lucius Hu <lebensterben(a)users.noreply.github.com>
---
data/Xsession.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/Xsession.in b/data/Xsession.in
index 110d393..8ac0d92 100755
--- a/data/Xsession.in
+++ b/data/Xsession.in
@@ -30,8 +30,8 @@ command="$@"
echo "$0: Beginning session setup..."
# First read /etc/profile and .profile
-test -f /etc/profile && . /etc/profile
test -f /usr/share/defaults/etc/profile && . /usr/share/defaults/etc/profile
+test -f /etc/profile && . /etc/profile
Is this for GDM package, right?
test -f "$HOME/.profile" && .
"$HOME/.profile"
# Second read /etc/xprofile and .xprofile for X specific setup
test -f /etc/xprofile && . /etc/xprofile
--
2.21.0
_______________________________________________
Dev mailing list
Dev(a)lists.clearlinux.org
https://lists.clearlinux.org/mailman/listinfo/dev
--
Regards,
Miguel Bernal Marin IAGS/Systems Software Products
https://clearlinux.org Intel Corporation