Changes between Version 2 and Version 3 of X11Clipboard
- Timestamp:
- Feb 25, 2013 4:05:29 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
X11Clipboard
v2 v3 29 29 On X11-based guest systems, the main part of the guest component is a daemon application (one which is started once and usually never stops, carrying on its work in the background) called !VBoxClient. You can see whether or not it is running (it should be) using the `ps` command: 30 30 {{{ 31 $ ps -f | grep Client 32 user 123 [...] VBoxClient --display 33 user 124 [...] VBoxClient --clipboard 31 $ ps -Af | grep VBoxClient 32 [...] 33 user 123 [...] /usr/bin/VBoxClient --display 34 user 124 [...] /usr/bin/VBoxClient --clipboard 34 35 [...] 35 36 }}}