From f4f3a659b7663cf52c2f2e1fa8e58ed4000e29c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:49:11 +0200 Subject: Adding debian version 7.0.6-dfsg-1. Signed-off-by: Daniel Baumann --- debian/patches/32-disable-guest-version-check.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 debian/patches/32-disable-guest-version-check.patch (limited to 'debian/patches/32-disable-guest-version-check.patch') diff --git a/debian/patches/32-disable-guest-version-check.patch b/debian/patches/32-disable-guest-version-check.patch new file mode 100644 index 00000000..e7339240 --- /dev/null +++ b/debian/patches/32-disable-guest-version-check.patch @@ -0,0 +1,16 @@ +Description: Disable notifications about outdated guest additions. +Author: Felix Geyer + +Index: virtualbox/src/VBox/Additions/x11/VBoxClient/hostversion.cpp +=================================================================== +--- virtualbox.orig/src/VBox/Additions/x11/VBoxClient/hostversion.cpp ++++ virtualbox/src/VBox/Additions/x11/VBoxClient/hostversion.cpp +@@ -94,7 +94,7 @@ + * Guest Additions. Distributors are encouraged to customise this. */ + RTStrPrintf(szMsg, sizeof(szMsg), "Your virtual machine is currently running the Guest Additions version %s. Since you are running a version of the Guest Additions provided by the operating system you installed in the virtual machine we recommend that you update it to at least version %s using that system's update features, or alternatively that you remove this version and then install the " VBOX_VENDOR_SHORT " Guest Additions package using the install option from the Devices menu. Please consult the documentation for the operating system you are running to find out how to update or remove the current Guest Additions package.", pszGuestVersion, pszHostVersion); + # endif /* VBOX_OSE */ +- rc = VBClShowNotify(szTitle, szMsg); ++ //rc = VBClShowNotify(szTitle, szMsg); + } + + /* Store host version to not notify again */ -- cgit v1.2.3