Commit aa4890f
fix(kasmvnc): update kasmvnc desktop environment list to match upstream (#598)
## Description This PR makes the following changes to `coder/modules/kasmvnc`: - Update desktop environment list for the KasmVNC module Currently upstream supports a number of [additional Desktop Environments](https://github.com/kasmtech/KasmVNC/blob/v1.4.0/unix/vncserver.man#L56-L67). The change updates the list so that DEs like Mate are supported. Do note that `manual` is also supported if `$HOME/.vnc/xstartup` is supplied, so this has been added as another option, too. ## Type of Change - [ ] New module - [ ] New template - [X] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other ## Module Information <!-- Delete this section if not applicable --> **Path:** `registry/coder/modules/kasmvnc` **New version:** `v1.2.7` **Breaking change:** [ ] Yes [X] No ## Testing & Validation - [X] Tests pass (`bun test`) - [X] Code formatted (`bun fmt`) - [X] Changes tested locally ## Related Issues None Co-authored-by: DevCats <[email protected]>1 parent ab6799a commit aa4890f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments