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. --- firefox-remoteconfigure.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 firefox-remoteconfigure.sh (limited to 'firefox-remoteconfigure.sh') diff --git a/firefox-remoteconfigure.sh b/firefox-remoteconfigure.sh new file mode 100755 index 0000000..82fd131 --- /dev/null +++ b/firefox-remoteconfigure.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +REMOTECONFIGURE_URL=https://services.arctica-project.org/remoteconfigure + +if [ -f "/etc/default/lightdm-remote-session-remoteconfigure" ]; then + . /etc/default/lightdm-remote-session-remoteconfigure +fi + +firefox -no-remote "${REMOTECONFIGURE_URL}" -- cgit v1.2.3