Accepting request 224698 from home:cxiong:branches:GNOME:Factory

- remove special code for GNOME classic
  it was introduced because of a bug in XDM that messes up arguments.
  See bnc#866874

OBS-URL: https://build.opensuse.org/request/show/224698
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=199
This commit is contained in:
Dominique Leuenberger 2014-03-06 18:18:34 +00:00 committed by Git OBS Bridge
parent 447938f6d0
commit 0369538971
3 changed files with 10 additions and 6 deletions

5
gnome
View File

@ -88,9 +88,4 @@ fi
# Uncomment after SLED12, remove after SLED14:
#rm -f ~/.skel/gnome2-run ~/.skel/gnome2-run-9.2 ~/.skel/sled10-run
# in case we want to start gnome-classic, we need to inject --session into the cmd line.
if [ "$1" == "gnome-classic" ]; then
session="--session"
fi
exec /usr/bin/gnome-session ${session} $*

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Mar 5 08:04:32 UTC 2014 - cxiong@novell.com
- remove special code for GNOME classic
it was introduced because of a bug in XDM that messes up arguments.
See bnc#866874
-------------------------------------------------------------------
Mon Dec 9 23:35:01 UTC 2013 - mgorse@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-session
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed