OBS User unknown 2008-06-05 15:27:49 +00:00 committed by Git OBS Bridge
parent 9d7a558451
commit eef9279a7b
3 changed files with 15 additions and 1 deletions

3
gnome
View File

@ -100,5 +100,8 @@ fi
# TODO: look for a better fix for 11.1
export SDL_AUDIODRIVER=pulse
if test -f /etc/alsa-pulse.conf ; then
export ALSA_CONFIG_PATH=/etc/alsa-pulse.conf
fi
exec /usr/bin/gnome-session

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 4 13:56:47 CEST 2008 - rodrigo@suse.de
- Added 'export ALSA_CONFIG_PATH=/etc/alsa-pulse.conf' to gnome
startup script to make ALSA apps read our specific PulseAudio-
based setup`(bnc#394177)
-------------------------------------------------------------------
Tue Jun 3 12:14:28 CEST 2008 - rodrigo@suse.de

View File

@ -16,7 +16,7 @@ BuildRequires: control-center2-devel fdupes gnome-common gnome-desktop-devel gn
License: GPL v2 or later; LGPL v2.1 or later
Group: System/GUI/GNOME
Version: 2.22.1.1
Release: 41
Release: 43
Summary: Session Tools for the GNOME 2.x Desktop
Source: %{name}-%{version}.tar.bz2
Source1: gnome
@ -196,6 +196,10 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}-2.0.lang
%changelog
* Wed Jun 04 2008 rodrigo@suse.de
- Added 'export ALSA_CONFIG_PATH=/etc/alsa-pulse.conf' to gnome
startup script to make ALSA apps read our specific PulseAudio-
based setup`(bnc#394177)
* Tue Jun 03 2008 rodrigo@suse.de
- Export SDL_AUDIODRIVER=pulse in gnome startup script to have
SDL applications use PulseAudio when in GNOME (bnc#394721)