summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/xorg')
-rwxr-xr-xcore/modules/xorg/data/etc/X11/Xsession4
-rw-r--r--core/modules/xorg/data/usr/share/backgrounds/bwlp-1920x1080.pngbin0 -> 244216 bytes
-rw-r--r--core/modules/xorg/module.conf3
3 files changed, 6 insertions, 1 deletions
diff --git a/core/modules/xorg/data/etc/X11/Xsession b/core/modules/xorg/data/etc/X11/Xsession
index 33a003ac..86ecfc14 100755
--- a/core/modules/xorg/data/etc/X11/Xsession
+++ b/core/modules/xorg/data/etc/X11/Xsession
@@ -28,8 +28,10 @@ errormsg () {
# Make sure we source the global profile - needed for ssh-agent, etc.
[ -e "/etc/profile" ] && . "/etc/profile"
-# Workaround to start Xsession. The original Xsession script includes error handling functionality and sources other scrips from the Xsession.d/ directory.
+# Make sure we source the global profile - needed for ssh-agent, etc.
+[ -e "/etc/profile" ] && source "/etc/profile"
+# Workaround to start Xsession. The original Xsession script includes error handling functionality and sources other scrips from the Xsession.d/ directory.
SESSIONDIR="/etc/X11/Xsession.d"
tmpfile="$( mktemp "/tmp/xsession-log-$( date +%s )-XXXXXX" )"
diff --git a/core/modules/xorg/data/usr/share/backgrounds/bwlp-1920x1080.png b/core/modules/xorg/data/usr/share/backgrounds/bwlp-1920x1080.png
new file mode 100644
index 00000000..bcad928e
--- /dev/null
+++ b/core/modules/xorg/data/usr/share/backgrounds/bwlp-1920x1080.png
Binary files differ
diff --git a/core/modules/xorg/module.conf b/core/modules/xorg/module.conf
index dfa86b3a..402b22e1 100644
--- a/core/modules/xorg/module.conf
+++ b/core/modules/xorg/module.conf
@@ -1,4 +1,7 @@
#!/bin/bash
+REQUIRED_MODULES="
+ slxlog
+"
REQUIRED_BINARIES="
X
Xorg