File: ts_linux-guest-x11-services.dita

package info (click to toggle)
virtualbox 7.1.12-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 565,672 kB
  • sloc: ansic: 2,330,854; cpp: 2,193,228; asm: 230,777; python: 223,895; xml: 86,771; sh: 25,541; makefile: 8,158; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,782; javascript: 1,692; objc: 1,131; lex: 931; php: 906; sed: 899; yacc: 707
file content (32 lines) | stat: -rw-r--r-- 1,612 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="ts_linux-guest-x11-services">
  <title>Shared Clipboard, Auto-Resizing, and Seamless Desktop in X11 Guests</title>
  
  <body>
    <p>
        Guest desktop services in guests running the X11 window system
        such as Oracle Solaris and Linux, are provided by a guest
        service called <userinput>VBoxClient</userinput>, which runs under
        the ID of the user who started the desktop session and is
        automatically started using the following command lines when
        your X11 user session is started if you are using a common
        desktop environment such as Gnome or KDE.
      </p>
    <pre xml:space="preserve">$ VBoxClient --clipboard
$ VBoxClient --display
$ VBoxClient --seamless</pre>
    <p>
        If a particular desktop service is not working correctly, it is
        worth checking whether the process which should provide it is
        running.
      </p>
    <p> The <userinput>VBoxClient</userinput> processes create files in the user's home directory
      with names of the form <filepath>.vboxclient-*.pid</filepath> when they are running in order
      to prevent a given service from being started twice. It can happen due to misconfiguration
      that these files are created owned by root and not deleted when the services are stopped,
      which will prevent them from being started in future sessions. If the services cannot be
      started, you may want to check whether these files still exist. </p>
  </body>
  
</topic>