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

[BUG] Preferences area is empty #163

Open
LeonardoCT opened this issue May 15, 2024 · 2 comments
Open

[BUG] Preferences area is empty #163

LeonardoCT opened this issue May 15, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@LeonardoCT
Copy link

Go Hass Agent Version
(go-hass-agent: v9.0.0)

Describe the bug
Preference area is empty

To Reproduce
Steps to reproduce the behaviour:

  1. Open the program
  2. Try to access settings

Expected behaviour
Accessing settings

Screenshots
Istantanea_2024-05-15_12-10-14

Logs
12:15PM DBG Debug logging enabled.
12:15PM DBG Setting language to [it].
12:15PM DBG Read sensor registry from disk.
12:15PM DBG Agent already registered.
12:15PM DBG Listening for notifications.
12:15PM DBG Starting worker funcs.
12:15PM DBG Could not find any script files.
12:15PM WRN Unable to monitor for active applications. No app tracking available.
12:15PM DBG Retrieved address. address=172.17.0.1 path=/org/freedesktop/NetworkManager/IP4Config/4 prefix=16
12:15PM DBG Monitoring connection state. connection="docker0 Connection State" path=/org/freedesktop/NetworkManager/ActiveConnection/2
12:15PM DBG Monitoring address changes. connection="docker0 Connection State" path=/org/freedesktop/NetworkManager/ActiveConnection/2
12:15PM DBG Retrieved address. address=192.168.1.54 path=/org/freedesktop/NetworkManager/IP4Config/2 prefix=24
12:15PM DBG Retrieved address. address=fd00::24c3:7fb3:f282:b7a6 path=/org/freedesktop/NetworkManager/IP6Config/2 prefix=64
12:15PM DBG Monitoring connection state. connection="Connessione via cavo 1 Connection State" path=/org/freedesktop/NetworkManager/ActiveConnection/1
12:15PM DBG Monitoring address changes. connection="Connessione via cavo 1 Connection State" path=/org/freedesktop/NetworkManager/ActiveConnection/1
12:15PM WRN Could not retrieve problem list. error="The name org.freedesktop.problems was not provided by any .service files"
12:15PM DBG Unable to retrieve property LidClosed (org.freedesktop.login1.Manager) error="dbus: invalid property LidClosed"
12:15PM WRN Could not retrieve lid status from D-Bus. Not tracking status. error="dbus: invalid property LidClosed"
12:15PM DBG Unable to retrieve property net.hadess.PowerProfiles.ActiveProfile (net.hadess.PowerProfiles) error="The name net.hadess.PowerProfiles was not provided by any .service files"
12:15PM DBG Cannot retrieve a power profile from D-Bus. Will not run power sensor. error="The name net.hadess.PowerProfiles was not provided by any .service files"
12:15PM WRN Unable to monitor for desktop settings. No accent color/theme tracking available.
12:15PM DBG Listening for location updates.
12:15PM DBG Listening for sensor updates.
12:15PM ERR Could not connect to websocket. error="dial tcp [REDACTED]: i/o timeout"

Desktop

  • OS: Linux
  • Distribution Linux Mint
  • Version 21.3
@LeonardoCT LeonardoCT added the bug Something isn't working label May 15, 2024
@joshuar
Copy link
Owner

joshuar commented May 16, 2024

Hey this is super weird. I can reproduce this problem on a Linux Mint VM. I cannot reproduce on my Fedora desktop. This might be a bug in the underlying GUI library (Fyne). I've opened an issue here:

fyne-io/fyne#4843

Let's wait for some comments on that issue. I'm really unsure how the agent code could perform differently on different distributions in this way. Depending on the outcome of the above issue, I could workaround this by collapsing the Preferences menu into the main menu.

@joshuar
Copy link
Owner

joshuar commented May 18, 2024

Hey there, I've merged the preferences menu items back into the main menu in v9.1.1. Can you try it out and see if the options are now available for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants