summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-03-17 16:20:24 +1300
committerRobert Ancell <robert.ancell@canonical.com>2014-03-17 16:20:24 +1300
commit90de1bcdac97e600bb901304da333a1cc78b76f8 (patch)
tree776d74b93013e4c7b76250e38e56420893375210
parent78358ae64f592406891e4f4b232d49e00b96827b (diff)
parent6eef273ba46eb8afbe4df515a985d167a8776433 (diff)
downloadlightdm-90de1bcdac97e600bb901304da333a1cc78b76f8.tar.gz
Disable Unity shortcut hint
-rw-r--r--debian/guest-account4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/guest-account b/debian/guest-account
index 5ea99f47..47cfe70a 100644
--- a/debian/guest-account
+++ b/debian/guest-account
@@ -71,6 +71,10 @@ add_account ()
fi
done
+ # disable Unity shortcut hint
+ mkdir -p "$HOME"/.cache/unity
+ touch "$HOME"/.cache/unity/first_run.stamp
+
STARTUP="$HOME"/.config/autostart/startup-commands.desktop
echo "[Desktop Entry]" > $STARTUP
echo "Name=Startup commands" >> $STARTUP