1.5.8(enhance): add open-vm-tools-desktop to recipe.json

Adding open-vm-tools-desktop tools package required for guest vm resizing, copy and paste, drag and drop functions. Ref: https://github.com/Vanilla-OS/os/issues/45

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
main
K.B.Dharun Krishna 2 years ago
parent ac51f171ae
commit 4623dcd61d
No known key found for this signature in database
GPG Key ID: 678DE07A9695FEBB

@ -1 +1 @@
1.5.7
1.5.8

3
debian/changelog vendored

@ -1,5 +1,6 @@
vanilla-first-setup (1.5.7) kinetic; urgency=critical
vanilla-first-setup (1.5.8) kinetic; urgency=critical
* Fix reboot button not being hidden
* Add open-vm-tools-desktop to recipe.json
-- Mirko Brombin <send@mirko.pm> Thu, 29 Dec 2022 14:35:00 +0000

@ -417,7 +417,7 @@
{
"if": "vm",
"type": "command",
"commands": ["apt install -y open-vm-tools"]
"commands": ["apt install -y open-vm-tools open-vm-tools-desktop"]
}
]
},

Loading…
Cancel
Save