~ubuntu-branches/ubuntu/vivid/xfce4-session/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/0001-Add-DesktopNames-to-.desktop-file.patch

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2015-03-28 06:33:18 UTC
  • mfrom: (4.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20150328063318-oac8yj6wjn6q9xer
Tags: 4.12.1-1ubuntu1
* Merge from Debian experimental, remaining Ubuntu changes:
  - debian/patches:
    + xubuntu_ignore-gdm-lang.patch: do not set $LANG to $GDM_LANG, there's
      already an xsession script to do that, and $GDM_LANG might not contain
      a valid locale code.
  - Add startxfce4.user-session.upstart
  - debian/control: add alternate recommends xscreensaver | light-locker.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 860aea2d6686e9dcf0359a6dfab3ccdb9caf34c3 Mon Sep 17 00:00:00 2001
 
2
From: Eric Koegel <eric.koegel@gmail.com>
 
3
Date: Mon, 20 Oct 2014 17:04:32 +0300
 
4
Subject: [PATCH] Add DesktopNames to .desktop file
 
5
 
 
6
GDM looks for a DesktopNames property added in the desktop file
 
7
to set the XDG_CURRENT_DESKTOP env variable with. See
 
8
https://bugzilla.gnome.org/show_bug.cgi?id=727546
 
9
Thanks to Guido Berhoerster for pointing this out.
 
10
---
 
11
 xfce.desktop.in | 1 +
 
12
 1 file changed, 1 insertion(+)
 
13
 
 
14
diff --git a/xfce.desktop.in b/xfce.desktop.in
 
15
index f4d6926..58fb274 100644
 
16
--- a/xfce.desktop.in
 
17
+++ b/xfce.desktop.in
 
18
@@ -5,3 +5,4 @@ _Comment=Use this session to run Xfce as your desktop environment
 
19
 Exec=startxfce4
 
20
 Icon=
 
21
 Type=Application
 
22
+DesktopNames=XFCE
 
23
-- 
 
24
2.1.1
 
25