diff --git a/VirtualBox-7.0.10-VBoxClient-all-disable-notification.patch b/VirtualBox-7.0.10-VBoxClient-all-disable-notification.patch new file mode 100644 index 0000000..bb131fa --- /dev/null +++ b/VirtualBox-7.0.10-VBoxClient-all-disable-notification.patch @@ -0,0 +1,12 @@ +--- VirtualBox-7.0.10/src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig 2023-09-13 21:47:24.298300105 +0200 ++++ VirtualBox-7.0.10/src/VBox/Additions/x11/Installer/98vboxadd-xclient 2023-09-13 21:47:41.654258752 +0200 +@@ -35,7 +35,8 @@ + # Do not start if the kernel module is not present. + # Execute notify-send in the back-ground to avoid racing with sddm, + # as notify-send may wait for sddm to start while it waits for us to exit. +- 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/VirtualBox.spec b/VirtualBox.spec index 11092d8..3387b40 100644 --- a/VirtualBox.spec +++ b/VirtualBox.spec @@ -18,7 +18,7 @@ Name: VirtualBox Version: 7.0.10 -Release: 1mamba +Release: 2mamba Summary: A general-purpose full virtualizer for x86 hardware Group: Graphical Desktop/Applications/Utilities Vendor: openmamba @@ -55,6 +55,7 @@ Patch12: VirtualBox-6.1.10-vboxweb-gsoap.patch Patch13: VirtualBox-6.1.18-kernel-5.10.patch Patch14: VirtualBox-6.1.34-ffreestanding.patch Patch15: VirtualBox-7.0.10-dxvk-native-gcc-13.2.patch +Patch16: VirtualBox-7.0.10-VBoxClient-all-disable-notification.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -190,7 +191,8 @@ X.org mouse driver for VirtualBox guest machine. #%patch12 -p1 #%patch13 -p1 #%patch14 -p1 -b .ffreestanding -%patch15 -p 1 +%patch 15 -p1 +%patch 16 -p1 %ifarch %{ix86} sed -i "s|VBOX_SUPPORTED_HOST_ARCHS := amd64|VBOX_SUPPORTED_HOST_ARCHS := x86|" Config.kmk @@ -669,6 +671,9 @@ KERNEL=/boot/vmlinuz-$KVER %{_libdir}/%{name}/additions/VBoxGuestAdditions.iso %changelog +* Wed Sep 13 2023 Silvan Calarco 7.0.10-2mamba +- patched VBoxClient-all to avoid showing a notification on desktop login if vboxclient driver is not loaded + * Wed Aug 30 2023 Automatic Build System 7.0.10-1mamba - automatic version update by autodist