Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
Install
sudo apt-get install -y thunar thunar-archive-plugin
Create Desktop icon
cd ~/Desktop
nano thunar.desktop
Copy and paste
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=Trash
Name[pt_BR]=Arquivos
Icon=/usr/share/icons/gnome/256x256/apps/system-file-manager.png
Exec=thunar
Comment[pt_BR]=Gerenciador de Arquivos
StartupNotify=true
Make .desktop executable
chmod +x thunar.desktop
Add Comment
Please, Sign In to add comment