4 Commits

Author SHA1 Message Date
Brett T. Warden ec024e826f Remove startx instructions
Modern installation methods provide the GUI already; we no longer need
to inform the user to start the GUI with startx.
v3
2019-05-23 15:56:06 -07:00
Brett T. Warden 0a0afb159e Fix shared clipboard support
Installer tries to create /usr/bin/VBoxClient-all as a symlink to
${INSTALL_DIR}/other/98vboxadd-xclient, and has vboxclient.desktop use
that symlink for its Exec. Creation of the symlink fails, and we don't
want it in /usr/bin anyway, so just edit the .desktop file to point
directly to the script. This script launches the various VBoxClient
daemons to handle shared clipboard, drag and drop, display management,
and seamless window services.

We have to modify both copies because a startup script copies the
version from ${INSTALL_DIR} into the appropriate desktop manager paths
each boot.
v2
2019-03-19 13:57:29 -07:00
Brett T. Warden 7ac2c721d1 Add license v1 2019-03-04 11:44:29 -08:00
Brett T. Warden dce6f599f8 Initializing from prior repo 2019-03-04 11:41:50 -08:00