rpms/gnome-session/FC-5-scratch Makefile, NONE, 1.1 gnome-session-2.0.5-dithering.patch, NONE, 1.1 gnome-session-2.0.5-login.patch, NONE, 1.1 gnome-session-2.12.0-shaped.patch, NONE, 1.1 gnome-session-2.2.2-icons.patch, NONE, 1.1 gnome-session-2.9.4-gnome-common.patch, NONE, 1.1 gnome-session-user-share.patch, NONE, 1.1 gnome-session.spec, NONE, 1.1 gnome.desktop, NONE, 1.1 redhat-default-session, NONE, 1.1 sources, NONE, 1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Dec 20 20:09:56 UTC 2005


Author: johnp

Update of /cvs/dist/rpms/gnome-session/FC-5-scratch
In directory cvs.devel.redhat.com:/tmp/cvs-serv15486

Added Files:
	Makefile gnome-session-2.0.5-dithering.patch 
	gnome-session-2.0.5-login.patch 
	gnome-session-2.12.0-shaped.patch 
	gnome-session-2.2.2-icons.patch 
	gnome-session-2.9.4-gnome-common.patch 
	gnome-session-user-share.patch gnome-session.spec 
	gnome.desktop redhat-default-session sources 
Log Message:
- Handle shaped window for splash screen



***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
gnome-session-2.0.5-dithering.patch:
 splash-widget.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE gnome-session-2.0.5-dithering.patch ---
--- gnome-session-2.0.5/gnome-session/splash-widget.c.dithering	2002-08-28 12:47:42.000000000 -0400
+++ gnome-session-2.0.5/gnome-session/splash-widget.c	2002-08-28 12:48:10.000000000 -0400
@@ -163,7 +163,7 @@
 				exposed.y - si->position.y,
 				exposed.x, exposed.y,
 				exposed.width, exposed.height,
-				GDK_RGB_DITHER_NORMAL,
+				GDK_RGB_DITHER_MAX,
 				exposed.x, exposed.y);
 	}
 
@@ -245,7 +245,7 @@
 				sw->background, GDK_DRAWABLE (pm),
 				widget->style->black_gc,
 				0, 0, 0, 0, width, height,
-				GDK_RGB_DITHER_NORMAL,
+				GDK_RGB_DITHER_MAX,
 				0, 0);
 			
 			gdk_window_set_back_pixmap (

gnome-session-2.0.5-login.patch:
 gsm-sound.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gnome-session-2.0.5-login.patch ---
--- gnome-session-2.0.5/gnome-session/gsm-sound.c.login	2002-07-12 10:02:06.000000000 +0100
+++ gnome-session-2.0.5/gnome-session/gsm-sound.c	2002-08-23 14:53:08.000000000 +0100
@@ -66,7 +66,7 @@
   if (!(sample_file && *sample_file))
     {
       g_free (sample_file);
-      return FALSE;
+      return TRUE; /* Don't fall back to system sound. */
     }
 
   sample_id = esd_sample_getid (gnome_sound_connection_get (), "gnome-2/login");

gnome-session-2.12.0-shaped.patch:
 splash-widget.c |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletion(-)

--- NEW FILE gnome-session-2.12.0-shaped.patch ---
--- gnome-session-2.12.0/gnome-session/splash-widget.c.shaped	2005-12-20 14:00:44.000000000 -0500
+++ gnome-session-2.12.0/gnome-session/splash-widget.c	2005-12-20 14:02:16.000000000 -0500
@@ -228,7 +228,9 @@
 
 	if (sw->background && widget->window) {
 		int width, height;
-
+		GdkPixmap *mask;
+		mask = NULL;
+	
 		width = gdk_pixbuf_get_width  (sw->background);
 		height = gdk_pixbuf_get_height (sw->background);
 
@@ -237,6 +239,11 @@
 			width, height,
 			gdk_drawable_get_visual (widget->window)->depth);
 
+		mask = gdk_pixmap_new (
+			widget->window,
+			width, height,
+			1);
+
 		if (pm) {
 			gdk_pixbuf_render_to_drawable (
 				sw->background, GDK_DRAWABLE (pm),
@@ -247,6 +254,22 @@
 			
 			gdk_window_set_back_pixmap (
 				widget->window, pm, FALSE);
+
+			if (mask) {
+				gdk_pixbuf_render_threshold_alpha (
+					sw->background, (GdkBitmap *) mask,
+					0, 0, 0, 0, width, height,
+					125);
+
+				gdk_window_shape_combine_mask (
+							widget->window,
+							(GdkBitmap *) mask,
+							0,
+							0);
+
+				gdk_pixmap_unref (mask);
+			} 
+			
 			sw->bg_pixmap = pm;
 		}
 	}

gnome-session-2.2.2-icons.patch:
 splash-widget.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletion(-)

--- NEW FILE gnome-session-2.2.2-icons.patch ---
--- gnome-session-2.5.90/gnome-session/splash-widget.c.icons	2004-02-24 14:13:22.000000000 +0000
+++ gnome-session-2.5.90/gnome-session/splash-widget.c	2004-02-24 14:14:24.000000000 +0000
@@ -46,7 +46,11 @@
 	{ N_("The Panel"),               "gnome-panel",           "gnome-panel" },
 	{ N_("Session Manager Proxy"),   "gnome-smproxy",         "gnome-session" },
 	{ N_("Nautilus"),                "nautilus",              "gnome-fs-desktop" },
-	{ N_("Desktop Settings"),        "gnome-settings-daemon", "gnome-settings" }
+	{ N_("Desktop Settings"),        "gnome-settings-daemon", "gnome-settings" },
+	{ N_("Authentication Icon"),     "pam-panel-icon",        "keyring.png" },
+	{ N_("CD Device Handler"),       "magicdev",              "gnome-dev-cdrom.png" },
+	{ N_("Red Hat Network Monitor"), "rhn-applet-gui",        "up2date.png" },
+	{ N_("Print Monitor"),           "eggcups",               "printer.png" }
 };
 
 static const SplashApp *

gnome-session-2.9.4-gnome-common.patch:
 configure.in |    2 --
 1 files changed, 2 deletions(-)

--- NEW FILE gnome-session-2.9.4-gnome-common.patch ---
--- gnome-session-2.9.4/configure.in.gnome-common	2005-02-02 16:31:39.000000000 -0500
+++ gnome-session-2.9.4/configure.in	2005-02-02 16:31:59.000000000 -0500
@@ -18,8 +18,6 @@
 dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work
 AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
 
-GNOME_COMPILE_WARNINGS(yes)
-
 AC_ARG_ENABLE(deprecations,
               [AC_HELP_STRING([--enable-deprecations],
                               [warn about deprecated usages [default=no]])],,

gnome-session-user-share.patch:
 Makefile.am      |    3 +++
 gsm-user-share.c |   38 ++++++++++++++++++++++++++++++++++++++
 gsm-user-share.h |    6 ++++++
 main.c           |    3 +++
 4 files changed, 50 insertions(+)

--- NEW FILE gnome-session-user-share.patch ---
Index: gnome-session/Makefile.am
===================================================================
RCS file: /cvs/gnome/gnome-session/gnome-session/Makefile.am,v
retrieving revision 1.108
diff -u -p -r1.108 Makefile.am
--- gnome-session/Makefile.am	10 Jan 2005 16:36:40 -0000	1.108
+++ gnome-session/Makefile.am	9 Nov 2005 09:53:36 -0000
@@ -23,6 +23,7 @@ STANDARD_PROPERTIES_CFLAGS =            
 	-DPREFIX=\""$(prefix)"\"                                \
 	-DSYSCONFDIR=\""$(sysconfdir)"\"                        \
 	-DLIBDIR=\""$(libdir)"\"                                \
+	-DLIBEXECDIR=\""$(libexecdir)"\"                        \
 	-DDATADIR=\""$(datadir)"\"                              \
 	$(NULL)
 
@@ -93,6 +94,8 @@ gnome_session_SOURCES =		\
 	gsm-xrandr.h		\
 	gsm-keyring.c		\
 	gsm-keyring.h		\
+	gsm-user-share.c	\
+	gsm-user-share.h	\
 	gsm-gsd.c		\
 	gsm-gsd.h		\
 	gsm-protocol.c		\
Index: gnome-session/gsm-user-share.c
===================================================================
RCS file: gnome-session/gsm-user-share.c
diff -N gnome-session/gsm-user-share.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gnome-session/gsm-user-share.c	9 Nov 2005 09:53:36 -0000
@@ -0,0 +1,38 @@
+#include <config.h>
+
+#include <glib.h>
+#include <gconf/gconf-client.h>
+
+#include "gsm-user-share.h"
+
+#define FILE_SHARING_ENABLED "/desktop/gnome/file_sharing/enabled"
+
+void
+gsm_user_share_start (void)
+{
+    GConfClient *client;
+    gboolean enabled;
+    char *argv[2];
+    int i;
+
+    client = gconf_client_get_default ();
+    enabled = gconf_client_get_bool (client,
+				     FILE_SHARING_ENABLED,
+				     NULL);
+    g_object_unref (client);
+    
+    if (enabled) {
+        i = 0;
+	argv[i++] = LIBEXECDIR"/gnome-user-share";
+	argv[i++] = NULL;
+	
+	g_spawn_async (NULL,
+		       argv,
+		       NULL,
+		       G_SPAWN_STDOUT_TO_DEV_NULL | G_SPAWN_STDERR_TO_DEV_NULL,
+		       NULL,
+		       NULL,
+		       NULL,
+		       NULL);
+    }
+}
Index: gnome-session/gsm-user-share.h
===================================================================
RCS file: gnome-session/gsm-user-share.h
diff -N gnome-session/gsm-user-share.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gnome-session/gsm-user-share.h	9 Nov 2005 09:53:36 -0000
@@ -0,0 +1,6 @@
+#ifndef GSM_USER_SHARE_H
+#define GSM_USER_SHARE_H
+
+void gsm_user_share_start (void);
+
+#endif /* GSM_USER_SHARE_H */
Index: gnome-session/main.c
===================================================================
RCS file: /cvs/gnome/gnome-session/gnome-session/main.c,v
retrieving revision 1.67
diff -u -p -r1.67 main.c
--- gnome-session/main.c	25 Jul 2005 07:13:53 -0000	1.67
+++ gnome-session/main.c	9 Nov 2005 09:53:36 -0000
@@ -45,6 +45,7 @@
 #include "gsm-sound.h"
 #include "gsm-gsd.h"
 #include "gsm-keyring.h"
+#include "gsm-user-share.h"
 #include "gsm-xrandr.h"
 #include "gsm-at-startup.h"
 #include "gsm-remote-desktop.h"
@@ -450,6 +451,8 @@ main (int argc, char *argv[])
   gsm_sound_login ();
 
   gsm_gsd_start ();
+  
+  gsm_user_share_start ();
 
   gsm_remote_desktop_start ();
 


--- NEW FILE gnome-session.spec ---
%define glib2_version 2.2.0
%define pango_version 1.2.0
%define gtk2_version 2.2.0
%define libgnome_version 2.3.0
%define libgnomeui_version 2.3.0
%define libbonobo_version 2.3.0
%define libbonoboui_version 2.3.0
%define gnome_vfs2_version 2.3.0
%define gconf2_version 2.2.0

%define po_package gnome-session-2.0

Summary: GNOME session manager
Name: gnome-session
Version: 2.12.0
Release: 4.1.j5
URL: http://www.gnome.org
Source0: %{name}-%{version}.tar.bz2
Source1: redhat-default-session
Source2: gnome.desktop
License: GPL 
Group: User Interface/Desktops
BuildRoot: %{_tmppath}/%{name}-root
ExclusiveArch: ix86

# For intltool:
BuildRequires: perl-XML-Parser >= 2.31-16

Requires: redhat-artwork >= 0.20
Requires: /usr/share/pixmaps/splash/gnome-splash.png
# required to get gconf-sanity-check-2 in the right place
Requires: GConf2 >= %{gconf2_version}
# Needed for gnome-settings-daemon
Requires: control-center

%ifnarch s390 s390x
Requires: gnome-volume-manager
%endif

## we conflict with gdm that contains the GNOME gdm xsession
Conflicts: gdm < 1:2.6.0.8-5

Patch1: gnome-session-2.2.2-icons.patch
Patch2: gnome-session-2.0.5-login.patch
Patch3: gnome-session-2.0.5-dithering.patch
## http://bugzilla.gnome.org/show_bug.cgi?id=106450
Patch6: gnome-session-2.9.4-gnome-common.patch
# Launch gnome-user-share on login if enabled
Patch7: gnome-session-user-share.patch
# do shaped window for splash screen
Patch8: gnome-session-2.12.0-shaped.patch

BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: pango-devel >= %{pango_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: libgnome-devel >= %{libgnome_version}
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
BuildRequires: libbonobo-devel >= %{libbonobo_version}
BuildRequires: libbonoboui-devel >= %{libbonoboui_version}
BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}

# this is so the configure checks find /usr/bin/halt etc.
BuildRequires: usermode

BuildRequires: automake14 autoconf gettext

%description

gnome-session manages a GNOME desktop session. It starts up the other core 
GNOME components and handles logout and saving the session.

%prep
%setup -q

%patch1 -p1 -b .icons
%patch2 -p1 -b .login
%patch3 -p1 -b .dithering
%patch6 -p1 -b .gnome-common
%patch7 -p0 -b .user-share
%patch8 -p1 -b .shaped

%build

#workaround broken perl-XML-Parser on 64bit arches
export PERL5LIB=/usr/lib64/perl5/vendor_perl/5.8.2 perl

aclocal
automake
autoheader
autoconf

%configure --with-halt-command=/usr/bin/poweroff --with-reboot-command=/usr/bin/reboot
make

%install
rm -rf $RPM_BUILD_ROOT

export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%makeinstall
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL

desktop-file-install --vendor gnome --delete-original                   \
  --dir $RPM_BUILD_ROOT%{_datadir}/applications			        \
  --add-only-show-in GNOME                                              \
  --add-category Settings                                               \
  --add-category AdvancedSettings                                       \
  $RPM_BUILD_ROOT%{_datadir}/applications/*

./mkinstalldirs ${RPM_BUILD_ROOT}%{_datadir}/xsessions/
install -m 755 %{SOURCE2} ${RPM_BUILD_ROOT}%{_datadir}/xsessions/

/bin/rm -f $RPM_BUILD_ROOT%{_datadir}/gnome/default.session

# Bad evilness to remove gnome-volume-manager dependency on s390
%ifarch s390 s390x
sed -i -e 's/num_clients=7/num_clients=6/' -e '/^6,.*$/d' %{SOURCE1}
%endif

install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/gnome/default.session

#/bin/rm -r $RPM_BUILD_ROOT/var/scrollkeeper

## remove splash screen
rm -r $RPM_BUILD_ROOT%{_datadir}/pixmaps/splash

%find_lang %{po_package}

%clean
rm -rf $RPM_BUILD_ROOT

%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
SCHEMAS="gnome-session.schemas"
for S in $SCHEMAS; do
  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
done
/sbin/ldconfig

%files -f %{po_package}.lang
%defattr(-,root,root)

%doc AUTHORS COPYING ChangeLog NEWS README

%{_datadir}/gnome
%{_datadir}/applications
%{_datadir}/xsessions/*
%{_datadir}/man/man*/*
%{_bindir}/*
%{_sysconfdir}/gconf/schemas/*.schemas

%changelog
* Tue Dec 20 2005 John (J5) Palmieri <johnp at redhat.com> - 2.12.0-4.1.j5
- Handle shaped window for splash screen

* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
- rebuilt

* Wed Nov  9 2005 Alexander Larsson <alexl at redhat.com> - 2.12.0-4
- Add gnome-user-share patch

* Tue Nov 8 2005 Ray Strode <rstrode at redhat.com> - 2.12.0-3
- fix up the dummy client ids to match the id passed initially
  passed to the programs in the default session 
  (broke in last update).

* Mon Oct 31 2005 Ray Strode <rstrode at redhat.com> - 2.12.0-2
- remove rhn applet from default session
- s/magicdev/gnome-volume-manager/

* Thu Sep  8 2005 Matthias Clasen <mclasen at redhat.com> - 2.12.0-1
- Update to 2.12.0

* Tue Sep  6 2005 Ray Strode <rstrode at redhat.com> - 2.11.91-3
- Don't take ownership of /usr/share/xsessions (bug 145791).

* Tue Aug 16 2005 Warren Togami <wtogami at redhat.com> - 2.11.91-2
- rebuild for new cairo

* Tue Aug  9 2005 Ray Strode <rstrode at redhat.com> - 2.11.91-1
- Update to upstream version 2.11.91 (fixes bug 165357).
- drop some patches

* Thu Apr 18 2005 Ray Strode <rstrode at redhat.com> - 2.10.0-2
- Install gnome.desktop to /usr/share/xsessions (bug 145791)

* Thu Mar 17 2005 Ray Strode <rstrode at redhat.com> - 2.10.0-1
- Update to upstream version 2.10.0

* Wed Feb  2 2005 Matthias Clasen <mclasen at redhat.com> 2.9.4-1
- Update to 2.9.4

* Mon Dec 20 2004 Daniel Reed <djr at redhat.com> 2.8.0-7
- rebuild for new libhowl.so.0 library (for GnomeMeeting 1.2) (this was a mistake)

* Tue Nov 02 2004 Ray Strode <rstrode at redhat.com> 2.8.0-6
- Rebuild for devel branch

 * Tue Nov 02 2004 Ray Strode <rstrode at redhat.com> 2.8.0-5
- Convert Tamil translation to UTF8 
  (Patch from Lawrence Lim <llim at redhat.com>, bug 135351)

* Fri Oct 08 2004 Ray Strode <rstrode at redhat.com> 2.8.0-4
- Add g-v-m to default session since it wasn't already (?).
- Remove g-v-m from default session on s390

* Thu Oct 07 2004 Ray Strode <rstrode at redhat.com> 2.8.0-3
- Check for NULL program name when looking for client
  match in session.

* Fri Sep 24 2004 Ray Strode <rstrode at redhat.com> 2.8.0-2
- Add "Session" item to More Preferences menu

* Fri Sep 17 2004 Ray Strode <rstrode at redhat.com> 2.8.0-1
- Update to 2.8.0 
- Remove "Session" item from Preferences menu

* Fri Sep 03 2004 Ray Strode <rstrode at redhat.com> 2.7.91-2
- Fix from Federico for infamous hanging splash screen problem.
  (http://bugzilla.gnome.org/show_bug.cgi?id=151664)

* Tue Aug 31 2004 Ray Strode <rstrode at redhat.com> 2.7.91-1
- Update to 2.7.91

* Wed Aug 18 2004 Ray Strode <rstrode at redhat.com> 2.7.4-3
- Change folder name from "autostart" to more aptly named
  "session-upgrades" from suggestion by Colin Walters.
- put non-upstream gconf key in rh_extensions

* Wed Aug 18 2004 Ray Strode <rstrode at redhat.com> 2.7.4-2
- Provide drop-a-desktop-file method of adding programs
  to the user's session.

* Fri Jul 30 2004 Ray Strode <rstrode at redhat.com> 2.7.4-1
- Update to 2.7.4

* Wed Jul 14 2004 root <markmc at localhost.localdomain> - 2.6.0-7
- Add patch to activate vino based on the "remote_access/enabled"
  preference

* Tue Jun 15 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Mon Jun 14 2004 Ray Strode <rstrode at redhat.com> 2.6.0-5
- Prevent having duplicate packages in different collections

* Mon Jun 14 2004 Ray Strode <rstrode at redhat.com> 2.6.0-4
- Use desktop-file-install instead of patching 
  session-properties.desktop.  Add X-Red-Hat-Base category.

* Thu Jun 10 2004 Ray Strode <rstrode at redhat.com> 2.6.0-3
- Add terminating list delimiter to OnlyShowIn entry of 
  session-properties.desktop

* Fri Apr 16 2004 Warren Togami <wtogami at redhat.com> 2.6.0-2
- #110725 BR automake14 autoconf gettext

* Wed Mar 31 2004 Mark McLoughlin <markmc at redhat.com> 2.6.0-1
- Update to 2.6.0

* Wed Mar 10 2004 Mark McLoughlin <markmc at redhat.com>
- Update to 2.5.91

* Tue Feb 24 2004 Mark McLoughlin <markmc at redhat.com> 2.5.90-1
- Update to 2.5.90
- Remove extraneous fontconfig BuildRequires
- Resolve conflicts with the icons and splash-repaint patches

* Fri Feb 13 2004 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Mon Jan 26 2004 Alexander Larsson <alexl at redhat.com> 2.5.3-1
- Update to 2.5.3

* Wed Nov 05 2003 Than Ngo <than at redhat.com> 2.4.0-2
- don't show gnome-session-properties in KDE (bug #102533)

* Fri Aug 29 2003 Alexander Larsson <alexl at redhat.com> 2.3.7-3
- fix up gnome.desktop location

* Fri Aug 29 2003 Alexander Larsson <alexl at redhat.com> 2.3.7-2
- add gnome.desktop session for new gdm

* Wed Aug 27 2003 Alexander Larsson <alexl at redhat.com> 2.3.7-1
- update to 2.3.7
- require control-center (#100562)

* Fri Aug 15 2003 Alexander Larsson <alexl at redhat.com> 2.3.6.2-1
- update for gnome 2.3

* Sun Aug 10 2003 Elliot Lee <sopwith at redhat.com> 2.2.2-4
- Rebuild

* Tue Jul 22 2003 Jonathan Blandford <jrb at redhat.com>
- at-startup patch to add let at's start

* Wed Jun 04 2003 Elliot Lee <sopwith at redhat.com>
- rebuilt

* Tue Jun  3 2003 Jeff Johnson <jbj at redhat.com>
- add explicit epoch's where needed.

* Tue May 27 2003 Alexander Larsson <alexl at redhat.com> 2.2.2-1
- Update to 2.2.2
- Add XRandR backport
- Fix up old patches, patch7 was upstream

* Mon Feb 24 2003 Owen Taylor <otaylor at redhat.com> 2.2.0.2-5
- Wait for GSD to start before continuing with session

* Tue Feb 18 2003 Havoc Pennington <hp at redhat.com> 2.2.0.2-4
- repaint proper area of text in splash screen, #84527

* Tue Feb 18 2003 Havoc Pennington <hp at redhat.com> 2.2.0.2-3
- change icon for magicdev to one that exists in Bluecurve theme
  (part of #84491)

* Thu Feb 13 2003 Havoc Pennington <hp at redhat.com> 2.2.0.2-2
- load icons from icon theme

* Wed Feb  5 2003 Havoc Pennington <hp at redhat.com> 2.2.0.2-1
- 2.2.0.2

* Tue Feb  4 2003 Jonathan Blandford <jrb at redhat.com>
- remove extraneous separator.  Still ugly.

* Wed Jan 29 2003 Havoc Pennington <hp at redhat.com>
- add icons for the stuff in the default session #81489

* Wed Jan 22 2003 Tim Powers <timp at redhat.com>
- rebuilt

* Sat Jan 11 2003 Havoc Pennington <hp at redhat.com>
- 2.1.90
- drop purgedelay patch, as it was increased upstream (though only to 2 minutes instead of 5)

* Fri Dec  6 2002 Tim Waugh <twaugh at redhat.com> 2.1.2-2
- Add eggcups to default session.

* Wed Nov 13 2002 Havoc Pennington <hp at redhat.com>
- 2.1.2

* Tue Sep  3 2002 Owen Taylor <otaylor at redhat.com>
- Up purge delay for session manager to 5 minutes to avoid problem 
  with openoffice.org timing out

* Wed Aug 28 2002 Havoc Pennington <hp at redhat.com>
- put gdm session in here, conflict with old gdm
- use DITHER_MAX for dithering to make splash screen look good in 16
  bit

* Tue Aug 27 2002 Havoc Pennington <hp at redhat.com>
- fix missing icons and misaligned text in splash

* Fri Aug 23 2002 Tim Waugh <twaugh at redhat.com>
- Fix login sound disabling (bug #71664).

* Wed Aug 14 2002 Havoc Pennington <hp at redhat.com>
- put rhn applet in default session

* Wed Aug 14 2002 Havoc Pennington <hp at redhat.com>
- fix the session file, should speed up login a lot
- put magicdev in default session

* Thu Aug  8 2002 Havoc Pennington <hp at redhat.com>
- 2.0.5 with more translations

* Tue Aug  6 2002 Havoc Pennington <hp at redhat.com>
- 2.0.4
- remove gnome-settings-daemon from default session

* Wed Jul 31 2002 Havoc Pennington <hp at redhat.com>
- 2.0.3
- remove splash screen, require redhat-artwork instead

* Wed Jul 24 2002 Owen Taylor <otaylor at redhat.com>
- Set GTK_RC_FILES so we can change the gtk1 theme

* Tue Jul 16 2002 Havoc Pennington <hp at redhat.com>
- pass --with-halt-command=/usr/bin/poweroff
  --with-reboot-command=/usr/bin/reboot

* Tue Jun 25 2002 Owen Taylor <otaylor at redhat.com>
- Version 2.0.1, fixing missing po files

* Wed Jun 19 2002 Havoc Pennington <hp at redhat.com>
- put in new default session with pam-panel-icon
- disable schema install in make install, fixes rebuild failure.

* Sun Jun 16 2002 Havoc Pennington <hp at redhat.com>
- rebuild with new libraries

* Thu Jun 13 2002 Havoc Pennington <hp at redhat.com>
- rebuild in different environment

* Thu Jun 13 2002 Havoc Pennington <hp at redhat.com>
- add fix from Nalin to build require usermode

* Tue Jun 11 2002 Havoc Pennington <hp at redhat.com>
- 2.0.0

* Mon Jun 10 2002 Havoc Pennington <hp at redhat.com>
- install the schemas, so we get a logout dialog and splash
- put in the splash from 7.3

* Sun Jun 09 2002 Havoc Pennington <hp at redhat.com>
- rebuild in different environment

* Sun Jun 09 2002 Havoc Pennington <hp at redhat.com>
- rebuild in new environment, require newer gtk2

* Sun Jun  9 2002 Havoc Pennington <hp at redhat.com>
- remove obsoletes/provides gnome-core

* Fri Jun 07 2002 Havoc Pennington <hp at redhat.com>
- rebuild in different environment

* Wed Jun  5 2002 Havoc Pennington <hp at redhat.com>
- 1.5.21

* Sun May 26 2002 Tim Powers <timp at redhat.com>
- automated rebuild

* Tue May 21 2002 Havoc Pennington <hp at redhat.com>
- rebuild in different environment

* Tue May 21 2002 Havoc Pennington <hp at redhat.com>
- 1.5.19
- add more build reqs to chill out build system
- provide gnome-core

* Fri May  3 2002 Havoc Pennington <hp at redhat.com>
- obsolete gnome-core
- 1.5.18

* Fri Apr 19 2002 Havoc Pennington <hp at redhat.com>
- default to metacity

* Tue Apr 16 2002 Havoc Pennington <hp at redhat.com>
- Initial build.




--- NEW FILE gnome.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=GNOME
Name[af]=GNOME
Name[ar]=جنوم
Name[az]=GNOME
Name[be]=GNOME
Name[bg]=GNOME
Name[bn]=গুহ্‌নোম
Name[bs]=GNOME
Name[ca]=GNOME
Name[cs]=GNOME
Name[cy]=GNOME
Name[da]=Gnome
Name[de]=GNOME
Name[el]=GNOME
Name[en_CA]=GNOME
Name[en_GB]=GNOME
Name[es]=GNOME
Name[et]=GNOME
Name[eu]=GNOME
Name[fi]=Gnome
Name[fr]=GNOME
Name[ga]=GNOME
Name[gl]=GNOME
Name[gu]=જીનોમ
Name[he]=GNOME
Name[hi]=गनोम
Name[hr]=GNOME
Name[hu]=GNOME
Name[is]=GNOME
Name[it]=GNOME
Name[ja]=GNOME
Name[ko]=그놈
Name[lt]=GNOME
Name[mi]=GNOME
Name[mk]=GNOME
Name[mn]=ГНОМЕ
Name[mr]=जीनोम
Name[ms]=GNOME
Name[nb]=GNOME
Name[nl]=GNOME
Name[nn]=GNOME
Name[no]=GNOME
Name[nso]=GNOME
Name[pa]=ਗਨੋਮ
Name[pl]=GNOME
Name[pt]=GNOME
Name[pt_BR]=GNOME
Name[ro]=GNOME
Name[ru]=GNOME
Name[sk]=GNOME
Name[sl]=GNOME
Name[sq]=GNOME
Name[sr]=Гном
Name[sr at Latn]=Gnom
Name[sv]=GNOME
Name[ta]=GNOME
Name[th]=GNOME
Name[tr]=GNOME
Name[uk]=GNOME
Name[vi]=GNOME
Name[wa]=GNOME
Name[zh_CN]=GNOME
Name[zh_TW]=GNOME
Name[zu]=GNOME
Comment=This session logs you into GNOME
Comment[af]=Hierdie sessie laat jou aanmeld by GNOME
Comment[ar]=تسجلك هذه الجلسة في جنوم
Comment[az]=Bu iclas sizi GNOME-a daxil edəcəkdir
Comment[be]=Гэтая сэсыя завядзе вас у GNOME
Comment[bg]=Тази сесия включва GNOME
Comment[bn]=এই সেশনে আপনি গুহ্‌নোমে লগিন করবেন
Comment[bs]=Ova sesija Vas prijavljuje u GNOME
Comment[ca]=Aquesta sessió entra al GNOME
Comment[cs]=Toto sezení vás přihlásí do GNOME
Comment[cy]=Mae'r sesiwn hwn yn eich mewngofnodi i GNOME
Comment[da]=Denne session logger dig på Gnome
Comment[de]=Diese Sitzung meldet Sie an GNOME an
Comment[el]=Αυτή η συνεδρία σας εισάγει στο GNOME
Comment[en_CA]=This session logs you into GNOME
Comment[en_GB]=This session logs you into GNOME
Comment[es]=Con esta sesión accede a GNOME
Comment[et]=See seanss logib sing GNOME keskkonda
Comment[eu]=Saio honen bidez GNOMEn sartuko zara
Comment[fi]=Tämä istunto kirjaa sisään Gnomeen
Comment[fr]=Cette session vous connectera dans GNOME
Comment[gl]=Esta sesión entra en GNOME
Comment[gu]=આ સત્ર તમને જીનોમમાં પ્રવેશ આપશે
Comment[he]=תצורת הפעלה זו מחברת אותך ל GNOME
Comment[hi]=यह सत्र गनोम में लॉगइन होगा
Comment[hr]=Ova sesija vas prijavljuje na GNOMEa
Comment[hu]=Ez a környezet a GNOME-ba jelentkezteti be
Comment[id]=Pada sesi ini Anda masuk dengan menggunakan GNOME
Comment[it]=Sessione di lavoro con GNOME
Comment[ja]=GNOME セッションにログインします
Comment[ko]=GNOME세션으로 로그인합니다
Comment[lt]=Å i sesija prijungia Jus prie GNOME
Comment[mk]=Оваа сесија ве најавува во GNOME
Comment[mn]=Энэ суултаар та ГНОМЕ руу нэвтрэнэ.
Comment[mr]=हे सत्र तुम्हाला जीनोम मधे प्रवेश करू देईल
Comment[ms]=Sesi ini akan log anda  ke GNOME
Comment[nb]=Denne sesjonen logger deg inn til GNOME
Comment[nl]=Deze sessie meldt u aan bij GNOME
Comment[nn]=Denne økta loggar på GNOME
Comment[no]=Denne sesjonen logger deg inn til GNOME
Comment[nso]=Lenaneo le le go tsentšha go GNOME
Comment[pa]=ਇਹ ਅਜਲਾਸ ਤੁਹਾਨੂੰ ਗਨੋਮ ਵਿੱਚ ਲੈ ਜਾਏਗਾ
Comment[pl]=Sesja logowania do GNOME
Comment[pt]=Inicia uma sessão no GNOME
Comment[pt_BR]=Inicia uma sessão no GNOME
Comment[ro]=Această sesiune vă va autentifica în GNOME
Comment[ru]=Начать сеанс GNOME
Comment[sk]=Toto sedenie vás prihlási do prostredia GNOME
Comment[sl]=Ta seja vas prijavi v GNOMe
Comment[sq]=Kjo seancë do t'ju fusë në GNOME
Comment[sr]=Ова сесија вас пријављује на Гнома
Comment[sr at Latn]=Ova sesija vas prijavljuje na Gnoma
Comment[sv]=Denna session loggar in dig i GNOME
Comment[ta]=இந்த அமர்வு GNOMEவில் உங்களை நுழைக்கும்
Comment[th]=วาระนี้จะนำคุณเข้าสู่ GNOME
Comment[tr]=Bu oturum ile GNOME'a giriş yaparsınız
Comment[uk]=Почати сеанс GNOME
Comment[vi]=Phiên làm việc này đăng nhập bạn vào GNOME
Comment[zh_CN]=此会话使您登录到 GNOME
Comment[zh_TW]=選取這個作業階段後會進入 GNOME 環境
Comment[zu]=Lenhlanganiso ikungenisa kwiGNOME
Exec=gnome-session
TryExec=gnome-session
# no icon yet, only the top three are currently used
Icon=
Type=Application


--- NEW FILE redhat-default-session ---
# This is the default session that is launched if the user doesn't
# already have a session.
# The RestartCommand specifies the command to run from the $PATH.
# The Priority determines the order in which the commands are started
# (with Priority = 0 first) and defaults to 50.
# The id provides a name that is unique within this file and passed to the
# app as the client id which it must use to register with gnome-session.
# The clients must be numbered from 0 to the value of num_clients - 1.

[Default]
num_clients=6
0,id=default0
0,Priority=60
0,RestartCommand=pam-panel-icon --sm-client-id default0
1,id=default1
1,Priority=10
1,RestartCommand=gnome-wm --default-wm gnome-wm --sm-client-id default1
2,id=default2
2,Priority=40
2,RestartCommand=gnome-panel --sm-client-id default2
3,id=default3
3,Priority=40
3,RestartCommand=nautilus --no-default-window --sm-client-id default3
4,id=default4
4,Priority=50
4,RestartCommand=eggcups --sm-client-id default4
5,id=default5
5,Priority=40
5,RestartCommand=gnome-volume-manager --sm-client-id default5


--- NEW FILE sources ---
835e9340d23e139430224b931ff4c597  gnome-session-2.12.0.tar.bz2




More information about the fedora-cvs-commits mailing list