Permission denied
Hello,
I am trying to extract a theme to the /usr/share/themes folder when every time I try to run the process it prompts me with permission denied". It originally prompted me with a similar message but once I added my user account under the root group using visudo, that switched to "Permission denied".
I am running Fedora 25 workstation, please help.
Thank you!
Your user shouldn't be part of the
root
group. If you want to be able to use thesudo
command, place your user in thewheel
group.I could already use the
sudo
command. I was trying to right click the file and extract it to/usr/share/themes
when my permission got denied.You can't and shouldn't run any graphical application such as the file manager nautilus as root. And your "simple" user has no write access to /usr/share/themes (and you should not change that) So, everything is just as it should be.
Just extract the archive to a temp folder in your /home directory, then use
sudo cp
to copy*
from that directory to/usr/share/themes
.See if this Q/A might be useful for you: https://ask.fedoraproject.org/en/ques...
I ran the command and nothing happened. Screenshot
In the Q/A the solution was this "/home/user/.local/share/themes/", I do not have that themes folder inside share.