나는 다음 명령을 사용했습니다.
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/'