diff options
| author | K. Harishankar <hari2menon1234@gmail.com> | 2025-10-23 11:24:24 +0530 |
|---|---|---|
| committer | K. Harishankar <hari2menon1234@gmail.com> | 2025-10-23 11:25:49 +0530 |
| commit | afcc66069d104e4c02bc962e6bebd9c453c0f163 (patch) | |
| tree | 3c3a52af4e8c87b1846a41b0f1e1a94f6e462d93 /.github/README.md | |
| parent | e99302291dbf4787743f10da4eeef6caae10bd7f (diff) | |
add documentation for vncviewer
Diffstat (limited to '.github/README.md')
| -rw-r--r-- | .github/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/README.md b/.github/README.md index abad34e..6a4c2d6 100644 --- a/.github/README.md +++ b/.github/README.md @@ -98,6 +98,13 @@ The themes can be previewed using the [grub2-theme-preview](https://aur.archlinu grub2-theme-preview bsol ``` +If the theme viewer does not popup for any reason (for example using Wayland), you can use VNC viewer, for example [TigerVNC](https://wiki.archlinux.org/title/TigerVNC) to view it by giving the command: + +``` +vncviewer localhost +``` + + ## Troubleshooting Some fixes for issues that may help are as follows. All feedbacks are appreciated |
