Changes between Version 8 and Version 9 of GNOME


Ignore:
Timestamp:
Jan 28, 2008, 10:02:09 AM (16 years ago)
Author:
rhwood@…
Comment:

Add notes on working sound in Leopard.

Legend:

Unmodified
Added
Removed
Modified
  • GNOME

    v8 v9  
    1414 XDG_CONFIG_DIRS::
    1515 /opt/local/etc/xdg (if someone knows why, please tell us)
     16 ESPEAKER::
     17 localhost (this allows sound to play at least on Mac OS X 10.5 Leopard)
    1618See the sample .xinitrc files for examples of how to set these variables.
    1719
     
    2830 export XDG_CONFIG_DIRS=/opt/local/etc/xdg
    2931 
     32 # enable sound
     33 export ESPEAKER=localhost
     34
    3035 # use Apple's window manager
    3136 exec quartz-wm &
     
    4550 export XDG_CONFIG_DIRS=/opt/local/etc/xdg
    4651 
     52 # enable sound
     53 export ESPEAKER=localhost
     54
    4755 # use GNOME's window manager
    4856 exec metacity &