aboutsummaryrefslogtreecommitdiff
path: root/firefox-remoteconfigure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-remoteconfigure.sh')
-rwxr-xr-xfirefox-remoteconfigure.sh9
1 files changed, 9 insertions, 0 deletions
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}"