[57053] trunk/dports/gnome/gnome/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Sep 5 13:48:58 PDT 2009


Revision: 57053
          http://trac.macports.org/changeset/57053
Author:   jeremyhu at macports.org
Date:     2009-09-05 13:48:54 -0700 (Sat, 05 Sep 2009)
Log Message:
-----------
gnome: Fix xinitrc instructions to not lead people astray with ~/.xinitrc

Modified Paths:
--------------
    trunk/dports/gnome/gnome/Portfile

Modified: trunk/dports/gnome/gnome/Portfile
===================================================================
--- trunk/dports/gnome/gnome/Portfile	2009-09-05 20:16:18 UTC (rev 57052)
+++ trunk/dports/gnome/gnome/Portfile	2009-09-05 20:48:54 UTC (rev 57053)
@@ -37,8 +37,10 @@
     system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
-    ui_msg "To start gnome put \"exec gnome-session\" in your .xinitrc"
+    ui_msg "To start gnome, create a file called ~/.xinitrc.d/99-gnome.sh which contains this line:"
+    ui_msg "USERWM=${prefix}/bin/gnome-session"
     ui_msg "See also http://trac.macports.org/wiki/GNOME for instructions and examples"
+    ui_msg "Make sure you do not have a custom ~/.xinitrc file, or you can run into problems."
 }
 
 variant office description {Include GNOME office applications} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090905/7fa2254a/attachment.html>


More information about the macports-changes mailing list