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

unclutter initialization error #48

Closed
kskenyon opened this issue Jan 3, 2021 · 1 comment
Closed

unclutter initialization error #48

kskenyon opened this issue Jan 3, 2021 · 1 comment
Labels
question Further information is requested

Comments

@kskenyon
Copy link

kskenyon commented Jan 3, 2021

During initialization, the unclutter command is looking for an arg for the -display variable which is not provided. unclutter ends in an error though it still seems to work.

Kevin

@briangann briangann added question Further information is requested and removed needs investigation labels Jun 29, 2021
@briangann
Copy link
Collaborator

if your environment when launching the kiosk doesn't have the variable DISPLAY set, it is auto-setting it for you (and XAUTHORITY), this is normal behavior. If you did have multiple X displays (uncommon now, most span multiple screens), then setting these variables would be needed.

2021/06/28 12:13:49 command: /usr/bin/unclutter
2021/06/28 12:13:49 arg0: -display
2021/06/28 12:13:49 DISPLAY not set, autosetting to :0.0
2021/06/28 12:13:49 DISPLAY= :0.0
2021/06/28 12:13:49 XAUTHORITY not set, autosetting
2021/06/28 12:13:49 XAUTHORITY= /home/pi/.Xauthority

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants