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

ENABLED_BUTTONS array doesn't work #93

Closed iHamsin closed 3 months ago

iHamsin commented 3 months ago

Hello

Thank you for your project! I tried to disable all buttons except RELOAD: ENABLED_BUTTONS: ['reload'] Unfortunately it doesn't work after lots or tries Please advice me, what I doing wrong?

Salamek commented 3 months ago

Well you are doing nothing wrong, that functionality never got re-implemented in qiosk (it was implemented in old versions of chromium-kiosk that used chromium as browser and hacky extension to display navbar)... I was planning to implement it one day but forgot about it and since my paying customers did not need it and nobody here had any issue with that up until now... i'll look into implementing it correctly ASAP. (Sorry)

Salamek commented 3 months ago

@iHamsin should be working in chromium-kiosk 2.6 and qiosk 1.9

iHamsin commented 3 months ago

Thank you! You are great!