Your message dated Thu, 17 Jan 2019 08:49:42 +0100
with message-id <[email protected]>
and subject line Re: Won't fix until the patch is upstreamed
has caused the Debian Bug report #800904,
regarding virtualbox-guest-x11: notify-send in guest additions X11 client is
noisy and scary
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
800904: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800904
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: virtualbox-guest-x11
Version: 5.0.6-dfsg-1~bpo8+1
Severity: minor
Tags: patch
I am maintaining a distribution based on Debian Live. We have
virtualbox-guest-x11 in our default package list so that the
distribution also runs fine in VirtualBox. But when the system is *not*
running in VirtualBox, which is the main use case, the guest additions
X11 client shows a big warning message at startup via notify-send on the
desktop. This is unnecessary and really scares normal users. Therefore I
propose to use a simple echo instead of notify-send. Please see the
attached patch for a fix.
-- System Information:
Debian Release: 8.2
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 4.2.0-1+lernstick.1-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages virtualbox-guest-x11 depends on:
ii libc6 2.19-18+deb8u1
ii libnotify-bin 0.7.6-2
ii libx11-6 2:1.6.2-3
ii libxcomposite1 1:0.4.4-1
ii libxdamage1 1:1.1.4-2+b1
ii libxext6 2:1.3.3-1
ii libxfixes3 1:5.0.1-2+b2
ii libxmu6 2:1.1.2-1
ii libxt6 1:1.1.4-1+b1
ii virtualbox-guest-utils 5.0.6-dfsg-1~bpo8+1
ii xserver-xorg-core [xorg-video-abi-18] 2:1.16.4-1
virtualbox-guest-x11 recommends no packages.
virtualbox-guest-x11 suggests no packages.
-- no debconf information
Description: silence the guest additions X11 client
When not running in VirtualBox, the guest additions X11 client shows a warning
message via notify-send. This is unnecessary and scares users. Therefore
we use a simple echo instead of notify-send.
Author: Ronny Standtke <[email protected]>
---
---
virtualbox-5.0.6-dfsg.orig/src/VBox/Additions/x11/Installer/98vboxadd-xclient
+++ virtualbox-5.0.6-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."
+ echo "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
--- End Message ---
--- Begin Message ---
On Mon, 12 Oct 2015 15:44:19 +0200 Gianfranco Costamagna
<[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> Hi Ronny, I personally won't change this until the bug is reported
> upstream and fixed there.
>
> The patch also is incomplete, it needs at least on control file, a
> remove of libnotify-bin from runtime dependencies.
>
> Please report the issue upstream [1], link it there and ping us if you
> have an upstream commit to cherry-pick.
>
notify-send is now sent in background.
Closing
G.
> cheers,
>
> Gianfranco
>
> [1] https://www.virtualbox.org/wiki/Community
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2
>
> iQIcBAEBCAAGBQJWG7kzAAoJEPNPCXROn13ZQCIP/2ugM8mx/qIFe9pjKPtl1mch
> MwTRCHZinGqh0shyrDPVIPTZwaU3TDzc9sU6pTVXAkrUN1NC0txE15/zr7ktt9Qs
> i/AHr3Nz5DPqiAIC8Zau/kIHMdDNaZmPu0ZveALo0INOgJhA+aDTRKvLecCwAwVO
> +mXMMy+fqCDOOKWxuWwyf4VfbyTjEPex2/EWBdTj53gTpR2rsqh4gt+ryleDrJD6
> DnTarqzBuUDKmX8j/Wa2SP93eAZUbPBT1kWlSYHscju39Y9K2FnWayInGIGrko08
> wEL7ap2zybLTybhES8QUv95MjoW1NdfGSQZGEkXLvCyDiHSkKjG8VhEQEk70xexr
> 4Z0yOrDqUmVrcV9yBmyi38FF7neJXNVS7qOxvhfm2+a9HiKFI8Vi13oGL59f2LML
> wia8A84ROoGrfcnYVEoeMLJFRKt2ZyLy1xdebLeRmrvFDTj0iKJBC84ARUimgYt6
> xcgjLEvAJFnku3vSuJCyalmkDstVShHGfu+AfGydjmJhJguMzaf7+baPzaLf52si
> 8q2pC+nz5QnRoaUPLrLoII7VU95PUpPvvz4OFYpobYa4Wwwru/+TDSuRPsCd0T8L
> 5eT077fKiqT+Krtc4rA5bLyUI+4YpEKjvU7E5SQku/CtdPtV12WElvxepuCcrwoL
> mlAswQz7inm640VQpNuO
> =J1O3
> -----END PGP SIGNATURE-----
>
>
--- End Message ---