forked from jengelh/virtualbox
- Fix screen resizing under Wayland (boo#1194126 and boo#1194126)
New files are "VirtualBox-5.2.10-xclient.patch", "vboxclient.desktop",
"vboxclient.service", and "vboxservice.service"
The fixes were derived from looking at many hundreds of Web pages, and
by looking at the code in Fedora35. Thanks to RedHat for the help.
OBS-URL: https://build.opensuse.org/request/show/994409
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=650
10 lines
197 B
Desktop File
10 lines
197 B
Desktop File
[Unit]
|
|
Description=VirtualBox guest services
|
|
ConditionVirtualization=|oracle
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStartPre=-/usr/sbin/modprobe vboxguest
|
|
ExecStart=/usr/sbin/VBoxService -f
|
|
Restart=on-failure
|