From 9ee62e2b4773abadded398cce2b2ff44a578f070 Mon Sep 17 00:00:00 2001 From: Dan Hetherington Date: Fri, 12 May 2017 17:04:58 +0100 Subject: [PATCH] Add warning to readme about trying to run without an X server attached --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2edbf81..f757e1b 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,10 @@ all used up). * In case of login problems use the `./audible-activator.py -d` command to run the program in debugging mode and to login manually. +* Are you trying to run `./audible-activator.py` over SSH, or without an X server +running? Don't do that. Although it's a command-line programme, it needs to be +connected to an X server to create a Chrome instance. + * This program is pretty short and easy to debug. I cannot provide end-user support but I would be very happy to accept patches.