Skip to content

Commit 90de1bc

Browse files
committed
Disable Unity shortcut hint
2 parents 78358ae + 6eef273 commit 90de1bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

debian/guest-account

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ add_account ()
7171
fi
7272
done
7373

74+
# disable Unity shortcut hint
75+
mkdir -p "$HOME"/.cache/unity
76+
touch "$HOME"/.cache/unity/first_run.stamp
77+
7478
STARTUP="$HOME"/.config/autostart/startup-commands.desktop
7579
echo "[Desktop Entry]" > $STARTUP
7680
echo "Name=Startup commands" >> $STARTUP

0 commit comments

Comments
 (0)