From 5a6003e7955f429526edc57de52e39b3312f94d1 Mon Sep 17 00:00:00 2001 From: Bailey Fox Date: Sun, 11 May 2025 09:54:23 -0500 Subject: [PATCH] Update TigerVNC documentation (#463) * Update TigerVNC documentation * Update programs/tigervnc.json Co-authored-by: Kamack38 <64226248+kamack38@users.noreply.github.com> --------- Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Co-authored-by: Kamack38 <64226248+kamack38@users.noreply.github.com> --- programs/tigervnc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/tigervnc.json b/programs/tigervnc.json index 2ea8118..c9dda9b 100644 --- a/programs/tigervnc.json +++ b/programs/tigervnc.json @@ -2,8 +2,8 @@ "files": [ { "path": "$HOME/.vnc", - "movable": false, - "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/TigerVNC/tigervnc/issues/1195\n" + "movable": true, + "help": "Supported by default.\n\nAll versions above 1.14.0 will automatically create directories at correct locations, consult `man vncviewer` to see where to move files.\n**WARNING: Failure to move files to the correct location can result in locking out VNC access**" } ], "name": "tigervnc" -- 2.47.3