Lines 1-6
Link Here
|
1 |
--- src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig 2015-02-12 11:08:13.000000000 -0500 |
1 |
--- src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig 2019-01-28 03:54:17 UTC |
2 |
+++ src/VBox/Additions/x11/Installer/98vboxadd-xclient 2015-02-12 14:38:40.689104000 -0500 |
2 |
+++ src/VBox/Additions/x11/Installer/98vboxadd-xclient |
3 |
@@ -28,9 +28,9 @@ |
3 |
@@ -30,10 +30,10 @@ elif test -z "${SSH_CONNECTION}"; then |
4 |
# This script can also be triggered by a connection over SSH, which is not |
4 |
# This script can also be triggered by a connection over SSH, which is not |
5 |
# what we had in mind, so we do not start VBoxClient in that case. We do |
5 |
# what we had in mind, so we do not start VBoxClient in that case. We do |
6 |
# not use "exit" here as this script is "source"d, not executed. |
6 |
# not use "exit" here as this script is "source"d, not executed. |
Lines 9-17
Link Here
|
9 |
- /usr/bin/VBoxClient --display |
9 |
- /usr/bin/VBoxClient --display |
10 |
- /usr/bin/VBoxClient --seamless |
10 |
- /usr/bin/VBoxClient --seamless |
11 |
- /usr/bin/VBoxClient --draganddrop |
11 |
- /usr/bin/VBoxClient --draganddrop |
|
|
12 |
- /usr/bin/VBoxClient --vmsvga-x11 # In case VMSVGA emulation is enabled |
12 |
+ /usr/local/bin/VBoxClient --clipboard |
13 |
+ /usr/local/bin/VBoxClient --clipboard |
13 |
+ /usr/local/bin/VBoxClient --checkhostversion |
14 |
+ /usr/local/bin/VBoxClient --checkhostversion |
14 |
+ /usr/local/bin/VBoxClient --display |
15 |
+ /usr/local/bin/VBoxClient --display |
15 |
+ /usr/local/bin/VBoxClient --seamless |
16 |
+ /usr/local/bin/VBoxClient --seamless |
16 |
+ /usr/local/bin/VBoxClient --draganddrop |
17 |
+ /usr/local/bin/VBoxClient --draganddrop |
|
|
18 |
+ /usr/local/bin/VBoxClient --vmsvga-x11 # In case VMSVGA emulation is enabled |
17 |
fi |
19 |
fi |