Changes between Version 1 and Version 2 of GNOME


Ignore:
Timestamp:
Sep 26, 2006, 1:36:28 AM (18 years ago)
Author:
rhwood@…
Comment:

Cleanup from Import

Legend:

Unmodified
Added
Removed
Modified
  • GNOME

    v1 v2  
    1616
    1717=== Sample .xinitrc Files ===
    18 The following ''~/.xinitrc'' requires Apple's [[X11]] and dbus:
    19 
     18The following ''~/.xinitrc'' requires Apple's [wiki:X11] and dbus:
     19{{{
    2020 # make sure X11 is MacPorts and /usr/local aware
    2121 PATH=$PATH:/opt/local/bin:/opt/local/sbin:/usr/local/bin
     
    3232 # start GNOME
    3333 exec dbus-launch gnome-session
    34 
    35 This ''~/.xinitrc'' works with any [[X11]] and uses GNOME's builtin window manager, ''Metacity'':
    36 
     34}}}
     35This ''~/.xinitrc'' works with any [wiki:X11] and uses GNOME's builtin window manager, ''Metacity'':
     36{{{
    3737 # make sure X11 is MacPorts and /usr/local aware
    3838 PATH=$PATH:/opt/local/bin:/opt/local/sbin:/usr/local/bin
     
    4949 # start GNOME
    5050 exec gnome-session
    51 
     51}}}
    5252Note that the second sample ''~/.xinitrc'' also does not require that dbus be installed. Feel free to mix and match the differences between these two sample files to suit your own needs.
    5353
     
    107107
    108108In Terminal:
    109 # cd /etc/pam.d
    110 # sudo cp login gdm
    111 
     109{{{
     110cd /etc/pam.d
     111sudo cp login gdm
     112}}}
    112113This creates a file that allows logging into gdm to behave basically identical to logging into Mac OS X using the standard means. Tweaking the settings of /etc/pam.d/gdm will change the authentication possibilities for gdm.
    113114
    114115= Additional Resources =
    115116 * [http://fink.sourceforge.net/lists/fink-gnome-core.php Fink-gnome-core], the Fink project's GNOME mailing list.
    116 
    117 [[Category:DarwinPorts]]
    118 [[Category:Gnome]]