summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rößler2015-03-25 16:27:04 +0100
committerChristian Rößler2015-03-25 16:27:04 +0100
commite1a4a5192dedd04dd3c3db6789a9ddf394f7ab42 (patch)
tree457299b9c4631890e957b3e01c90d9c853e9bb70
parent[netpoint-lightdm] Some more files, etc/sysconfig (diff)
downloadtm-scripts-e1a4a5192dedd04dd3c3db6789a9ddf394f7ab42.tar.gz
tm-scripts-e1a4a5192dedd04dd3c3db6789a9ddf394f7ab42.tar.xz
tm-scripts-e1a4a5192dedd04dd3c3db6789a9ddf394f7ab42.zip
[netpoint-lightdm] Some more fixes and extensions
-rw-r--r--remote/modules/netpoint-lightdm/data/etc/lightdm/lightdm.conf6
-rw-r--r--remote/modules/netpoint-lightdm/module.build6
-rw-r--r--remote/modules/netpoint-lightdm/module.conf.opensuse.13.212
3 files changed, 21 insertions, 3 deletions
diff --git a/remote/modules/netpoint-lightdm/data/etc/lightdm/lightdm.conf b/remote/modules/netpoint-lightdm/data/etc/lightdm/lightdm.conf
index 07154848..6f38d075 100644
--- a/remote/modules/netpoint-lightdm/data/etc/lightdm/lightdm.conf
+++ b/remote/modules/netpoint-lightdm/data/etc/lightdm/lightdm.conf
@@ -30,7 +30,8 @@ run-directory=/run/lightdm
#cache-directory=/var/cache/lightdm
#sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions
#remote-sessions-directory=/usr/share/lightdm/remote-sessions
-#greeters-directory=/usr/share/lightdm/greeters:/usr/share/xgreeters
+
+greeters-directory=/usr/local/share/xgreeters:/usr/share/lightdm/greeters:/usr/share/xgreeters
#
# Seat defaults
@@ -102,7 +103,8 @@ greeter-allow-guest=true
allow-guest=true
guest-session=/usr/bin/startxfce4
-session-wrapper=/etc/lightdm/Xsession
+
+# Keine Ahnung session-wrapper=/etc/lightdm/Xsession
#greeter-wrapper=
guest-wrapper=/usr/local/bin/guest-session
diff --git a/remote/modules/netpoint-lightdm/module.build b/remote/modules/netpoint-lightdm/module.build
index 97e93235..0c891489 100644
--- a/remote/modules/netpoint-lightdm/module.build
+++ b/remote/modules/netpoint-lightdm/module.build
@@ -3,7 +3,11 @@ fetch_source() {
}
build() {
- :
+ COPYLIST="list_dpkg_output"
+ [ -e "$COPYLIST" ] && rm "$COPYLIST"
+
+ list_packet_files >> "$COPYLIST"
+ tarcopy "$(cat "$COPYLIST" | sort -u)" "${MODULE_BUILD_DIR}"
}
post_copy() {
diff --git a/remote/modules/netpoint-lightdm/module.conf.opensuse.13.2 b/remote/modules/netpoint-lightdm/module.conf.opensuse.13.2
index 7d2b9c42..430ec7d4 100644
--- a/remote/modules/netpoint-lightdm/module.conf.opensuse.13.2
+++ b/remote/modules/netpoint-lightdm/module.conf.opensuse.13.2
@@ -4,6 +4,9 @@ REQUIRED_INSTALLED_PACKAGES="
typelib-1_0-LightDM-1
liblightdm-gobject-1-0
python-gobject
+ icewm-lite
+ icewm-default
+ python-base
"
REQUIRED_CONTENT_PACKAGES="
@@ -12,4 +15,13 @@ REQUIRED_CONTENT_PACKAGES="
typelib-1_0-LightDM-1
liblightdm-gobject-1-0
python-gobject
+ icewm-lite
+ icewm-default
+ python-base
"
+
+REQUIRED_BINARIES+="
+ icewm
+ lightdm
+"
+