Results 139 comments of Ivan Kara

```yml button_3: View Snapshot url_3: "{{base_url}}/api/frigate{{client_id}}/notifications/{{id}}/snapshot.jpg" button_2: "" url_2: "" button_1: "" url_1: "" ``` ![photo_6084521727355895549_y](https://github.com/user-attachments/assets/69269521-a4d8-495d-9d5e-4363af985946)

where is the actual bug do you think @Erithax ? of course as you observed this doesn't happen on winforms and wpf and only happens on winui but the same...

sorry for not looking into the HA integration code before opening this issue. i realized that HA does not even provide an api to query the username. however i am...

yes i have been using it for weeks now without any problems. the prebuilt docker container is also on my github repo packages.

hi @nana4rider indeed. i wasnt really aware that the response was wrapped and not the actual user info itself. i believe that was because i mistakenly following the other provider...

@hifron that env does not work for me. i had to copy my entire `env` into the crontab file to make it work. not sure which one is really making...

@keshavbhatt do you know exactly which environment variables are required to make it able to run from inside crontab?

@keshavbhatt according to [this](https://stackoverflow.com/questions/10374520/gsettings-with-cron) it is `DBUS_SESSION_BUS_ADDRESS` that is required by the `gsettings` program to be able to run properly from crontab. edit: im using wayland.

fix: ```sh #!/bin/bash export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus export QT_QPA_PLATFORM=offscreen /snap/bin/bing-wall --set ``` to test: `env -i thescript.sh` note: `env -i` resets the environment variable supplied by the gui terminal so it acts...

@keshavbhatt latest update seems to partially break my script now. after setting the wallpaper, instead of immediately exiting it is stuck with this message: ``` Gtk-Message: 18:54:29.441: Failed to load...