02-12-2017, 10:18 PM
Hi bitsnpcs,
If you have a look at the ownership and permissions of the folder you want to write to, you'll see it's owned by root (the Linux name for the administrator) and only root has write permission. Therefore the menu option for paste is greyed out for any other user.
If you would like to copy/move the files there with your file manager, right click on the folder and choose "Open as Administrator".
Via command line:
assuming you run this command within the folder monokai-exteded is located in. Otherwise you need to hand over the path.
Hope that helps
If you have a look at the ownership and permissions of the folder you want to write to, you'll see it's owned by root (the Linux name for the administrator) and only root has write permission. Therefore the menu option for paste is greyed out for any other user.
If you would like to copy/move the files there with your file manager, right click on the folder and choose "Open as Administrator".
Via command line:
Code:
sudo cp -va monokai-exteded /usr/share/gtksourceview-3.0/styles/
Hope that helps
