auto-import changelog data from gnome-session-2.0.5-4.src.rpm
Fri Aug 23 2002 Tim Waugh <twaugh@redhat.com> - Fix login sound disabling (bug #71664).
This commit is contained in:
parent
d91fb5b52b
commit
f72192849e
11
gnome-session-2.0.5-login.patch
Normal file
11
gnome-session-2.0.5-login.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- 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");
|
@ -14,7 +14,7 @@
|
|||||||
Summary: GNOME session manager
|
Summary: GNOME session manager
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 2.0.5
|
Version: 2.0.5
|
||||||
Release: 3
|
Release: 4
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-session/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-session/%{name}-%{version}.tar.bz2
|
||||||
Source2: redhat-default-session
|
Source2: redhat-default-session
|
||||||
@ -29,6 +29,7 @@ Requires: GConf2 >= %{gconf2_version}
|
|||||||
|
|
||||||
Patch1: gnome-session-1.5.16-metacity-default.patch
|
Patch1: gnome-session-1.5.16-metacity-default.patch
|
||||||
Patch2: gnome-session-2.0.1-gtk1theme.patch
|
Patch2: gnome-session-2.0.1-gtk1theme.patch
|
||||||
|
Patch3: gnome-session-2.0.5-login.patch
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: pango-devel >= %{pango_version}
|
BuildRequires: pango-devel >= %{pango_version}
|
||||||
@ -55,6 +56,7 @@ GNOME components and handles logout and saving the session.
|
|||||||
|
|
||||||
%patch1 -p1 -b .metacity-default
|
%patch1 -p1 -b .metacity-default
|
||||||
%patch2 -p1 -b .gtk1theme
|
%patch2 -p1 -b .gtk1theme
|
||||||
|
%patch3 -p1 -b .login
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -102,6 +104,9 @@ done
|
|||||||
%{_sysconfdir}/gconf/schemas/*.schemas
|
%{_sysconfdir}/gconf/schemas/*.schemas
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2002 Tim Waugh <twaugh@redhat.com>
|
||||||
|
- Fix login sound disabling (bug #71664).
|
||||||
|
|
||||||
* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
|
* Wed Aug 14 2002 Havoc Pennington <hp@redhat.com>
|
||||||
- put rhn applet in default session
|
- put rhn applet in default session
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user