'clipboard share'에 해당되는 글 1건
VirtualBox clipboard sharing not working sometimes(클립보드 공유가 가끔씩 안될 때)VirtualBox clipboard sharing not working sometimes(클립보드 공유가 가끔씩 안될 때)
Posted at 2013. 5. 24. 16:51 | Posted in Etc클립보드 공유가 가끔씩 안될 때
/usr/bin/VBoxClient --clipboard 를 재시작시키면 된다.
$ ps -ef | grep VBox | grep clipboard
deepblue 9952 1 0 16:44 ? 00:00:00 /usr/bin/VBoxClient --clipboard
$ kill -9 9952
$ /usr/bin/VBoxClient --clipboard