Non riesco a ottenere l'app screenshot di MacOS per modificare il formato del file.
Ho provato a modificare le impostazioni con
$ rm ~/Library/Preferences/com.apple.screencapture.plist
$ defaults write com.apple.screencapture type -string "png"
$ defaults write com.apple.screencapture location "/tmp/"
riavviato, per ogni evenienza, ma quando provo a salvare un nuovo screenshot, posso ancora salvarlo come .TIFF
-immagine.
Alcune informazioni aggiuntive: questo problema era presente anche prima dell'aggiornamento da Mavericks a Yosemite.
killall SystemUIServer
non fa alcuna differenza.
Interessante:
$ defaults read com.apple.screencapture
{
location = "/tmp/";
type = png;
}
Autorizzazioni file, UID numerico e GID:
$ ls -lacn ~/Library/Preferences/com.apple.screencapture.plist
-rw------- 1 501 20 74 Okt 31 15:59 /Users/jottr/Library/Preferences/com.apple.screencapture.plist
anche,
$ ls /Library/Preferences/com.apple.screencapture.plist
ls: cannot access /Library/Preferences/com.apple.screencapture.plist: No such file or directory
Quindi non c'è nulla in /Library/Preferences/
che potrebbe sovrascrivere le impostazioni in ~/Library/Preferences/
.
OS X 10.10 (14A389)
$ echo $OSTYPE
darwin14.0.0
Screenshot App Version: 1.8 (117)
Ho controllato le autorizzazioni file con diskutil
, senza errori.