Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return to main dashboard when idle #11

Open
piekarz376 opened this issue Oct 17, 2019 · 2 comments
Open

Return to main dashboard when idle #11

piekarz376 opened this issue Oct 17, 2019 · 2 comments
Labels
enhancement New feature or request no stalebot exempt from stale bot

Comments

@piekarz376
Copy link

I just tried your solution on raspbian (buster) and It works perfectly, the only thing I am missing is return to main dashboard when iddle, as my dashboard is on interactive screen. I was trying to fix it by installing chromium plug-in but it didn't helped. Any ideas for walkaround? Or feature maybe?

@briangann
Copy link
Collaborator

that would be a new feature, once the kiosk has logged in it doesn't do anything else.

@briangann briangann added the enhancement New feature or request label Oct 17, 2019
@briangann briangann changed the title Return to main dashboard when iddle Return to main dashboard when idle Oct 17, 2019
@piekarz376
Copy link
Author

I did attempt to add this to code, but I am very bad at it and I've never written anything in golang. This resulted in failure.

On the other hand I got walkaround:
I am checking if system is idle for 5 minutes and if so I execute command throgugh sh script:

xdotool key --window "$(xdotool search --class Chrome | head -n 1)" alt+Left

Maybe someone will find it helpful

@briangann briangann added this to To do in grafana-kiosk Dec 20, 2019
@github-actions github-actions bot added the stale label Mar 7, 2023
@briangann briangann added no stalebot exempt from stale bot and removed stale labels Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request no stalebot exempt from stale bot
Projects
grafana-kiosk
  
To do
Development

No branches or pull requests

2 participants