Wiki Ubuntu-it

Indice
Partecipa
FAQ
Wiki Blog
------------------
Ubuntu-it.org
Forum
Chiedi
Chat
Cerca
Planet
  • Pagina non alterabile
  • Informazioni
  • Allegati
  • attachment:mostranascondi-filenascosti.txt di AmbienteGrafico/Gnome/ScriptNautilus

Allegato "mostranascondi-filenascosti.txt"

Scarica

   1  #!/bin/sh
   2 
   3     # When hidden files (.emacs, etc) are hidden, shows "Show Hidden Files" option.
   4 
   5     # When hidden files are shown, shows "Hide Hidden Files" option.
   6 
   7     # Uses gconf to toggle between the two Nautilus options.
   8 
   9     # Should be placed in ~/.gnome2/nautilus-scripts/ with executable permission.
  10 
  11     OLDSTATE=$(gconftool-2 --get "/desktop/gnome/file_views/show_hidden_files")
  12 
  13     if [ "$OLDSTATE" == "false" ] ; then
  14 
  15       NEWSTATE="True"
  16 
  17       mv ~/.gnome2/nautilus-scripts/Show\ Dot\ Files ~/.gnome2/nautilus-scripts/Hide\ Dot\ Files
  18 
  19     else
  20 
  21       NEWSTATE="False"
  22 
  23       mv ~/.gnome2/nautilus-scripts/Hide\ Dot\ Files ~/.gnome2/nautilus-scripts/Show\ Dot\ Files
  24 
  25     fi
  26 
  27     gconftool-2 --set "/desktop/gnome/file_views/show_hidden_files" --type boolean $NEWSTATE

Allegati

Per riferirsi agli allegati di una pagina, usare attachment:NOME_FILE, come mostrato qui sotto nell'elenco degli allegati. NON usare l'URL che si trova in corrispondenza del collegamento [scarica], potrebbe cambiare in futuro.
  • [scarica | mostra] (13/09/2007 09.40.02, 1.3 KB) [[attachment:aprire-terminale.txt]]
  • [scarica | mostra] (24/01/2008 13.42.40, 0.2 KB) [[attachment:bluetooth.txt]]
  • [scarica | mostra] (13/09/2007 09.36.08, 8.0 KB) [[attachment:conversione-file-audio.txt]]
  • [scarica | mostra] (24/01/2008 13.42.35, 0.1 KB) [[attachment:file-root.txt]]
  • [scarica | mostra] (24/01/2008 10.34.17, 0.8 KB) [[attachment:inviare-email.txt]]
  • [scarica | mostra] (24/01/2008 13.35.41, 1.2 KB) [[attachment:inviare-email2.txt]]
  • [scarica | mostra] (24/01/2008 10.36.34, 0.4 KB) [[attachment:montare-iso.txt]]
  • [scarica | mostra] (24/01/2008 13.38.57, 0.8 KB) [[attachment:mostranascondi-filenascosti.txt]]
  • [scarica | mostra] (24/01/2008 13.39.01, 0.4 KB) [[attachment:ricerca.txt]]
  • [scarica | mostra] (24/01/2008 13.39.08, 0.7 KB) [[attachment:ridimensiona-immagini.txt]]
  • [scarica | mostra] (24/01/2008 10.36.38, 0.2 KB) [[attachment:smontare-iso.txt]]
  • [scarica | mostra] (17/04/2008 11.01.21, 0.1 KB) [[attachment:sudo-gedit.txt]]
  • [scarica | mostra] (24/01/2008 13.39.15, 0.9 KB) [[attachment:sudo-nautilus.txt]]
 All files | Selected Files: delete move to page copy to page

Non รจ consentito inserire allegati su questa pagina.