Every time I **save** a file, the software clears the execution permission.
``` ⭕ geany --version geany 1.37.1 (built on 2021-04-03 with GTK 3.24.25, GLib 2.68.0) ⭕ touch xx ⭕ chmod +x xx ⭕ ls xx -rwxrwxr-x 1 eexpss 0 01-18 22:39 xx ⭕ geany xx ⭕ ls xx <------------------------------------------------- HERE -rw-rw-r-- 1 eexpss 3 01-18 22:39 xx ⭕ cat /etc/issue Ubuntu 21.10 \n \l ⭕ apt list --installed geany* Listing... Done geany-common/impish,impish,now 1.37.1-3 all [installed,automatic] geany-plugin-autoclose/impish,now 1.37+dfsg-6build1 amd64 [installed] geany-plugin-automark/impish,now 1.37+dfsg-6build1 amd64 [installed] geany-plugin-git-changebar/impish,now 1.37+dfsg-6build1 amd64 [installed] geany-plugins-common/impish,now 1.37+dfsg-6build1 amd64 [installed,automatic] geany/impish,now 1.37.1-3 amd64 [installed] ⭕ cat /etc/mtab |g home /dev/nvme0n1p8 /home ext4 rw,nosuid,nodev,relatime 0 0 ```