Im trying to add the refresh button like we have in Windows in right click in mate desktop. Im running Parrot OS.
apt-get install nautilus-refresh
sudo apt-get install python-nautilus xautomation wget
Both these commands return error as not found,I also tried to add repository to sources.list but failed.
This is because you are trying to add refresh option to nautilus which is part of gnome environment whereas parrot-os uses caja which is part of mate environment
To add a working refresh option in mate, you need to:
Install
xautomationbysudo apt install xautomation(you will needxtefeature provided by it)Now open location
/home/USER/.config/caja/scriptsfolder (pressctrl+hin home folder to see.configfolder)Create a file named
refreshand add the following in it:refreshfile, go topropertiesand check allExecuteoptions insidePermissionstabYou can now see a refresh option when you right click inside
scripts -> refresh