Authentication failure in Garuda Welcome - Settings in Wayfire

❯ pkexec /usr/share/garuda-welcome/adguard-on.sh
Error accessing /usr/share/garuda-welcome/adguard-on.sh: No such file or directory

Turns out, the Garuda Welcome scripts are in

/usr/share/garudawelcome/scripts/

not in

/usr/share/garuda-welcome/

I was able to activate AdGuard using:

sudo /usr/share/garudawelcome/scripts/adguard-on.sh

Also, when testing pkexec, I get the following (after altering the path in the command to reflect the settings i\on my system);

❯ pkexec /usr/share/garudawelcome/scripts/adguard-on.sh
==== AUTHENTICATING FOR org.freedesktop.policykit.exec ====
Authentication is needed to run `/usr/share/garudawelcome/scripts/adguard-on.sh’ as the super user
Multiple identities can be used for authentication:

  1. eljejer
  2. odroid
    Choose identity to authenticate as (1-2): 1
    Password:
    polkit-agent-helper-1: error response to PolicyKit daemon: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: No session for cookie
    ==== AUTHENTICATION FAILED ====
    Error executing command as another user: Not authorized

This incident has been reported.