I just installed Linux Ubuntu 20.04.1 LTS in a virtual machine. I want to change my theme and my icons style. I downloaded Unity tweak tool for that purposes. The tool is in /usr/share/applications/Unity-tweak-tool.desktop
, but I can't run it. in fact I cannot run any .desktop file, and when I right click on a .desktop file and then go to permissions menu, I am not able to check the Execute: ''Allow executing file as a file'' field, it says ''You are not the owner, so you can't change these permissions''.
I want to log in as a root user(owner) and I tried typing sudo -i
and sudo -s
in the terminal and provided my password, but it didn't work.
How can I run .desktop files and is there a way to become an 'owner'??
ls -la /usr/share/applications/Unity-tweak-tool.desktop
and edit your question with your terminal results. You will see both "owner" and "group" in the results. This way we can say who is the owner and establish if it is you. They runwho am i
in the same terminal and provide the results in your question's edit, this is used to determine which user are you and know what to do next. – Geppettvs D'Constanzo Sep 20 '20 at 18:34