次のコマンドを使用しました:
scrot -e 'mv $f ~/Pictures/Screenshots/
ディレクトリ内にこれらのフォルダも作成しましたが、スクリーンショットを撮ることができません。次のエラーが繰り返し表示されます:
giblib error:Saving to file filename.png failed
答え1
ファイル名を指定する必要があります:
scrot test.png -e 'mv $f ~/Pictures/Screenshots/'
または
scrot '%Y-%m-%d_$wx$h.png' -e 'mv $f ~/Pictures/Screenshots/'