diff options
| author | Christian Rößler | 2015-03-26 14:44:57 +0100 |
|---|---|---|
| committer | Christian Rößler | 2015-03-26 14:44:57 +0100 |
| commit | 8e5bd20eb2797bf3487e188cefe5d3537eccb422 (patch) | |
| tree | 37729064e2ca10b8e0c25de1c845869626e80afa /remote/modules/netpoint-lightdm/data/usr/local/bin | |
| parent | [netpoint-lightdm] Some more bug fixes (diff) | |
| download | tm-scripts-8e5bd20eb2797bf3487e188cefe5d3537eccb422.tar.gz tm-scripts-8e5bd20eb2797bf3487e188cefe5d3537eccb422.tar.xz tm-scripts-8e5bd20eb2797bf3487e188cefe5d3537eccb422.zip | |
[netpoint-lightdm] some further stuff
Diffstat (limited to 'remote/modules/netpoint-lightdm/data/usr/local/bin')
| -rwxr-xr-x | remote/modules/netpoint-lightdm/data/usr/local/bin/guest-session | 4 | ||||
| -rwxr-xr-x | remote/modules/netpoint-lightdm/data/usr/local/bin/netpoint.py | 2 |
2 files changed, 3 insertions, 3 deletions
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 |
