Previous to Natty, when I opened a dolphin window and clicked on a .deb package, the installer (gdebi) would pop up no problem. Now, the wiat icons floats for a few secs. then the process dies.
Attempting gdebi at the cli gets this error:
However, it works at the cli with sudo.
So it appears something has changed in dolphin regarding activating a password request for a sudo operation.
Anyway I can just fix this my self? I can't seem to find the configuration file to change it.
Attempting gdebi at the cli gets this error:
Code:
Traceback (most recent call last): File "/usr/bin/gdebi", line 29, in <module> import apt File "/usr/lib/python2.7/dist-packages/apt/__init__.py", line 35, in <module> apt_pkg.init() SystemError: E:Opening configuration file /etc/apt/apt.conf.d/10periodic - ifstream::ifstream (13: Permission denied)
So it appears something has changed in dolphin regarding activating a password request for a sudo operation.
Anyway I can just fix this my self? I can't seem to find the configuration file to change it.
Comment