From f00f8de8f3cc5ce97e216e55824d55def529ab3f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 30 May 2024 17:49:37 +0300 Subject: [PATCH] chore: Update KasmVNC to use XFCE desktop environment --- kasmvnc/README.md | 2 +- kasmvnc/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kasmvnc/README.md b/kasmvnc/README.md index 1de4a91..40bf6fc 100644 --- a/kasmvnc/README.md +++ b/kasmvnc/README.md @@ -9,7 +9,7 @@ tags: [helper, vnc, desktop] # KasmVNC -Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and create an app to access it via the dashboard. Add latest version of KasmVNC with [`lxde`](https://www.lxde.org/) desktop environment: +Automatically install [KasmVNC](https://kasmweb.com/kasmvnc) in a workspace, and create an app to access it via the dashboard. Add latest version of KasmVNC with [`xfce`](https://xfce.org/) desktop environment. ```tf module "kasmvnc" { diff --git a/kasmvnc/main.tf b/kasmvnc/main.tf index ae36726..62a3c17 100644 --- a/kasmvnc/main.tf +++ b/kasmvnc/main.tf @@ -23,7 +23,7 @@ variable "port" { variable "desktop_environment" { type = string description = "The desktop environment to for KasmVNC (xfce, lxde, mate, etc)." - default = "lxde" + default = "xfce" } variable "kasm_version" {