Merge remote-tracking branch 'flapflap/de-fingerprint'
[tails-test.git] / config / chroot_local-patches / Greeter-Activate-win8-theme-using-a-script.patch
blob3343b7ada79dd5045ed58567ab6a7ba4dec937b0
1 This patch will be merge into the greeter but is here for testing.
3 --- chroot.orig/etc/gdm3/PostLogin/Default
4 +++ chroot/etc/gdm3/PostLogin/Default
5 @@ -73,9 +73,7 @@ if [ -r "${CAMOUFLAGE_SETTINGS}" ] ; then
6 . "${CAMOUFLAGE_SETTINGS}"
7 case "${TAILS_CAMOUFLAGE_OS}" in
8 win8)
9 - install -m 0644 \
10 - /usr/share/applications/tails-activate-win8-theme.desktop \
11 - /etc/xdg/autostart/
12 + /usr/local/sbin/tails-prepare-win8-theme
14 esac