1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="ts_linux-guest-x11-services">
|
---|
4 | <title>Shared Clipboard, Auto-Resizing, and Seamless Desktop in X11 Guests</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | Guest desktop services in guests running the X11 window system
|
---|
9 | such as Oracle Solaris and Linux, are provided by a guest
|
---|
10 | service called <userinput>VBoxClient</userinput>, which runs under
|
---|
11 | the ID of the user who started the desktop session and is
|
---|
12 | automatically started using the following command lines when
|
---|
13 | your X11 user session is started if you are using a common
|
---|
14 | desktop environment such as Gnome or KDE.
|
---|
15 | </p>
|
---|
16 | <pre xml:space="preserve">$ VBoxClient --clipboard
|
---|
17 | $ VBoxClient --display
|
---|
18 | $ VBoxClient --seamless</pre>
|
---|
19 | <p>
|
---|
20 | If a particular desktop service is not working correctly, it is
|
---|
21 | worth checking whether the process which should provide it is
|
---|
22 | running.
|
---|
23 | </p>
|
---|
24 | <p>
|
---|
25 | The <userinput>VBoxClient</userinput> processes create files in the
|
---|
26 | user's home directory with names of the form
|
---|
27 | <filepath>.vboxclient-*.pid</filepath> when they are running in
|
---|
28 | order to prevent a given service from being started twice. It
|
---|
29 | can happen due to misconfiguration that these files are created
|
---|
30 | owned by root and not deleted when the services are stopped,
|
---|
31 | which will prevent them from being started in future sessions.
|
---|
32 | If the services cannot be started, you may wish to check whether
|
---|
33 | these files still exist.
|
---|
34 | </p>
|
---|
35 | </body>
|
---|
36 |
|
---|
37 | </topic>
|
---|