diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:24:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-07 22:24:32 +0000 |
commit | 58406bee8938178fc317574c4236434b0dd11a25 (patch) | |
tree | b4fa34eca69e23769c548b4436cbf65d765e5fe2 /x11/gdm2/files/patch-ab | |
parent | Add mbox (diff) |
Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.
This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team. The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson <ahze@FreeBSD.org>).
Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD. We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:
Franz Klammer <klammer@webonaut.com>
Piotr Smyrak <piotr.smyrak@heron.pl>
Radek Kozlowski <radek@raadradd.com>
Khairil Yusof <kaeru@pd.jaring.my>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Vladimir Grebenschikov <vova@fbsd.ru>
GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer <klammer@webonaut.com> and Radek Kozlowski
<radek@raadradd.com>.
As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process. Full documentation on the GNOME 2.8
upgrade is coming following this commit.
From all of us at FreeBSD GNOME, ENJOY!
Diffstat (limited to 'x11/gdm2/files/patch-ab')
-rw-r--r-- | x11/gdm2/files/patch-ab | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/x11/gdm2/files/patch-ab b/x11/gdm2/files/patch-ab index 0bc57e468b33..35cd08f89e14 100644 --- a/x11/gdm2/files/patch-ab +++ b/x11/gdm2/files/patch-ab @@ -1,6 +1,6 @@ ---- config/gdm.conf.in.orig Mon Aug 2 18:20:59 2004 -+++ config/gdm.conf.in Thu Aug 19 12:54:26 2004 -@@ -77,7 +77,7 @@ +--- config/gdm.conf.in.orig Tue Oct 26 23:18:21 2004 ++++ config/gdm.conf.in Tue Oct 26 23:20:49 2004 +@@ -76,7 +76,7 @@ # To try to kill all clients started at greeter time or in the Init script. # doesn't always work, only if those clients have a window of their own #KillInitClients=true @@ -9,7 +9,7 @@ # You should probably never change this value unless you have a weird setup PidFile=/var/run/gdm.pid # Note that a post login script is run before a PreSession script. -@@ -97,7 +97,7 @@ +@@ -96,7 +96,7 @@ # Reboot, Halt and suspend commands, you can add different commands # separated by a semicolon and gdm will use the first one it can find #RebootCommand=/usr/bin/reboot;/sbin/reboot;/sbin/shutdown -r now;/usr/sbin/shutdown -r now @@ -18,23 +18,22 @@ #SuspendCommand= # Probably should not touch the below this is the standard setup ServAuthDir=@EXPANDED_AUTHDIR@ -@@ -132,11 +132,10 @@ +@@ -131,11 +131,11 @@ #FlexiReapDelayMinutes=5 # the X nest command - Xnest=@X_SERVER_PATH@/Xnest -audit 0 -name Xnest + Xnest=@X_XNEST_PATH@/Xnest @X_XNEST_CONFIG_OPTIONS@ -# Automatic VT allocation. Right now only works on Linux. This way --# we force X to use specific vts. turn VTAllocation to false if this --# is causing problems. ++# Automatic VT allocation. This way + # we force X to use specific vts. turn VTAllocation to false if this + # is causing problems. -#FirstVT=7 -#VTAllocation=true -+# Automatic VT allocation. This way we force X to use specific vts. -+# Turn VTAllocation to false if this is causing problems. +#FirstVT=9 +VTAllocation=false # Should double login be treated with a warning (and possibility to change - # vts on linux systems for console logins) + # vts on linux and freebsd systems for console logins) #DoubleLoginWarning=true -@@ -241,7 +240,7 @@ +@@ -240,7 +240,7 @@ # The specific gtkrc file we use. It should be the full path to the gtkrc # that we need. Unless you need a specific gtkrc that doesn't correspond to # a specific theme, then just use the GtkTheme key |