6

I just installed KDE, and every time I run the Software Updates program it says:

This operation cannot continue since proper authorization was not provided.

How can I get it to work?

Peachy
  • 7,235
  • 10
  • 40
  • 47
Jonathan
  • 7,470

2 Answers2

4

Earlier : Ubuntu 11.10 with KDE installed does not prompt for elevation for privileged ops in all apps

Few bug reports:

Do you have the polkit-kde-1 installed ?

The polkit-kde-1:

PolicyKit-Kde provides a D-Bus session bus service that is used to bring up authentication dialogs used for obtaining privileges.

user26687
  • 15,174
1

sudo apt-get install polkit-kde-1

did not fix it for me (Kubuntu 12.10), but this did:

sudo apt-get -f install

It also showed that I had a bunch of packages with unmet dependencies. I had just run a bunch of updates with Muon and rebooted, but apparently it did not pick up all the dependencies.

Kevin Bowen
  • 20,055
  • 57
  • 82
  • 84