public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Install the new VBoxDRMClient binary and make vboxclient.service
Date: Sun, 12 Jul 2026 20:58:00 GMT [thread overview]
Message-ID: <178388988037.1.1879412734579516407.rpms-virtualbox-guest-additions-8f891c116ca9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/virtualbox-guest-additions
Branch : alext-upd-to-7.2.12
Commit : 8f891c116ca9e0de3081b07244d4f311d3777e59
Author : Hans de Goede <hdegoede@redhat.com>
Date : 2020-06-08T17:38:28+02:00
Stats : +13/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/8f891c116ca9e0de3081b07244d4f311d3777e59?branch=alext-upd-to-7.2.12
Log:
Install the new VBoxDRMClient binary and make vboxclient.service
run that instead of VBoxClient, this fixes VM display resizing when
the guest is running a Wayland session
---
diff --git a/VirtualBox-5.2.10-xclient.patch b/VirtualBox-5.2.10-xclient.patch
index 529a1b5..308a8ee 100644
--- a/VirtualBox-5.2.10-xclient.patch
+++ b/VirtualBox-5.2.10-xclient.patch
@@ -1,6 +1,6 @@
--- ./src/VBox/Additions/x11/Installer/98vboxadd-xclient.orig 2020-06-06 06:20:12.079227656 +0100
+++ ./src/VBox/Additions/x11/Installer/98vboxadd-xclient 2020-06-06 06:26:55.886940895 +0100
-@@ -21,15 +21,9 @@ for i in $HOME/.vboxclient-*.pid; do
+@@ -21,18 +21,11 @@ for i in $HOME/.vboxclient-*.pid; do
test -w $i || rm -f $i
done
@@ -19,3 +19,6 @@
/usr/bin/VBoxClient --clipboard
/usr/bin/VBoxClient --checkhostversion
/usr/bin/VBoxClient --seamless
+ /usr/bin/VBoxClient --draganddrop
+- /usr/bin/VBoxClient --vmsvga # In case VMSVGA emulation is enabled
+ fi
diff --git a/vboxclient.service b/vboxclient.service
index eda5913..3fabb54 100644
--- a/vboxclient.service
+++ b/vboxclient.service
@@ -4,5 +4,5 @@ ConditionVirtualization=|oracle
[Service]
Type=simple
-ExecStart=/usr/bin/VBoxClient -f --vmsvga
+ExecStart=/usr/bin/VBoxDRMClient
Restart=on-failure
diff --git a/virtualbox-guest-additions.spec b/virtualbox-guest-additions.spec
index dc684ee..36694d0 100644
--- a/virtualbox-guest-additions.spec
+++ b/virtualbox-guest-additions.spec
@@ -2,7 +2,7 @@
Name: virtualbox-guest-additions
Version: 6.1.10
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: VirtualBox Guest Additions
License: GPLv2 or (GPLv2 and CDDL)
URL: https://www.virtualbox.org/wiki/VirtualBox
@@ -121,6 +121,7 @@ mkdir -p %{buildroot}%{_libdir}/security
install -m 0755 -t %{buildroot}%{_sbindir} \
obj/bin/additions/VBoxService
install -m 0755 -t %{buildroot}%{_bindir} \
+ obj/bin/additions/VBoxDRMClient \
obj/bin/additions/VBoxClient \
obj/bin/additions/VBoxControl
@@ -168,6 +169,7 @@ getent passwd vboxadd >/dev/null || \
%{_bindir}/VBoxClient
%{_bindir}/VBoxControl
%{_bindir}/VBoxClient-all
+%{_bindir}/VBoxDRMClient
%{_sbindir}/VBoxService
%{_libdir}/security/pam_vbox.so
%{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
@@ -179,6 +181,11 @@ getent passwd vboxadd >/dev/null || \
%changelog
+* Mon Jun 08 2020 Hans de Goede <hdegoede@redhat.com> - 6.1.10-2
+- Install the new VBoxDRMClient binary and make vboxclient.service
+ run that instead of VBoxClient, this fixes VM display resizing when
+ the guest is running a Wayland session
+
* Sat Jun 06 2020 Sérgio Basto <sergio@serjux.com> - 6.1.10-1
- Update Virtualbox Guest Additions to 6.1.10
reply other threads:[~2026-07-12 20:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178388988037.1.1879412734579516407.rpms-virtualbox-guest-additions-8f891c116ca9@fedoraproject.org \
--to=hdegoede@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox