Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
it:tips [2009/04/10 15:43] 93.41.57.217it:tips [2010/10/02 17:26] (current) – external edit 127.0.0.1
Line 80: Line 80:
  
   NoDisplay=true   NoDisplay=true
- 
 =====Come configurare l'avvio di Xfce===== =====Come configurare l'avvio di Xfce=====
  
Line 92: Line 91:
     * # start rxvt-unicode server     * # start rxvt-unicode server
     * urxvtd -q -o -f     * urxvtd -q -o -f
 +
 +
 +
 +>Se vogliamo che Xfce venga avviato in automatico __dopo il login testuale sulla tty1__ possiamo aggiungere a ~/.bashrc dell'utente:
 +
 +  if [ "`tty`" = "/dev/tty1"
 +  then  
 +   startxfce4 1>/tmp/startxfce.log 2>&1
 +  fi
 +
 +In questo modo registriamo anche un log in /tmp ( http://e-zine.debianizzati.org/web-zine/numero_0/?page=68 ). 
  
 ===== Fare uso dei margini del desktop ===== ===== Fare uso dei margini del desktop =====