Changes between Version 7 and Version 8 of Xfce


Ignore:
Timestamp:
Mar 1, 2009, 9:04:41 PM (15 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

edit xinitrc info

Legend:

Unmodified
Added
Removed
Modified
  • Xfce

    v7 v8  
    2323}}}
    2424
    25 To make Xfce start when X11 is started, add it to your config:
     25To make Xfce start when X11 is started, add it to your config (make sure you don't have a ~/.xinitrc file):
    2626
    2727{{{
    28 echo "exec startxfce4" >> ~/.xinitrc
     28echo "exec startxfce4" > ~/.xinitrc.d/99-xfce.sh
     29chmod 755 ~/.xinitrc.d/99-xfce.sh
    2930}}}
     31
     32Users of the old X11.app from Tiger will need to do this instead:
     33{{{
     34echo "exec startxfce4" > ~/.xinitrc
     35}}}
     36 
    3037
    3138This works and looks best when running X11 in full screen mode.