Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Oct 16, 2023
2 parents e6a668c + 68bdada commit b5ef1b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ apt update
apt install chromium-kiosk
```

WARNING: Debian 11 `libqt5webengine5` has broken integrated PDF reader, if you need to use PDFs in your kiosk, you will need to add debian backports repo and install `qt6-qiosk` (QT6 port of qiosk):
> WARNING: Debian 11 `libqt5webengine5` has broken integrated PDF reader, if you need to use PDFs in your kiosk, you will need to add debian backports repo and install `qt6-qiosk` (QT6 port of qiosk):
1) Add backports repository

Expand All @@ -80,6 +80,12 @@ echo "deb http://deb.debian.org/debian bullseye-backports main contrib non-free"
apt install qt6-qiosk
```

WARNING: Debian 12 armhf `qt6-webengine` used by QT6 `qiosk` is crashing with `SIGBUS` code but QT5 version works fine, use `qt5-qiosk` (QT5 port of qiosk):

2) Install QT5 version of qiosk
```
apt install qt5-qiosk
```

### Archlinux

Expand Down

0 comments on commit b5ef1b0

Please sign in to comment.