Changeset 71386 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Mar 20, 2018 9:21:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/Installer/98vboxadd-xclient
r69500 r71386 24 24 if ! test -c /dev/vboxguest 2>/dev/null; then 25 25 # Do not start if the kernel module is not present. 26 notify-send "VBoxClient: the VirtualBox kernel service is not running. Exiting." 26 # Execute notify-send in the back-ground to avoid racing with sddm, 27 # as notify-send may wait for sddm to start while it waits for us to exit. 28 notify-send "VBoxClient: the VirtualBox kernel service is not running. Exiting." & 27 29 elif test -z "${SSH_CONNECTION}"; then 28 30 # This script can also be triggered by a connection over SSH, which is not
Note:
See TracChangeset
for help on using the changeset viewer.