2

enter image description here

As u can see. At first its permission denied . And now "Unable to handle "admin: " locations.

2 Answers2

1

You need to add admin:// to the beginning of the full path to your preferred file to use the GVfs admin backend.

Since you're trying to open the /etc/sysctl.conf file, you need to run

gedit admin:///etc/sysctl.conf
pomsky
  • 68,507
  • Well i did "gedit admin:///etc/sysctl.conf" without doing anything. It didn't do anything. –  Jan 14 '19 at 09:41
  • same issue. Unable to handle admin.... –  Jan 14 '19 at 09:43
  • @Prabeshbhattarai Then you probably don't have gvfs-backends installed. Install it first by running sudo apt install gvfs-backends, after that run gedit admin:///etc/sysctl.conf. – pomsky Jan 14 '19 at 09:48
  • The gvfs is already installed. It says, "** (gedit:20502): WARNING **: 15:38:54.588: The specified location is not mounted" –  Jan 14 '19 at 09:54
  • is "admin" is a string that may differ from user to another ? – Marwan Sep 03 '19 at 12:50
1

Well, I don't know what was wrong but going manually through cd /etc and using sudo nano sysctl.conf to edit solved my issue.

mchid
  • 43,546
  • 8
  • 97
  • 150