Since a few days ago (when I upgraded all my packages), Kate started to remove the execute permission of Python scripts that I'm editing in Kate. It doesn't consistently happen (I haven't found a pattern yet), but very often (maybe about 50%) when I save a Python script that I'm editing and that had execute permission, Kate removes the execute permission (for all user, group, and other) upon saving and then I have to manually chmod the script again before I can execute it.
Does this happen for files you have privileges to write or does this happen if the tool need to ask for a password to elevate its rights?
An other important question: Which KDE Frameworks version is shown in the about dialog?
(In reply to Christoph Cullmann from comment #1) > Does this happen for files you have privileges to write or does this happen > if the tool need to ask for a password to elevate its rights? Yes, it happens for files that have normal permissions and I'm using the same user that owns the files to run kate. Nothing special. The file starts out with 755
(In reply to Christoph Cullmann from comment #2) > An other important question: Which KDE Frameworks version is shown in the > about dialog? Sorry this took a little longer. Had to get back home from work first. Kate Version 18.08.0 KDE Frameworks 5.49.0 Qt 5.11.1 (built against 5.11.1) The xcb windowing system
No problem ;) Ok, then this is fixed with 5.50.0 We changed the handling of file saving there. Sorry for the issues.