From a058c452957138b5c75bfccc4eb0dc203c08a558 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 04 Jul 2012 22:55:21 +0000 Subject: Tweak ubuntu X configuration in check-system And remove the instructions from README --- (limited to 'scripts/ubuntu-tweaks') diff --git a/scripts/ubuntu-tweaks b/scripts/ubuntu-tweaks new file mode 100755 index 0000000..be5ebf2 --- /dev/null +++ b/scripts/ubuntu-tweaks @@ -0,0 +1,6 @@ +#!/bin/sh + +XWRAPPERCONFIG=/etc/X11/Xwrapper.config + +sed -i '/^allowed_users.*/d' $XWRAPPERCONFIG +echo "allowed_users=anybody" >> $XWRAPPERCONFIG -- cgit v0.9.1