forked from pool/virtualbox
f82e2df3e8
- 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
14 lines
275 B
Desktop File
14 lines
275 B
Desktop File
[Unit]
|
|
Description=VirtualBox guest VMSVGA resize client
|
|
ConditionVirtualization=|oracle
|
|
ExecCondition=sh -c '[[ "$XDG_SESSION_TYPE" == "wayland" ]] || exit -1'
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/VBoxDRMClient
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|