From 6a5a8945ed97af790e45ea05ca2c74657a489f88 Mon Sep 17 00:00:00 2001 From: ClementTsang Date: Sun, 27 Jun 2021 20:40:47 -0400 Subject: [PATCH] docs: Add a section in troubleshooting on snap --- docs/content/troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/troubleshooting.md b/docs/content/troubleshooting.md index 4a1f04dc..f93aa1e4 100644 --- a/docs/content/troubleshooting.md +++ b/docs/content/troubleshooting.md @@ -78,3 +78,7 @@ If you want to use a config file in another location, use the `--config` or `-C` ```bash btm -C path_to_config ``` + +## My installation through snap has some widgets that are blank/show no data + +Make sure bottom is given the correct permissions. [Snapcraft](https://snapcraft.io/docs/interface-management) explains how to do so.