Advertisement
marioq

Nemo-file-manager.desktop

Dec 5th, 2016
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # https://help.ubuntu.com/community/UnityLaunchersAndDesktopFiles
  2. # http://askubuntu.com/questions/363754/how-can-i-set-default-applications-in-unity-launcher-for-other-users
  3. # https://wiki.ubuntu.com/PowerUsers/Unity/Options
  4. # http://manpages.ubuntu.com/manpages/zesty/en/man1/desktop-file-validate.1.html
  5.  
  6. # questo files o il link a questo files in "$HOME/.local/share/applications" per uso personale
  7. # oppure in "/usr/share/applications"
  8. # chmod +x
  9.  
  10. [Desktop Entry]
  11. Name=Nemo file manager
  12. Name[it]=Nemo gestisce i files
  13. Comment=Access and organize files
  14. Comment[it]=Nemo il capitano di Nautilus. Accede ai file e li organizza
  15. TryExec=nemo
  16. # Exec=env LANG=de nemo %U
  17. Exec=nemo %U
  18. Icon=/usr/share/icons/Humanity/places/32/user-home.svg
  19. Terminal=false
  20. Type=Application
  21. StartupNotify=false
  22. Categories=GNOME;GTK;Utility;Core;
  23. MimeType=inode/directory;application/x-gnome-saved-search;
  24. X-GNOME-Bugzilla-Bugzilla=GNOME
  25. X-GNOME-Bugzilla-Product=nemo
  26. X-GNOME-Bugzilla-Component=general
  27. X-GNOME-Bugzilla-Version=3.0.6
  28. Actions=MYSCRIPTS;MYBIN;MYHOME;NETWORK;COMPUTER;TRASH
  29. GenericName=Nemo il capitano di Nautilus
  30. GenericName[it]=Nemo il capitano di Nautilus
  31.  
  32. [Desktop Action MYHOME]
  33. Name=Home
  34. Exec=nemo ""
  35.  
  36. [Desktop Action MYSCRIPTS]
  37. Name=Apre la cartella myScripts
  38. Exec=nemo "myScripts"
  39.  
  40. [Desktop Action MYBIN]
  41. Name=Apre la mia cartella bin
  42. Exec=nemo "bin"
  43.  
  44. [Desktop Action NETWORK]
  45. Name=Browse the local net
  46. Name[it]=Sfoglia la rete
  47. Exec=nemo "network:///"
  48.  
  49. [Desktop Action COMPUTER]
  50. Name=Computer
  51. Exec=nemo "computer:///"
  52.  
  53. [Desktop Action TRASH]
  54. Name=Trash
  55. Name[it]=Cestino
  56. Icon=/usr/share/icons/Humanity/places/32/user-trash-full.svg
  57. Exec=nemo "trash:///"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement