This commit is contained in:
[yuri]
2025-11-11 16:04:51 +01:00
parent 4e68b9ba2c
commit db28365a6c

View File

@@ -188,6 +188,11 @@ Hidden=false
NoDisplay=false NoDisplay=false
EOF EOF
# Secure permissions for autostart file and directories
chmod 700 "$HOME/.config" "$HOME/.config/autostart"
chmod 700 "$AUTOSTART_FILE"
chmod +x "$AUTOSTART_FILE"
say_yellow "XFCE configuration will be applied at next login." say_yellow "XFCE configuration will be applied at next login."
say_cyan "Autostart created at: $AUTOSTART_FILE" say_cyan "Autostart created at: $AUTOSTART_FILE"
say_cyan "Helper script: $HELPER_SCRIPT" say_cyan "Helper script: $HELPER_SCRIPT"