Skip to content

Commit

Permalink
fix shortcuts asking for permission
Browse files Browse the repository at this point in the history
  • Loading branch information
parmigggiana committed Jul 22, 2024
1 parent dd50720 commit 2ee8837
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions weeedebian/make_desktop_executable
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@reboot weee chmod +x /home/weee/Desktop/*.desktop
6 changes: 5 additions & 1 deletion weeedebian/martello.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# WEEEDebian creation script - a-porsia et al
# export PATH="$PATH:/usr/sbin:/usr/bin:/sbin:/bin"


echo "Martello is starting!"
set -x
echo "=== Install kernel and systemd ==="
Expand Down Expand Up @@ -354,8 +353,13 @@ ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
EOF

echo "=== Set all desktop shortcuts executable ==="
# I don't know why it's ignoring all the chmod that are already there
cp ./make_desktop_executable /etc/cron.d/make_desktop_executable

echo "=== Automatic configuration done ==="
# read -p 'Open a shell in the chroot environment? [y/n] ' ans
# if [[ $ans == "y" ]]; then
# sudo -u $MISO_USERNAME /bin/bash
# fi

0 comments on commit 2ee8837

Please sign in to comment.