diff --git a/cmake/prep/options.cmake b/cmake/prep/options.cmake
index 19f5a202..8438d775 100644
--- a/cmake/prep/options.cmake
+++ b/cmake/prep/options.cmake
@@ -10,7 +10,6 @@ set(SUNSHINE_PUBLISHER_ISSUE_URL "https://github.com/ClassicOldSong/Apollo/issue
option(BUILD_DOCS "Build documentation" OFF)
option(BUILD_TESTS "Build tests" OFF)
option(NPM_OFFLINE "Use offline npm packages. You must ensure packages are in your npm cache." OFF)
-option(TESTS_ENABLE_PYTHON_TESTS "Enable Python tests" ON)
option(BUILD_WERROR "Enable -Werror flag." OFF)
diff --git a/docs/contributing.md b/docs/contributing.md
index 354ee7d6..95a6e7ab 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -5,8 +5,8 @@ Read our contribution guide in our organization level
## Recommended Tools
| Tool | Description |
-|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-|
CLion | Recommended IDE for C++ development. Free licenses available for open source developers through the [JetBrains Open Source Program](https://www.jetbrains.com/community/opensource/). |
+|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------|
+|
CLion | Recommended IDE for C and C++ development. Free for non-commercial use. |
## Project Patterns
diff --git a/docs/getting_started.md b/docs/getting_started.md
index adc7a171..88f40844 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -494,6 +494,7 @@ All shortcuts start with `Ctrl+Alt+Shift`, just like Moonlight.
instead it simply starts a stream. If you removed it and would like to get it back, just add a new application with
the name "Desktop" and "desktop.png" as the image path.
* For the Linux flatpak you must prepend commands with `flatpak-spawn --host`.
+* If inputs (mouse, keyboard, gamepads...) aren't working after connecting, add the user running sunshine to the `input` group.
### HDR Support
Streaming HDR content is officially supported on Windows hosts and experimentally supported for Linux hosts.
diff --git a/gh-pages-template/index.html b/gh-pages-template/index.html
index 9b0c2f5e..091e9666 100644
--- a/gh-pages-template/index.html
+++ b/gh-pages-template/index.html
@@ -465,6 +465,36 @@ ext-js:
+
+