Merge lp:~gandelman-a/ubuntu/trusty/awesome/fix_desktop_file into lp:ubuntu/trusty/awesome

Proposed by Adam Gandelman
Status: Needs review
Proposed branch: lp:~gandelman-a/ubuntu/trusty/awesome/fix_desktop_file
Merge into: lp:ubuntu/trusty/awesome
Diff against target: 85 lines (+43/-1)
6 files modified
.pc/applied-patches (+1/-0)
.pc/remove-nodisplay-from-desktop-file.patch/awesome.desktop (+8/-0)
awesome.desktop (+0/-1)
debian/changelog (+8/-0)
debian/patches/remove-nodisplay-from-desktop-file.patch (+25/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/trusty/awesome/fix_desktop_file
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+202614@code.launchpad.net

Description of the change

Cherry picks a trivial patch that was applied upstream to fix the .desktop file, as reported in bugs against Ubuntu, Debian and Fedora. Released in Debian as of awesome 3.5.1 (experimental).

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded.

review: Approve

Unmerged revisions

37. By Adam Gandelman

debian/patches/remove-nodisplay-from-desktop-file.patch: Removes
problematic "NoDisplay=true" from desktop file. Cherry picked from
upstream (LP: #1094811)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.pc/applied-patches'
2--- .pc/applied-patches 2011-11-23 15:33:07 +0000
3+++ .pc/applied-patches 2014-01-22 08:44:28 +0000
4@@ -1,1 +1,2 @@
5 install-and-debian-menu
6+remove-nodisplay-from-desktop-file.patch
7
8=== added directory '.pc/remove-nodisplay-from-desktop-file.patch'
9=== added file '.pc/remove-nodisplay-from-desktop-file.patch/awesome.desktop'
10--- .pc/remove-nodisplay-from-desktop-file.patch/awesome.desktop 1970-01-01 00:00:00 +0000
11+++ .pc/remove-nodisplay-from-desktop-file.patch/awesome.desktop 2014-01-22 08:44:28 +0000
12@@ -0,0 +1,8 @@
13+[Desktop Entry]
14+Encoding=UTF-8
15+Name=awesome
16+Comment=Highly configurable framework window manager
17+NoDisplay=true
18+TryExec=awesome
19+Exec=awesome
20+Type=Application
21
22=== modified file 'awesome.desktop'
23--- awesome.desktop 2012-12-25 18:58:38 +0000
24+++ awesome.desktop 2014-01-22 08:44:28 +0000
25@@ -2,7 +2,6 @@
26 Encoding=UTF-8
27 Name=awesome
28 Comment=Highly configurable framework window manager
29-NoDisplay=true
30 TryExec=awesome
31 Exec=awesome
32 Type=Application
33
34=== modified file 'debian/changelog'
35--- debian/changelog 2013-02-17 10:44:54 +0000
36+++ debian/changelog 2014-01-22 08:44:28 +0000
37@@ -1,3 +1,11 @@
38+awesome (3.4.15-1ubuntu1) trusty; urgency=low
39+
40+ * debian/patches/remove-nodisplay-from-desktop-file.patch: Removes
41+ problematic "NoDisplay=true" from desktop file. Cherry picked from
42+ upstream (LP: #1094811)
43+
44+ -- Adam Gandelman <adamg@ubuntu.com> Wed, 22 Jan 2014 00:19:01 -0800
45+
46 awesome (3.4.15-1) unstable; urgency=low
47
48 * New upstream release (Closes: #700607)
49
50=== added file 'debian/patches/remove-nodisplay-from-desktop-file.patch'
51--- debian/patches/remove-nodisplay-from-desktop-file.patch 1970-01-01 00:00:00 +0000
52+++ debian/patches/remove-nodisplay-from-desktop-file.patch 2014-01-22 08:44:28 +0000
53@@ -0,0 +1,25 @@
54+From 5a2c4fa928554801dfbd807ec0d1f2a62ef25a4e Mon Sep 17 00:00:00 2001
55+From: Adam Gandelman <adamg@ubuntu.com>
56+Date: Wed Jan 22 00:22:14 PST 2014
57+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/awesome/+bug/1094811
58+Forwarded: not-needed
59+Source: http://git.naquadah.org/?p=awesome.git;a=commitdiff;h=5a2c4fa928554801dfbd807ec0d1f2a62ef25a4e
60+Subject: [PATCH 1/1] Remove NoDisplay from desktop file
61+
62+Signed-off-by: Julien Danjou <julien@danjou.info>
63+---
64+ awesome.desktop | 1 -
65+ 1 file changed, 1 deletion(-)
66+
67+Index: awesome/awesome.desktop
68+===================================================================
69+--- awesome.orig/awesome.desktop 2014-01-22 00:25:38.526380699 -0800
70++++ awesome/awesome.desktop 2014-01-22 00:25:38.518380683 -0800
71+@@ -2,7 +2,6 @@
72+ Encoding=UTF-8
73+ Name=awesome
74+ Comment=Highly configurable framework window manager
75+-NoDisplay=true
76+ TryExec=awesome
77+ Exec=awesome
78+ Type=Application
79
80=== modified file 'debian/patches/series'
81--- debian/patches/series 2011-11-23 15:33:07 +0000
82+++ debian/patches/series 2014-01-22 08:44:28 +0000
83@@ -1,1 +1,2 @@
84 install-and-debian-menu
85+remove-nodisplay-from-desktop-file.patch

Subscribers

People subscribed via source and target branches