Salamek / chromium-kiosk

Chromium kiosk is simple package turning your Archlinux or Debian (and alike) based PC/Raspberry into simple web kiosk using chromium.
GNU General Public License v3.0
60 stars 10 forks source link

page reloads ever few seconds #90

Closed euphorah closed 4 months ago

euphorah commented 4 months ago

problem

page auto-refreshes (crashing? would crashing go back to HOME_PAGE? it refreshes on whichever page was clicked on)

configuration

same issue occurs with debian (12.6.0-amd64-netinst.iso) & archinstall (archlinux-2024.07.01-x86_64) minimum installs over 15 reinstall attempts with various configurations over the past week

attempted window managers: cage (archlinux, debian) & xorg (archlinux)

janky unfit solution (all via ssh)

change password for chromium-kiosk login as chromium-kiosk chromium-kiosk run no more auto-refreshing

think this might be something im doing wrong?

Salamek commented 4 months ago

Can you please post your config.yml?

Salamek commented 4 months ago

Also it is possible that this change causes this issue? https://github.com/Salamek/qiosk/commit/2c9ecb0628d6058282b6cbe3a5c716fbb1bcb87c

Can you try with qiosk 1.7.1? I have uploaded packaged for your distros to release https://github.com/Salamek/qiosk/releases/tag/1.7.1

euphorah commented 4 months ago

resolved, thank you (except new issue introduced described below)

sudo pacman -Sy wget

wget https://github.com/Salamek/qiosk/releases/download/1.7.1/qiosk-1.7.1-1-x86_64.pkg.tar.zst

sudo pacman -U qiosk-1.7.1-1-x86_64.pkg.tar.zst


first reboot worked fine; majority of subsequent reboots ERR_INTERNET_DISCONNECTED

janky solution enable NAV_BAR, manually press refresh


all my troubleshooting config.yml starts fresh with default

default landing page auto reload wasn't noticeable until clicking View on GitHub which exhibits similar behavior to majority of the web

Salamek commented 4 months ago

I was able to replicate your issue... fix incoming...

Salamek commented 4 months ago

@euphorah qiosk 1.8.1 should fix this issue, please update and let me know if it is ok, THX!

euphorah commented 4 months ago

qiosk 1.8.1 should fix this issue

both issues resolved, thank you (tested by updating packages and again with a fresh archlinux install)