On Tue July 11 2023 11:00:49 ajh-valmer via tde-users wrote:
Since migration to Bookworm,
I cannot modifiy all the files :
/opt/trinity/share/apps/kdesktop/Desktop/....
I receive this message :
"cannot make a save copy of the original document".
Of cource, I changed the rights with chmod 775,
the message is the same.
On my other computer with Bullseye, never had this message,
and the rights are 755.
What happens ?
Hi André,
That directory and the files in it are normally owned by root
so the 5 on the end of 775 or 755 would not grant write access
to regular users.
You could use 777 or change the owner but anything other than
755 owned by root creates potential security issues. Normally
you would work in ~/Desktop rather than touching those files.
What is it you are trying to achieve?
--Mike