schtroumpff created an issue (geany/geany#4554) Here are the steps (see attached log.txt) : 1. create file test.txt by launching geany with commandline 2. add text in file and save it 3. display timestamps with stat : all timestamps are the same (already not logical here) 4. open file with geany and close it without any change + display timestamps with stat : only atime timestamp changed = normal 5. touch file + display timestamps with stat : only timestamps but ctime changed = normal 6. open file with geany, change text content and close it + display timestamps with stat : all timestamps changed including ctime = not normal, I think, right ?
``` cdo@debian:~/Documents/Christophe$ geany -V geany 2.0 (construit le 2024-11-01 avec GTK 3.24.43, GLib 2.82.2) cdo@debian:~/Documents/Christophe$ uname -a Linux debian 6.12.74+deb13+1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.74-2 (2026-03-08) x86_64 GNU/Linux ``` [log.txt](https://github.com/user-attachments/files/26878057/log.txt) -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4554 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/[email protected]>
