From 531cca264a21552d80255334f9bf9f3e2cf19dbd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 11 May 2018 16:38:12 +0200 Subject: Fork as new project: lightdm-remote-session-remoteconfigure. --- remoteconfigure-session.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 remoteconfigure-session.in (limited to 'remoteconfigure-session.in') diff --git a/remoteconfigure-session.in b/remoteconfigure-session.in new file mode 100644 index 0000000..b74bf9b --- /dev/null +++ b/remoteconfigure-session.in @@ -0,0 +1,23 @@ +#!/bin/bash +# Copyright © 2012 Canonical Ltd. +# +# This program is free software: you can redistribute it and/or modify it +# under the terms of the GNU General Public License version 3, as +# published by the Free Software Foundation. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranties of +# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +# PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program. If not, see . +# +# Author: Ted Gould + +# Set up a Firefox autostart +mkdir -p ~/.config/autostart/ +cp @pkgdatadir@/firefox-remoteconfigure.desktop ~/.config/autostart/ + +# Final thing is to run a minimal desktop session +exec openbox -- cgit v1.2.3