(So I "solved" this problem by installing Ubuntu, and then adding the plasma desktop environment to it
But...)
Whenever I want to install a new application (in this case gstream for the mp3 codec) it gives me an error:
"This operation cannot continue since proper authorization was not provided"
No box asking me to enter admin password ever appears how do I provide authorization.
--
Solved!
With a bit of detective work I found this quote from "TheGhost":
I installed polkit-kde-1 by typing in the terminal:
then relogging.
But...)
Whenever I want to install a new application (in this case gstream for the mp3 codec) it gives me an error:
"This operation cannot continue since proper authorization was not provided"
No box asking me to enter admin password ever appears how do I provide authorization.
--
Solved!
With a bit of detective work I found this quote from "TheGhost":
I found the solution for this bug. KDE needs the package "polkit-kde-1" to popup the authorization dialog for system updates or network shares. It seems that the package does not install when installing the "kubuntu-desktop" meta package. Looks like a dependency problem in the packages.
Nevertheless, if you want to get rid of this bug, just install "polkit-kde-1" and all problems are gone.
Nevertheless, if you want to get rid of this bug, just install "polkit-kde-1" and all problems are gone.
Code:
sudo apt-get install polkit-kde-1
Comment