Accepting request 76801 from home:vuntz:branches:GNOME:Factory

Drop old PA workaround from /usr/bin/gnome; maybe wait for sr#76799 to be accepted first

OBS-URL: https://build.opensuse.org/request/show/76801
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=117
This commit is contained in:
Vincent Untz
2011-07-25 22:00:52 +00:00
committed by Git OBS Bridge
parent ce0a8d70a8
commit 92a56f5ad3
2 changed files with 13 additions and 7 deletions

8
gnome
View File

@@ -69,10 +69,4 @@ fi
# Uncomment after SLED12, remove after SLED14:
#rm -f ~/.skel/gnome2-run ~/.skel/gnome2-run-9.2 ~/.skel/sled10-run
# 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
exec /usr/bin/gnome-session $*

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jul 22 18:08:04 CEST 2011 - vuntz@opensuse.org
- Update /usr/bin/gnome script:
+ Do not set SDL_AUDIODRIVER and ALSA_CONFIG_PATH environment
variables. This should be properly configured in
/etc/profile.d/pulseaudio.sh now, thanks to the fix for
bnc#707703.
+ Pass arguments to /usr/bin/gnome-session. This makes it
possible to use the script and still use a non-default session
(with gnome-session --session XYZ).
-------------------------------------------------------------------
Thu Jul 7 12:42:34 CEST 2011 - vuntz@opensuse.org