summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-06-27 20:40:47 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-06-27 20:40:47 -0400
commit6a5a8945ed97af790e45ea05ca2c74657a489f88 (patch)
tree2aca08292d92e6031f59ec0989281c21ed3eaa37 /docs
parent8a8360726bc2f1ecec14ace2eb091cbd85819cb7 (diff)
docs: Add a section in troubleshooting on snap
Diffstat (limited to 'docs')
-rw-r--r--docs/content/troubleshooting.md4
1 files changed, 4 insertions, 0 deletions
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.