Accepting request 224913 from GNOME:Factory
- Remove special code for GNOME classic: it was introduced because of a bug in XDM that messed arguments up (bnc#866874). Preferably checked in together with xdm (SR#224699). OBS-URL: https://build.opensuse.org/request/show/224913 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=145
This commit is contained in:
commit
f1e23c7968
5
gnome
5
gnome
@ -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} $*
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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 messed arguments up (bnc#866874).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 9 23:35:01 UTC 2013 - mgorse@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user