Accepting request 163895 from home:dimstar:branches:GNOME:Factory

- Change gnome-classic.desktop to invoke 'gnome' instead of
  'gnome-session'. We use a wrapper script to start gnome.

OBS-URL: https://build.opensuse.org/request/show/163895
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=39
This commit is contained in:
Dominique Leuenberger 2013-04-13 16:09:22 +00:00 committed by Git OBS Bridge
parent 5a6eee9520
commit 0c63a606ff
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Apr 13 15:50:44 UTC 2013 - dimstar@opensuse.org
- Change gnome-classic.desktop to invoke 'gnome' instead of
'gnome-session'. We use a wrapper script to start gnome.
-------------------------------------------------------------------
Wed Mar 27 19:08:16 UTC 2013 - dimstar@opensuse.org

View File

@ -94,6 +94,8 @@ and also installs the required session files.
%lang_package -n %{name}-common
%prep
%setup -q
# In openSUSE GNOME, we don't launch gnome-session directly, but wrap this through a shell script, /usr/bin/gnome
sed -i "s:Exec=gnome-session:Exec=gnome:g" data/gnome-classic.desktop.in
cp %{S:1} .
%build