From 4623dcd61d36acf650001592cad8f97f3a295f45 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sun, 1 Jan 2023 13:39:03 +0530 Subject: [PATCH] 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 --- VERSION | 2 +- debian/changelog | 3 ++- recipe.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index f5a0d9d..1cc9c18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.7 \ No newline at end of file +1.5.8 diff --git a/debian/changelog b/debian/changelog index 389ca5f..d607351 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 29 Dec 2022 14:35:00 +0000 diff --git a/recipe.json b/recipe.json index bdd31b5..37fdaec 100644 --- a/recipe.json +++ b/recipe.json @@ -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"] } ] },