0

On 2 completely different machines I have the same problem after upgrading from 13.04 to 13.10: All programs/task requiering sudo permissions (software updater, starting synaptic, installing programs, shutdown) do not start / execute. No gksu (or other) window comes up. Synaptic never shows, software updater pops up with a "you are not allowed to perform this action" message.

All programs / task work when started from terminal with sudo, like "sudo synaptics" asks for my password, starts and works as expected.

I am in the admin group which is liked in sudoers config (verified with visudo and getent group admin).

Some link from GUI to gksu (or similar) is broken.

Braiam
  • 67,791
  • 32
  • 179
  • 269
Radim
  • 1

1 Answers1

0

I found the solution here

https://bugs.launchpad.net/ubuntu/+source/policykit-desktop-privileges/+bug/1240336/comments/19

sudo pam-auth-update --force
  • At least on 14.10, make sure "[*] Register user sessions in the systemd control group hierarchy" is selected in the dialog. After running the command, reboot the system. – Daniel Alder Nov 15 '14 at 17:23