- 關閉Chrome
- mv ${HOME}/.cache/google-chrome /run/user/${UID}
- ln -s /run/user/${UID}/google-chrome ${HOME}/.cache/google-chrome
- 重新開啟Chrome
- DIR=/run/user/${UID}/google-chrome
- [ -d ${DIR} ] && true || mkdir ${DIR}
- LINK=${HOME}/.cache/google-chrome
- [ -h ${LINK} ] && true || ln -s ${DIR} ${LINK}
_EOF_
沒有留言:
張貼留言