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
Setup (polkit): do_setup() no longer attempts to read or verify the polkit rule file from user context. /etc/polkit-1/rules.d/ is 0750 root:polkitd — non-root users cannot stat files inside it, so -f always returned false, causing a spurious "Not found or outdated → reinstalling" path that then failed with sudo requiring a TTY. The user-context branch now skips validation entirely and prints guidance to run sudo hyprcaffeine polkit install if needed.