プロが教えるわが家の防犯対策術!

質問です。

以下のAppleScriptがOSをventuraにしたら終了しません。
動作中のままになってしまいます。

set myRez to 600
set myfile to ""
set myFolder to "/Volumes" & ""
set retText to do shell script "qlmanage -t " & quoted form of (myFolder & myfile) & " -s " & myRez & " -o " & quoted form of myFolder
set errorCheck to "[ERROR]"
if retText contains errorCheck then
error number -128
end if

因にMojaveまでは終了できました。実行した結果は以下です。

tell current application
do shell script "qlmanage -t '/Volumes' -s 600 -o '/Volumes'"
--> "Testing Quick Look thumbnails with files:\r\t/Volumes\r* No thumbnail created for /Volumes\rDone producing thumbnails"
end tell

venturaでログを見ると上記の2行目で止まっているようです。

ご教授お願いします。

「Mac OS ventura のappl」の質問画像

A 回答 (1件)

バージョンは?


例えばMacOS 13不具合云々webサイトにあり。
    • good
    • 0

お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!

このQ&Aを見た人はこんなQ&Aも見ています