Comment 6 for bug 210897

Revision history for this message
Marcelo Boveto Shima (marceloshima) wrote : Re: sudo *something which uses poliykit?* doesn't work

This error is related to sudo not keeping XDG_SESSION_COOKIE env variable

Add the following to /etc/sudoers
Defaults env_keep += "XDG_SESSION_COOKIE"

I tried to corrected the sudo package but the sudoers file is created by scripts.

Regards