Merge lp:~muktupavels/gnome-panel/lp-1332183 into lp:ubuntu/utopic/gnome-panel

Proposed by Alberts Muktupāvels
Status: Merged
Merge reported by: Dmitry Shachnev
Merged at revision: not available
Proposed branch: lp:~muktupavels/gnome-panel/lp-1332183
Merge into: lp:ubuntu/utopic/gnome-panel
Diff against target: 40 lines (+9/-2)
3 files modified
data/gnome-fallback-compiz.desktop.in (+1/-1)
debian/changelog (+7/-0)
debian/patches/50_ubuntu_sessions.patch (+1/-1)
To merge this branch: bzr merge lp:~muktupavels/gnome-panel/lp-1332183
Reviewer Review Type Date Requested Status
Dmitry Shachnev Approve
Ubuntu branches Pending
Review via email: mp+223861@code.launchpad.net

Commit message

Don't show compiz session if it is not installed.

Description of the change

Don't show compiz session if it is not installed.

To post a comment you must log in.
Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Looks like you forgot to run `quilt refresh`, so the patch was *not* modified. Fixed that and uploaded, thanks!

review: Approve
Revision history for this message
Alberts Muktupāvels (muktupavels) wrote :

Hmm. I did run quilt refresh. Also diff shows that patch is updated. Or did I forgot something else?

Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Nevermind, it probably was my mistake.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/gnome-fallback-compiz.desktop.in'
2--- data/gnome-fallback-compiz.desktop.in 2014-03-01 14:39:38 +0000
3+++ data/gnome-fallback-compiz.desktop.in 2014-06-20 06:25:37 +0000
4@@ -2,7 +2,7 @@
5 _Name=GNOME Flashback (Compiz)
6 _Comment=This session logs you into GNOME with the traditional panel
7 Exec=gnome-session --session=gnome-flashback-compiz
8-TryExec=gnome-session
9+TryExec=compiz
10 Icon=
11 Type=Application
12 X-LightDM-DesktopName=Unity
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2014-05-07 14:18:13 +0000
16+++ debian/changelog 2014-06-20 06:25:37 +0000
17@@ -1,3 +1,10 @@
18+gnome-panel (1:3.8.0-1ubuntu14) UNRELEASED; urgency=medium
19+
20+ * Update 50_ubuntu_sessions.patch to fix bug when Compiz
21+ session is available even if it is not installed (lp: #1332183).
22+
23+ -- Alberts Muktupāvels <alberts.muktupavels@gmail.com> Fri, 20 Jun 2014 09:19:57 +0300
24+
25 gnome-panel (1:3.8.0-1ubuntu13) utopic; urgency=medium
26
27 * Again update 40_unset_menuproxy.patch to restore menu proxy
28
29=== modified file 'debian/patches/50_ubuntu_sessions.patch'
30--- debian/patches/50_ubuntu_sessions.patch 2014-03-01 14:39:38 +0000
31+++ debian/patches/50_ubuntu_sessions.patch 2014-06-20 06:25:37 +0000
32@@ -11,7 +11,7 @@
33 +_Name=GNOME Flashback (Compiz)
34 +_Comment=This session logs you into GNOME with the traditional panel
35 +Exec=gnome-session --session=gnome-flashback-compiz
36-+TryExec=gnome-session
37++TryExec=compiz
38 +Icon=
39 +Type=Application
40 +X-LightDM-DesktopName=Unity

Subscribers

People subscribed via source and target branches