docs: links update to fix warnings

This commit is contained in:
alfrix 2024-02-26 09:41:38 -03:00
parent 6a91e04532
commit d681105b1a
5 changed files with 10 additions and 10 deletions

View File

@ -4,9 +4,9 @@
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
os: ubuntu-lts-latest
tools:
python: "3.11"
python: latest
mkdocs:
configuration: mkdocs.yml
# Optionally declare the Python requirements required to build your docs

View File

@ -15,19 +15,19 @@ KlipperScreen was not designed to work with OctoPrint and there are no plans to
| Desktop environment | Console |
|:------------------------------------------:|:--------------------------------------------:|
| ![de](../img/troubleshooting/desktop.png) | ![boot](../img/troubleshooting/boot.png) |
| Desktop environment | Console |
| ![delog](../img/troubleshooting/delog.png) | ![clilog](../img/troubleshooting/clilog.png) |
| ![de](img/troubleshooting/desktop.png) | ![boot](img/troubleshooting/boot.png) |
| Desktop environment | Console |
| ![delog](img/troubleshooting/delog.png) | ![clilog](img/troubleshooting/clilog.png) |
## Can i use KlipperScreen as a desktop application?
Yes, First disable the service:
```shell
sudo systemctl disable KlipperScreen
sudo systemctl disable KlipperScreen
```
and open the application via the menu when you need it.
you can also find the shortcut in `KlipperScreen/scripts/KlipperScreen.desktop`
you can also find the shortcut in `KlipperScreen/scripts/KlipperScreen.desktop`

View File

@ -31,4 +31,4 @@ Follow the manufacturer instructions on how to install your screen. In general i
## Touchscreen touch rotation
[Moved to Touch issues](../Troubleshooting/Touch_issues/#touch-rotation-and-matrix)
[Moved to Touch issues](Troubleshooting/Touch_issues.md#touch-rotation-and-matrix)

View File

@ -9,7 +9,7 @@ Once you have established that the screen is working, then proceed installing Kl
## Setup
The installation process is meant for a non-desktop version of the OS for example RaspberryOS Lite, but it should work on other debian derivatives.
[Click to learn how to check if you installed a desktop version](../../FAQ/#how-to-check-if-you-have-a-desktop-environment)
[Click to learn how to check if you installed a desktop version](FAQ.md#how-to-check-if-you-have-a-desktop-environment)
If you installed a desktop (GUI version) of the OS and want to run KlipperScreen exclusively then do:
```sh title="Boot to console / KlipperScreen"

View File

@ -24,4 +24,4 @@ If it still doesn't work, or you did something else to make it work and want to
[Contact us](../Contact.md)
Remember to share the logs, as those aid a lot in the troubleshooting.
Remember to share the logs, as those aid a lot in the troubleshooting.