summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--README.md2
-rw-r--r--docs/content/support/official.md14
3 files changed, 13 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index ddf0a0b3..e481bc6e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -6,7 +6,7 @@ labels: "bug"
assignees: ""
---
-Before you report, please take a look at [Troubleshooting](https://clementtsang.github.io/bottom/nightly/troubleshooting) to see if there's already an answer to your problem. Also check out [existing issues](https://github.com/ClementTsang/bottom/issues) and [known problems](https://clementtsang.github.io/bottom/nightly/support/#known-problems) to see if your problem is already reported/known/fixed.
+Before you report, please take a look at [Troubleshooting](https://clementtsang.github.io/bottom/nightly/troubleshooting) to see if there's already an answer to your problem. Also check out [existing issues](https://github.com/ClementTsang/bottom/issues) and [known problems](https://clementtsang.github.io/bottom/nightly/support/official/#known-problems) to see if your problem is already reported/known/fixed.
Also, **please fill in all fields if possible** - if the issue is too hard to reproduce or vague, it may not be fixed!
diff --git a/README.md b/README.md
index 6b8e3b45..819d3dc0 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ bottom _officially_ supports the following operating systems and corresponding a
These platforms are tested to work for the most part and issues on these platforms will be fixed if possible.
Furthermore, binaries are expected to be built and tested using the most recent version of stable Rust.
-For more details on known problems and unsupported platforms, feel free to check out [the documentation page on support](https://clementtsang.github.io/bottom/nightly/support).
+For more details on known problems and unsupported platforms, feel free to check out [the documentation page on support](https://clementtsang.github.io/bottom/nightly/support/official/).
## Installation
diff --git a/docs/content/support/official.md b/docs/content/support/official.md
index bbd80b2f..dea0858a 100644
--- a/docs/content/support/official.md
+++ b/docs/content/support/official.md
@@ -13,13 +13,21 @@ bottom from the repo/source, then please try that as well.
## Known problems
+### Linux
+
+- If you're using Linux via WSL or WSL2:
+ - You may have issues with getting memory data.
+ - Temperature sensors may not be correctly reported.
+ - WSL2 will not match Windows' own Task Manager in terms of data.
+
### Windows
- The temperature widget seems to require elevated access in some cases to get data.
- The battery widget seems to have issues with dual battery systems, like some Thinkpads.
-- If you run on WSL/WSL2, you may have issues with getting memory data.
-- WSL and WSL2 (as far as I know) cannot correctly report temperature sensors.
-- WSL2 will not match Windows' own Task Manager in terms of data.
+- If you are using WSL or WSL2:
+ - You may have issues with getting memory data.
+ - Temperature sensors may not be correctly reported.
+ - WSL2 will not match Windows' own Task Manager in terms of data.
### macOS