You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbus-broker-launch[3105]: Missing 'D-Bus Service' section in service file '/usr/share//dbus-1/services/hyprpolkitagent.service'
Subject: Invalid service file
Defined-By: dbus-broker
Support: https://groups.google.com/forum/#!forum/bus1-devel
A service file is a ini-type configuration file.
It has one required section named [D-BUS Service]. The section contains the required key 'Name', which must be a valid D-Bus name that is unique across all service files. It also contains at least one of the two optional keys 'SystemdService' and 'Exec', as well as optionally the key 'User'. Exec must be a valid shell command and User must be a valid user on the system.
A service file should be named after the D-Bus name it configures. That is a file containing Name=org.foo.bar1 should be named org.foo.bar1.service. For backwards compatibility, we only warn when files do not follow this convention when run as a user bus. The system bus considers this an error and ignores the service file.
The text was updated successfully, but these errors were encountered:
regul4rj0hn
changed the title
Missing required section [D-BUS Service] in service file.
Missing required section [D-BUS Service] in service file
Dec 27, 2024
D-BUS broker reports:
Probably just a quick fix on https://github.com/hyprwm/hyprpolkitagent/blob/main/assets/hyprpolkitagent-service.in with:
The text was updated successfully, but these errors were encountered: