aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-09-17 03:56:00 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-09-17 03:56:00 +0800
commit8f066329486a3ea1373987ca7ab04635af4df360 (patch)
treed60023bc7cbebe6c22641ce79604314c56b2be3b
parentb70fc66c4d9c3b3829cf7db49099579a05a2d3e5 (diff)
downloadgsoc2013-evolution-8f066329486a3ea1373987ca7ab04635af4df360.tar
gsoc2013-evolution-8f066329486a3ea1373987ca7ab04635af4df360.tar.gz
gsoc2013-evolution-8f066329486a3ea1373987ca7ab04635af4df360.tar.bz2
gsoc2013-evolution-8f066329486a3ea1373987ca7ab04635af4df360.tar.lz
gsoc2013-evolution-8f066329486a3ea1373987ca7ab04635af4df360.tar.xz
gsoc2013-evolution-8f066329486a3ea1373987ca7ab04635af4df360.tar.zst
gsoc2013-evolution-8f066329486a3ea1373987ca7ab04635af4df360.zip
Update.
svn path=/trunk/; revision=18081
-rw-r--r--RELEASE-NOTES22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 1a5c4d8ed7..de66da341e 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -84,3 +84,25 @@ folders, you might experience hangs and/or crashes when specifying
destination addresses, for example when composing meeting requests.
Giving a name to all the contact lists will fix the problem. This
problem will be fixed in the next Evolution release.
+
+
+NOTE FOR SOLARIS/CDE USERS
+
+This release of Evolution doesn't install icons in the CDE
+"Application" group as Evolution 1.0.x used to do. While this doesn't
+affect users who are running Ximian Desktop, users who wish to run
+Evolution under the CDE environment will also have to set the PATH,
+GNOME_PATH and LD_LIBRARY_PATH environment variables to point to the
+Evolution installation before launching the `evolution' executable.
+
+This can be done, for example, with a shell script like the following:
+
+ PATH=/opt/gnome/bin:/usr/bin:${PATH}
+ GNOME_PATH=/opt/gnome:/usr
+ LD_LIBRARY_PATH=/opt/gnome/lib:/usr/lib:${LD_LIBRARY_PATH}
+
+ export LD_LIBRARY_PATH GNOME_PATH PATH
+
+ exec evolution
+
+This problem will be fixed in the next release of Evolution.