diff options
| -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 |
