Changes between Version 14 and Version 15 of GNOME


Ignore:
Timestamp:
Sep 5, 2009, 8:55:33 PM (15 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

Use xinitrc.d

Legend:

Unmodified
Added
Removed
Modified
  • GNOME

    v14 v15  
    1616 ESPEAKER::
    1717 localhost (this allows sound to play at least on Mac OS X 10.5 Leopard)
    18 See the sample .xinitrc files for examples of how to set these variables.
     18See the sample .xinitrc.d scripts for examples of how to set these variables.
    1919
    20 === Sample .xinitrc Files ===
    21 The following ''~/.xinitrc'' requires Apple's [wiki:X11] and dbus:
     20=== Sample .xinitrc.d script ===
     21
     22'''WARNING:''' If you have a ~/.xinitrc file on Leopard or SnowLeopard, delete it and instead use the ~/.xinitrc.d directory as directed below.
     23
     24The following examples are for use with MacPorts X11 server (xorg-server or xorg-server-devel), the Leopard X11 server, or the SnowLeopard X11 server.  For Tiger support, you will need to make a custom ~/.xinitrc file rather than a custom ~/.xinitrc.d/90-gnome.sh script.
     25
     26The following ''~/.xinitrc.d/90-gnome.sh'' requires dbus and uses quartz-wm for the WM:
    2227{{{
    23  # make sure X11 is MacPorts and /usr/local aware
    24  PATH=$PATH:/opt/local/bin:/opt/local/sbin:/usr/local/bin
    25  export PATH
    26  
    2728 # make the freedesktop menu entries work
    2829 export XDG_DATA_DIRS=/opt/local/share
     
    3940 exec dbus-launch gnome-session
    4041}}}
    41 This ''~/.xinitrc'' works with any [wiki:X11] and uses GNOME's builtin window manager, ''Metacity'':
     42
     43This ''~/.xinitrc.d/90-gnome.sh'' uses GNOME's builtin window manager, ''Metacity'':
    4244{{{
    43  # make sure X11 is MacPorts and /usr/local aware
    44  PATH=$PATH:/opt/local/bin:/opt/local/sbin:/usr/local/bin
    45  export PATH
    46  
    4745 # make the freedesktop menu entries work
    4846 export XDG_DATA_DIRS=/opt/local/share