This commit is contained in:
parent
9d7a558451
commit
eef9279a7b
3
gnome
3
gnome
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user