summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rößler2015-03-26 14:44:57 +0100
committerChristian Rößler2015-03-26 14:44:57 +0100
commit8e5bd20eb2797bf3487e188cefe5d3537eccb422 (patch)
tree37729064e2ca10b8e0c25de1c845869626e80afa
parent[netpoint-lightdm] Some more bug fixes (diff)
downloadtm-scripts-8e5bd20eb2797bf3487e188cefe5d3537eccb422.tar.gz
tm-scripts-8e5bd20eb2797bf3487e188cefe5d3537eccb422.tar.xz
tm-scripts-8e5bd20eb2797bf3487e188cefe5d3537eccb422.zip
[netpoint-lightdm] some further stuff
-rw-r--r--remote/modules/netpoint-lightdm/data/etc/lightdm/lightdm.conf4
-rwxr-xr-xremote/modules/netpoint-lightdm/data/usr/local/bin/guest-session4
-rwxr-xr-xremote/modules/netpoint-lightdm/data/usr/local/bin/netpoint.py2
-rw-r--r--remote/modules/netpoint-lightdm/data/usr/local/share/xgreeters/netpoint.desktop2
-rw-r--r--remote/modules/netpoint-lightdm/module.conf.opensuse.13.27
5 files changed, 12 insertions, 7 deletions
diff --git a/remote/modules/netpoint-lightdm/data/etc/lightdm/lightdm.conf b/remote/modules/netpoint-lightdm/data/etc/lightdm/lightdm.conf
index 6f38d075..3e78eb50 100644
--- a/remote/modules/netpoint-lightdm/data/etc/lightdm/lightdm.conf
+++ b/remote/modules/netpoint-lightdm/data/etc/lightdm/lightdm.conf
@@ -93,7 +93,9 @@ greeters-directory=/usr/local/share/xgreeters:/usr/share/lightdm/greeters:/usr/s
#xdmcp-key=
#unity-compositor-command=unity-system-compositor
#unity-compositor-timeout=60
+
greeter-session=netpoint
+
greeter-hide-users=false
greeter-allow-guest=true
#greeter-show-manual-login=false
@@ -102,7 +104,7 @@ greeter-allow-guest=true
#allow-user-switching=true
allow-guest=true
-guest-session=/usr/bin/startxfce4
+guest-session=/usr/bin/icewm
# Keine Ahnung session-wrapper=/etc/lightdm/Xsession
diff --git a/remote/modules/netpoint-lightdm/data/usr/local/bin/guest-session b/remote/modules/netpoint-lightdm/data/usr/local/bin/guest-session
index 2181fdf5..2c22a68c 100755
--- a/remote/modules/netpoint-lightdm/data/usr/local/bin/guest-session
+++ b/remote/modules/netpoint-lightdm/data/usr/local/bin/guest-session
@@ -1,4 +1,4 @@
#!/bin/sh
-exec /usr/bin/metacity &
-exec /usr/bin/firefox
+exec /usr/bin/icewm &
+# exec /usr/bin/firefox
diff --git a/remote/modules/netpoint-lightdm/data/usr/local/bin/netpoint.py b/remote/modules/netpoint-lightdm/data/usr/local/bin/netpoint.py
index 5f66053c..635fb03f 100755
--- a/remote/modules/netpoint-lightdm/data/usr/local/bin/netpoint.py
+++ b/remote/modules/netpoint-lightdm/data/usr/local/bin/netpoint.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/python
#
# Author: Matt Fischer <matthew.fischer@canonical.com>
# Copyright (C) 2012 Canonical, Ltd
diff --git a/remote/modules/netpoint-lightdm/data/usr/local/share/xgreeters/netpoint.desktop b/remote/modules/netpoint-lightdm/data/usr/local/share/xgreeters/netpoint.desktop
index 7293c792..f03cf498 100644
--- a/remote/modules/netpoint-lightdm/data/usr/local/share/xgreeters/netpoint.desktop
+++ b/remote/modules/netpoint-lightdm/data/usr/local/share/xgreeters/netpoint.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
Name=Netpoint Grita
Comment=Netpoint Grita
-Exec=/usr/bin/netpoint.py
+Exec=/usr/local/bin/netpoint.py
Type=Application
diff --git a/remote/modules/netpoint-lightdm/module.conf.opensuse.13.2 b/remote/modules/netpoint-lightdm/module.conf.opensuse.13.2
index 4e92a9c0..d62f9063 100644
--- a/remote/modules/netpoint-lightdm/module.conf.opensuse.13.2
+++ b/remote/modules/netpoint-lightdm/module.conf.opensuse.13.2
@@ -1,5 +1,6 @@
REQUIRED_INSTALLED_PACKAGES="
lightdm
+ lightdm-gtk-greeter
lightdm-gobject-devel
typelib-1_0-LightDM-1
liblightdm-gobject-1-0
@@ -7,10 +8,12 @@ REQUIRED_INSTALLED_PACKAGES="
icewm-lite
icewm-default
python-base
+ python-gobject2
"
REQUIRED_CONTENT_PACKAGES="
lightdm
+ lightdm-gtk-greeter
lightdm-gobject-devel
typelib-1_0-LightDM-1
liblightdm-gobject-1-0
@@ -18,16 +21,16 @@ REQUIRED_CONTENT_PACKAGES="
icewm-lite
icewm-default
python-base
+ python-gobject2
"
REQUIRED_BINARIES+="
icewm
lightdm
python
+ lightdm-gtk-greeter
"
REQUIRED_DIRECTORIES+="
/usr/lib64/python2.7
- /var/lib/lightdm
- /var/lib/lightdm-data
"