public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Install the new VBoxDRMClient binary and make vboxclient.service
@ 2026-07-12 20:58 Hans de Goede
  0 siblings, 0 replies; only message in thread
From: Hans de Goede @ 2026-07-12 20:58 UTC (permalink / raw)
  To: git-commits

          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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-12 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 20:58 [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Install the new VBoxDRMClient binary and make vboxclient.service Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox