VirtualBox

Changeset 71386 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
Mar 20, 2018 9:21:36 AM (7 years ago)
Author:
vboxsync
Message:

98vboxadd-xclient: execute notify-send in the background.
bugref:9146: Additions/x11: 98vboxadd-xclient involved in Plasma hang
See Debian bug 880594. notify-send may wait for KDE Plasma to be up before
returning, but we call it as part of session bring-up, which could cause a
hang.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/Installer/98vboxadd-xclient

    r69500 r71386  
    2424if ! test -c /dev/vboxguest 2>/dev/null; then
    2525   # 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." &
    2729elif test -z "${SSH_CONNECTION}"; then
    2830   # This script can also be triggered by a connection over SSH, which is not
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette