~ubuntu-branches/ubuntu/utopic/gnome-shell-extensions/utopic

« back to all changes in this revision

Viewing changes to debian/patches/gnome-session-classic-wrapper-script.patch

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2013-12-11 10:21:23 UTC
  • mfrom: (3.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131211102123-09nxjpjv6o0lfqbt
Tags: 3.8.4-2ubuntu1
* Merge from Debian unstable. (LP: #1259871) Remaining changes:
  - debian/patches/fix-ubuntu-sessions.patch:
    + Set X-LightDM-DesktopName to GNOME for GNOME session.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Use a wrapper script to start GNOME classic session
 
2
 Xsession currently doesn't allow to pass more then one argument, as it
 
3
 otherwise fails with
 
4
 Xsession: unable to launch "gnome-session --session classic" X session ---
 
5
 "gnome-session --session classic" not found; falling back to default session.
 
6
 .
 
7
 This is due to [1]. Add a wrapper script to start the GNOME classic session
 
8
 as a workaround. Once [1] is fixed, this should be removed again.
 
9
 .
 
10
 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653327.
 
11
Author: Michael Biebl <biebl@debian.org>
 
12
 
 
13
Index: gnome-shell-extensions-3.8.4/data/gnome-classic.desktop.in
 
14
===================================================================
 
15
--- gnome-shell-extensions-3.8.4.orig/data/gnome-classic.desktop.in     2013-07-16 13:12:50.000000000 +0200
 
16
+++ gnome-shell-extensions-3.8.4/data/gnome-classic.desktop.in  2013-10-11 18:45:36.749513420 +0200
 
17
@@ -1,7 +1,7 @@
 
18
 [Desktop Entry]
 
19
 _Name=GNOME Classic
 
20
 _Comment=This session logs you into GNOME Classic
 
21
-Exec=gnome-session --session gnome-classic
 
22
+Exec=gnome-session-classic
 
23
 TryExec=gnome-session
 
24
 Icon=
 
25
 Type=Application