From 5901ccc21244ca63163435fdcc67eb43d6e5bd1f Mon Sep 17 00:00:00 2001 From: Andre Date: Thu, 10 Jan 2019 21:50:42 +0100 Subject: [PATCH] After the last update the autostart location has changed --- Configuring-the-Raspberry-Pi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuring-the-Raspberry-Pi.md b/Configuring-the-Raspberry-Pi.md index a0417e9..a93408c 100644 --- a/Configuring-the-Raspberry-Pi.md +++ b/Configuring-the-Raspberry-Pi.md @@ -81,9 +81,9 @@ __version 1 only__ ## Disabling the screensaver _(Please note, you will need the x11-xserver-utils package installed.)_ -edit ~/.config/lxsession/LXDE-pi/autostart: +edit /etc/xdg/lxsession/LXDE-pi/autostart: ```` -sudo nano ~/.config/lxsession/LXDE-pi/autostart +sudo nano /etc/xdg/lxsession/LXDE-pi/autostart ```` Add the following lines: ````