I am trying to load new brushes in "krita" but all I get is a dialogue box saying "extraction not preformed you don't have the right permissions to extract archives in the folder "krita". I tried to edit them by going to properties but all dialogue boxes are greyed out, Help.I am running 14.04 on an HP 64 bit.norm
Asked
Active
Viewed 44 times
1 Answers
0
Try to run
sudo nautilus
In a terminal. This will launch nautilus (your file explorer) as root and then you should be able to change the permissions as you want but be careful!

Romain
- 1
gksudo nautilus
or (if thegksu
package that provides thegksudo
command is not installed),sudo -H nautilus
orsudo -i nautilus
. See Why user should never use normal sudo to start graphical application? – Eliah Kagan Oct 09 '14 at 16:59sudo
to start a graphical application thank you. – Romain Oct 10 '14 at 00:25