版本 3 和 X11Clipboard 的 版本 4 之間的變動
- 時間撮記:
- 2017-11-3 下午02:18:59 (7 年 前)
圖例:
- 未更動
- 新增
- 刪除
- 修改
-
X11Clipboard
v3 v4 31 31 $ ps -Af | grep VBoxClient 32 32 [...] 33 user 122 [...] /usr/bin/VBoxClient --display 33 34 user 123 [...] /usr/bin/VBoxClient --display 34 35 user 124 [...] /usr/bin/VBoxClient --clipboard 36 user 125 [...] /usr/bin/VBoxClient --clipboard 35 37 [...] 36 38 }}} 37 To get it to produce logging, you can stop it (in this example, the process ID is 124, so you would execute39 To get it to produce logging, you can stop it (in this example, the process IDd are 124 and 125, so you would execute 38 40 {{{ 39 $ kill 124 41 $ kill 124 125 40 42 }}} 41 43 and restart it (as the logged on user) with the `VBOX_RELEASE_LOG_DEST` environment variable set to point to a file, with `VBOX_RELEASE_LOG=+all.e.l.f` and with the `-d` flag which tells it not to become a daemon and disappear into the background: