Hello and thank you for your reply. I tried with the "use_atomic_file_saving" option as it is also indicated here https://github.com/geany/geany/issues/2445. It works, but as the author says, the permissions of the saved file are modified:
**Before saving** ``` ls -al /var/www/info.php -rw-r--r-- 1 www-data www-data 59 7 juin 11:36 /var/www/info.php ``` **After saving** ``` $ ls -al /var/www/info.php -rwx------ 1 root root 65 7 juin 11:37 /var/www/info.php ``` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3513#issuecomment-1580317573 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3513/[email protected]>
