[Pkg-virtualbox-commits] [virtualbox] 01/01: Upload to unstable
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Fri Mar 16 13:00:08 UTC 2018
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository virtualbox.
commit 6688b09ee1fc1bd2b45b3c644f13141291baa9a8
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Mar 16 13:58:56 2018 +0100
Upload to unstable
---
debian/changelog | 7 +++++++
debian/patches/notify-send.patch | 18 ++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 26 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 8f978f4..f94e642 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+virtualbox (5.2.8-dfsg-3) unstable; urgency=medium
+
+ * Do not delay startup because of notify-send not being ready
+ (Closes: #880594, LP: #1722745)
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 16 Mar 2018 13:56:41 +0100
+
virtualbox (5.2.8-dfsg-2) unstable; urgency=medium
* Update dh_systemd_enable to run only with guest-utils package
diff --git a/debian/patches/notify-send.patch b/debian/patches/notify-send.patch
new file mode 100644
index 0000000..cb74c4d
--- /dev/null
+++ b/debian/patches/notify-send.patch
@@ -0,0 +1,18 @@
+Description: Run notify-send in background, to not delay daemon startup
+Author: Gianfranco Costamagna <locutusofborg at debian.org>
+Bug-Debian: https://bugs.debian.org/880594
+Bug-Ubuntu: https://launchpad.net/bugs/1722745
+Forwarded: yes (irc)
+Last-Update: 2018-03-16
+
+--- virtualbox-5.2.8-dfsg.orig/src/VBox/Additions/x11/Installer/98vboxadd-xclient
++++ virtualbox-5.2.8-dfsg/src/VBox/Additions/x11/Installer/98vboxadd-xclient
+@@ -23,7 +23,7 @@ done
+
+ if ! test -c /dev/vboxguest 2>/dev/null; then
+ # Do not start if the kernel module is not present.
+- notify-send "VBoxClient: the VirtualBox kernel service is not running. Exiting."
++ notify-send "VBoxClient: the VirtualBox kernel service is not running. Exiting." &
+ elif test -z "${SSH_CONNECTION}"; then
+ # This script can also be triggered by a connection over SSH, which is not
+ # what we had in mind, so we do not start VBoxClient in that case. We do
diff --git a/debian/patches/series b/debian/patches/series
index 244fb70..34b5dfe 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -16,3 +16,4 @@
36-fix-vnc-version-string.patch
37-python-3.6-support.patch
fix-build.patch
+notify-send.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git
More information about the Pkg-virtualbox-commits
mailing list