Is there a possibility to edit the following files in macOS 10.12 Sierra:
/System/Library/CoreServices/SystemUIServer.app/Contents/Resources/German.lproj/ScreenCapture.strings
and
~/Library/Preferences/com.apple.screencapture.plist
I want to change the following things of the Screenshot-Files:
- Filename
- Location
- Date and time Format in file name (no, that could NOT be done via System Preferences!)
Previous naming scheme: Screenshot 20161004_162222.png
Naming scheme now: Screenshot 2017-08-07 um 17.02.08.png
I want to revert to the previous scheme.
My problem is, that I can edit both files, but only on the second I can also save them. BatChmod nor chmod in terminal can change permissions on first file
ls -la /System/Library/CoreServices/SystemUIServer.app/Contents/Resources/German.lproj/ScreenCapture.strings
-rw-r--r-- 1 root wheel 1390 Feb 2 2017 /System/Library/CoreServices/SystemUIServer.app/Contents/Resources/German.lproj/ScreenCapture.strings
sudo chmod 777 /System/Library/CoreServices/SystemUIServer.app/Contents/Resources/German.lproj/ScreenCapture.strings
Password: ***
chmod: Unable to change file mode on /System/Library/CoreServices/SystemUIServer.app/Contents/Resources/German.lproj/ScreenCapture.strings: Operation not permitted
but how to change the Filename?!? On english machines it is "screenshot", on german systems it is "Bildschirmfoto"... but how to define my own without make this changes to this files?!? btw: with your terminal commands you also hack the system files!!!!! – Tinu1976CH Feb 03 '19 at 10:54